This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Sigmund Deslutherjip 3.Dec.03 05:48 PM a Web browser Applications DevelopmentAll ReleasesAll Platforms
Hi
I’d appreciate any advice on this problem…
I'm trying to instantiate a Lotus.NotesSession object for use in an ASP page in the following sort of way:
Set objSession = server.CreateObject("Lotus.NotesSession")
Call objSession.Initialize(“password for account on local machine”)
Annoyingly, I had this working, but after we upgraded our server to Domino 6 it has stopped working and fails with various different errors:
NotesSession error '80040fa0'
Notes error: The ID file is locked by another process. Try again later
…AND…
Active Server Pages, ASP 0241 (0x80004005)
The CreateObject of '(null)' caused exception E06D7363.
…AND…
Server object, ASP 0177 (0x8007000E)
Ran out of memory
*IIS and Domino servers are on separate physical machines
*nlsxbe.dll has been registered correctly
*Creating objects in VB/VBA/VBScript works successfully
* The lotus/notes directory has full permissions for IUSR_”localmachine”