我正在尝试利用IDOL Web API(如果这是它的名称),以便我可以以编程方式验证触发所述文档的IDOL爬行的文档创建/修改操作。我们遇到过一些情况,其中一些文件似乎被IDOL抓取,但从未进入过13个内容引擎之一。我想要做的是每小时执行一个脚本,以快速验证在前一小时内创建/修改的所有文档都在IDOL索引中。根据我发现的一些例子,这应该是“简单的”。
执行此http:// [server]:9000 / ACTION = licenseInfo,我在浏览器中收到此响应:
<?xml version="1.0" encoding="UTF-8" ?>
- <autnresponse xmlns:autn="http://schemas.autonomy.com/aci/">
<action>LICENSEINFO</action>
<response>ERROR</response>
- <responsedata>
- <error>
<errorid>IDOLPROXYLICENSEINFO-2147441838</errorid>
<rawerrorid>0x8000A352</rawerrorid>
<errorstring>Unencrypted communications are disallowed</errorstring>
<errorcode>ERRORENCRYPTIONFAILED</errorcode>
<errortime>08 Aug 12 10:23:02</errortime>
</error>
</responsedata>
</autnresponse>
执行此http:// [服务器]:9000 / ACTION = query&amp; text = toys,我明白了:
<?xml version="1.0" encoding="UTF-8" ?>
- <autnresponse xmlns:autn="http://schemas.autonomy.com/aci/">
<action>QUERY</action>
<response>ERROR</response>
- <responsedata>
- <error>
<errorid>IDOLPROXYQUERY-2147441838</errorid>
<rawerrorid>0x8000A352</rawerrorid>
<errorstring>Unencrypted communications are disallowed</errorstring>
<errorcode>ERRORENCRYPTIONFAILED</errorcode>
<errortime>08 Aug 12 10:26:40</errortime>
</error>
</responsedata>
</autnresponse>
我的IIS设置中是否缺少某些内容?
答案 0 :(得分:0)
我在另一个forum中提出这个问题,对于Autonomy / Interwoven产品套件的用户而言似乎更为活跃。基本上,WorkSite Indexer内置的IDOL索引器版本不允许Web API调用。