Hi,
I am trying to use Lucene on the Documentum 6.6 / Windows develop edition. During install I had some issues and nearly all of them are solved now, except for an error I get when running the IndexAgent_Configuration_Program.exe .
When running the .exe I get prompted to enter my password and then the error appears: (see setupError_v1.log attached). There is no prompt to select a docbase but all brokers are up and running.
However, I managed to find a workaround for this:
IndexAgent_Configuration_Program.exe -config setup.ini
In setup.ini I can then specify:
[INDEX_AGENT]
docbase_name = "myproject"
That results in the next error (setupError_v2.log) so I am bit lost on how to get Lucene to install. Docbrokers are up and are found by the installer. If they're down, the error is that no docbroker can be contacted.
Thanks in advance and kind regards,
Jasper