i am facing same issue. please let me know how it fixed
i have applied for MB service and IDOL server license with PORT 80.
other than these two licenses, do we need any other licenses for MB 8.1?
i too got the same INDEX port not found exception when i try to start MB?
Please help
below is the error i was referreing to in MBP.log
6/5/2014 12:56:12 AM Server Id: {39CA3767-1EC7-4470-A9C8-29F8D6A97D9D} Instance #: 0 Installation Machine Name: 10.72.84.226/5/2014 12:56:12 AM IDOL Settings: host="STOVSVR0021" dbname="MediaBin" querydb ="MediaBin" port=9000 timeout=5000 IDOLStartupRetryTotal=0 IDOLStartupRetrySleep=1000 IDOLRetryTotal=20 IDOLRetrySleep=500.6/5/2014 12:56:12 AM Attempting to connect IDOL...6/5/2014 12:56:12 AM IDOL Error: Failed to find database MediaBin.6/5/2014 12:56:12 AM IDOL using OEM license.6/5/2014 12:56:12 AM IDOL Error: Failed finding indexport. Please check version of aciclient.dll. Return was <autnresponse> <action>NONE</action><response>The action you attempted cannot be decrypted</response></autnresponse>.6/5/2014 12:56:12 AM Connection to IDOL failed to initialize.
Apparently, this ended up being a known bug with IDOL. Your problem appears to be a Mediabin Database issue. Has the SQL Server database been created yet?
Anyways, here is the solution to our problme. Not sure how or why it happens here is the fix. We have to do this everytime the server/IDOL is restarted. Hope it helps you though I'm don't think we have the same problem.
--------------------------
1. Open Services window, stop both AutonomyDiSH andAutonomyIDOLServer service.2. Open Autonomy IDOL server service properties and change theStartup Type to Automatic(Delayed Start).3. Open Task Manager and make sure all DiSH and IDOL serverrelated process are killed [Check for process – AutonomyDiSH,AutonomyIDOLServer, AgentStore, Category, Community, Content and View] Now navigate to /IDOL Server/ directory and take a backup DiSH folder[Copy and paste it into Desktop or some other directory].1. Once you have taken backup, please perform below./IDOLServer/DiSH/ - Delete all files from DiSH folder exceptAutonomydish.exe and Autonomydish.cfg [Copy newly generated licensefile here file name is licensekey.dat]/IDOLServer/IDOL/ -Delete the .str and .lck files, and the license anduid folders./IDOLServer/IDOL/agentstore -Delete the .str and .lck files, and thelicense and uid folders. /IDOLServer/IDOL/category -Delete the .str and .lck files, and thelicense and uid folders./IDOLServer/IDOL/community -Delete the .str and .lck files, and thelicense and uid folders. /IDOLServer/IDOL/content -Delete the .str and .lck files, and thelicense and uid folders./IDOLServer/IDOL/view -Delete the .str and .lck files, and the licenseand uid folders.2. Once you complete above activity, please start AutonomyDishservice, after couple of mins it should automatically startAutonomyIDOLServer service.3. Please open Task Manager and check whether all processes arestarted.
Oops.. you are right. My bad. Wish you well on finding the issue.
i think IDOL 10.4 is not creating MediaBin databse while installing, i can't see any entry in status web xml and IDOL config file.
i am i correct? is there any fix? please ... suggest... appreciate your help
Hi Shravan,
I still think this is IDOL Server startup issue. In the IDOL GetStatus response, are you seeing all four IDOL engines (Agentstore, Category, Community, Content and View) is running?
If so, check the Database section. "MediaBin" Database should be listed in this GetStatus response. If not, IDOL Configuration file not updated with MBConfigUtility.exe which runs after the MB Server installation. To confirm if the IDOLServer.cfg is not updated correctly, you can open the IDOLServer.cfg file from IDOL Server folder and check Databases section; SetParametrictFields section; SetIndexFields section.
Yes, IDOL 10.4 also requires the LicenseServer (known as DiSH on IDOL 7.x versions). Check http://LicenseServer:20000/action =licenseinfo
In this XML response you should able to see the IDOL Server IP and seat info on IDOL engines.
Thanks,
Ravi
MBConfigUtility.exe could not update the OOB AutonomyIDOLServer.cfg file since it is on a remote machine.
Copy the \MediaBin Server\utils\Tools\AutonomyIDOLServer.cfg to IDOLServer folder and restart IDOL Service and then MediaBin Server service.
This should fix the MB Server startup issue. Hope this helps.
-Ravi
Thanks again for your help Ravi.
after adding below entries in config file, MB asserver is up and running.
i have taken these values from 8.03 MB servers IDOl instance. hope its same in 8.1 too?
[Databases]NumDBs=4
[Database2]Name=Virage
[Database3]Name=MediaBin
[Database0]Name=News
[Database1]Name=Archive
[SetIndexFields]// Controls which fields are indexedProperty=IndexFieldsPropertyFieldCSVs=*/DRECONTENT,*/DRETITLE,*/MBT34F7A9C0D4FC11D3A177A3FF1892D234,*/MBT5BE195ED072611D39DDE0060081F836F,*/MBT5BE195E9072611D39DDE0060081F836F,*/MBT5BE195EB072611D39DDE0060081F836F,*/MBT5BE195F5072611D39DDE0060081F836F,*/MBTE94A2184582A11D481040050DA27F4FC,*/MBTE94A2183582A11D481040050DA27F4FC,*/MBT21B929A4FDF545089848EDC57F13D905,*/MBTE950E644C86A4B509DBEEE3BAD462938,*/MBTD3349A1CC81B4F83BB2F9644F508C6E3,*/MBT39D8EC0A14584494B60598697DE9DB1F,*/MBT92AA4E0845824AAAAF9C85F166BE2DDA
[SetParametricFields]// Specify which fields contain parametric values to be stored for optimised parametric searchingProperty=ParametricFieldsPropertyFieldCSVs=*/MYPARAMETRICFIELD,*/MBT5BE195E1072611D39DDE0060081F836F,*/MBNCB34EFA107CE11D39DDF0060081F836F,*/MBN5BE195E3072611D39DDE0060081F836F,*/MBT4510D310E6BB11D2BF9500A024DB7160
Glad to hear that!
Could you compare the current configuration file and \MediaBin Server\utils\Tools\AutonomyIDOLServer.cfg?
There were some tweaks in the past to this IDOL configuration file. So, \MediaBin Server\utils\Tools\AutonomyIDOLServer.cfg could be right one to use if any difference between these files.
Ravi is correct. The install guide notes in multiple locations what you will need to do manually if IDOL is installed on a different server. Glad you got it working. This is definitely something Support could have helped you with.