Hi,
I am getting 'Cannot open databases on machines other than the server running your program ' error while executing following code in vb.
Dim domSession As New Domino.NotesSession
Dim domDatabase As New Domino.NotesDatabase
Call domSession.InitializeUsingNotesUserName("user 1", "user123"
Set domDatabase = domSession.GetDatabase("Server1/Training", "u1.nsf"
I am executing this code from the "Server 2/Training". My mail file resides on "Server 1/training". Thus I am accessing mail files from the other machine than the mail server.
How to open databases on machines other than the server running my program using InitializeUsingNotesUserName() method ?
I have made Server 2/Training as the Secondary Domino Server of Server 1/Training, thus Server 2/training 's NAB contains same users information as NAB of Server 1/Training. Thus above code allows me to initialize the session with the users registed with Server 1/training.
I am getting 'Cannot open databases on machines other than the server running your program ' error while executing following code in vb.
Dim domSession As New Domino.NotesSession
Dim domDatabase As New Domino.NotesDatabase
Call domSession.InitializeUsingNotesUserName("user 1", "user123"
Set domDatabase = domSession.GetDatabase("Server1/Training", "u1.nsf"
I am executing this code from the "Server 2/Training". My mail file resides on "Server 1/training". Thus I am accessing mail files from the other machine than the mail server.
How to open databases on machines other than the server running my program using InitializeUsingNotesUserName() method ?
I have made Server 2/Training as the Secondary Domino Server of Server 1/Training, thus Server 2/training 's NAB contains same users information as NAB of Server 1/Training. Thus above code allows me to initialize the session with the users registed with Server 1/training.