Hi Everyone,
The problem is that I have 1 user for a PB apllication. There is an option in the application to send reports via Lotus Notes. But he can't send mail and the error message is:Name not found accessing external object property title at...As I checked in the code it has a failure after this line:
inotesdatabase = iNotesSession.getdatabase(ls_NotesServer, ls_NotesFile)
Has anyone met such error before? I think It can't be PB problem as It happens only with 1 user but I don't have any idae what to check. We tried many thing to check, PC or lotus settings but maybe missed something.Thx the help in advance.
The problem is that I have 1 user for a PB apllication. There is an option in the application to send reports via Lotus Notes. But he can't send mail and the error message is:Name not found accessing external object property title at...As I checked in the code it has a failure after this line:
inotesdatabase = iNotesSession.getdatabase(ls_NotesServer, ls_NotesFile)
Has anyone met such error before? I think It can't be PB problem as It happens only with 1 user but I don't have any idae what to check. We tried many thing to check, PC or lotus settings but maybe missed something.Thx the help in advance.