I am trying to intialize a notes session using COM API but I keep running into NotesException: User username is not a server.
Upon investigating I found that this error message indicates that a session is trying to run through the Domino Directory on a client.
However I am not able to understand what is happening here. What does it mean by “Running a session through domino directory on a client” and how can I avoid it.
I have a server installed and running on the machine as well as lotus notes client and designer.
I am trying to use NotesSession.InitializeUsingNotesName .
Any advice will be highly appreciated.