Hi,
The problem is there are 4 users for a PB apllication. There is an option in the application to send reports via Lotus Notes.
But 2 of them 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? It can't be PB problem as It happens only with 2 from the 4 user but don't have any idae what to check. We tried many thing to check, PC settings but maybe missed something.
Thx the help in advance.
The problem is there are 4 users for a PB apllication. There is an option in the application to send reports via Lotus Notes.
But 2 of them 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? It can't be PB problem as It happens only with 2 from the 4 user but don't have any idae what to check. We tried many thing to check, PC settings but maybe missed something.
Thx the help in advance.