Hi,
I am trying to use Omnifind to crawl a Notes database using NRPC. I found a small piece of code to test that Notes has been set up correctly in preparation for the Omnifind crawlers from - IBM TechXchange Community
The script fails with NotesException 4043. The output from the code is as follows.
[creating session]
[switching session]
[User id is same as previous connection]
[switched session]
[created session]
*Client module version
Release 6.5.4|March 27, 2005
*Platform
Windows/32
[connecting to db]
[connected to db]
[Opening db]
Notes Exception occurred
id=4043
tx=Database open failed (%1)
NotesException: Database open failed (%1)
at lotus.domino.local.Database.Nopen(Native Method)
at lotus.domino.local.Database.open(Unknown Source)
at LDConnect.print(LDConnect.java:79)
at LDConnect.run(LDConnect.java:52)
at lotus.domino.NotesThread.run(NotesThread.java:216)
I use the user.id file and log in through a client and access the names.nsf database without any issues. However, when I try to access it through the test code, it is failing.
Can someone tell me what this really means and what I need to change/try to get it to work. The same setup is working in development and pre-production environments, but when trying to deploy into production, we are getting this issue.
Thanks.
Vivek