2012-08-08 62 views
0

我想利用IDOL Web API(如果它是它的名稱),以便我可以通過編程驗證文檔創建/修改操作,從而觸發所述文檔的IDOL爬行。我們遇到了IDOL似乎抓取了一些文檔的情況,但從未將其轉到13個內容引擎之一。我想要做的是每小時執行一次腳本以快速驗證在前一小時創建/修改的所有文檔都在IDOL索引中。基於我發現的一些例子,這應該是「容易的」。未加密的通信被禁止

執行此http:// [服務器]: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 =查詢&文本=玩具和我得到這個:

<?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

我在另一個forum中問過這個問題,對Autonomy/Interwoven產品套件的用戶來說似乎更加活躍。基本上,WorkSite Indexer內置的IDOL索引器版本不支持Web API調用。