URGENT!!!I am a first time user of Lotus Notes, so sorry if i asked a simple, silly question…
I am running Lotus Notes R6 client only (no Domino Server installed) on Win2K. I need to add an appointment to the Notes and I am trying to initialize a Notes Session object in ASP using VBScript, and here’s my code…
dim s
Set s =Server.CreateObject(“Lotus.NotesSession”)
Call s.Initialize()
Set db = s.GetDatabase(“”, **path to my dbfile)
the code give me an error of “could not open the ID file”, regardless of passing in the passwod parameter or not.
I have registered nlsxbe.dll file. i checked the path in notes.ini under KeyFileName, it won’t work either i hv the full path or just the value “user.id”
the code will only work if i use initializeUsingNotesUserName() without passing in any user name and password info (i.e. sign in as anonymous user), otherwise an error of “invalid username/password”
I believe it’s a security issue, but I can’t figure out the problem.
what is the problem???