Walkthrough – Installing an Autonomy Idol Server copy from binary backup on to your local machine
First Install Idol Server from the installation package:
Go through the wizard and install IDOL ensure you have license file, and specify install folder right at the start of the wizard.
http://127.0.0.1:9000/action=getstatus is working.
Run
http://127.0.0.1:9000/action=indexergetstatus
Get this error:
<?xml version=”1.0″ encoding=”UTF-8″ ?>
- <autnresponse xmlns:autn=”http://schemas.autonomy.com/aci/”>
<action>LICENSEINFO</action>
<response>ERROR</response>
- <responsedata>
- <error>
<errorid>IDOLPROXYLICENSEINFO1</errorid>
<rawerrorid>0×1</rawerrorid>
<errorstring>ERROR</errorstring>
<errordescription>The requested action was not recognised</errordescription>
<errorcode>ERRORNOTIMPLEMENTED</errorcode>
<errortime>14 Jan 11 10:02:25</errortime>
</error>
</responsedata>
</autnresponse>
run
http://127.0.0.1:9001/DREINITIAL?c:\autonomy\backups\1
to restore from binary backup
get this:
<?xml version=”1.0″ encoding=”UTF-8″ ?>
- <autnresponse xmlns:autn=”http://schemas.autonomy.com/aci/”>
<action>INDEXERGETSTATUS</action>
<response>ERROR</response>
- <responsedata>
- <error>
<errorid>IDOLPROXYINDEXERGETSTATUS-2147483040</errorid>
<rawerrorid>0×80000260</rawerrorid>
<errorstring>Connection refused</errorstring>
<errorcode>ERROR</errorcode>
<errortime>14 Jan 11 10:33:05</errortime>
</error>
- <error>
<errorid>IDOLPROXYINDEXERGETSTATUS2</errorid>
<rawerrorid>0×2</rawerrorid>
<errorstring>ERROR</errorstring>
<errordescription>The component required for action=indexergetstatus is not available.</errordescription>
<errorcode>ERROR</errorcode>
<errortime>14 Jan 11 10:33:05</errortime>
</error>
</responsedata>
</autnresponse>
wait a bit..
run http://127.0.0.1:9000/action=indexergetstatus again
get this
all working!
What if not all databases were in the original backup.
Clear it out with http://127.0.0.1:9001/DREINITIAL?
Tags: Autonomy install, Autonomy Installation from bindary backup, Intall Autonomy Idol Server, trouble shooting autonomy binary backup
