Hi all,I have written a Java program accessing Lotus Notes. In my code, there is an FTSearch command to search for a particular string in a database as follows:
dc = db.FTSearch(“SPECIAL”, 0);
where dc is a DocumentCollection and db is a Database
The code is hanging at this command. I have tried with different servers and different text strings. But I am getting the same problem at this command.
I am using this command for the first time. Can anyone who has already worked with this command and encountered the same problem tell me what can be the possible reason for such a strange behaviour of my code?
Its a very urgent requirement for me. Pls help me soon.
Thanks in advance
Treck.
Note : This is the same code which had a problem when run as a VJ++ project. It was giving abnoram termination runtime error as “Program : C\WINNT\WJview.exe”. I have stopped exploring on this error. Right now I am running it at command prompt calling the executable wjview. If anyonew give me suggestions on this, I would be very very grateful.