I have designed some VB applications to automate some standard procedures that I have until now been running, with success on my laptop.
However I would now like to automate them to run as services on a server.
Unfortunately I have not been able to do this with success as it seems that the VB app is not able to authenticate to the Domino server to establish the session.
Anybody got any tip on how I can design the setup so that these apps can run as automated services?
(The server I am trying to run the apps from has a configured Notes client installed but it is not the same server as Domino is running on and the Notes session is being etsblished against)
I had used the OLE declaration ( session = CreateObject(“Notes.NotesSession”) ) and not the COM declaration ( session = CreateObject(“Lotus.NotesSession”) )