In short; The error could be that the application isn’t correctly installed or has missing/incorrect registry keys. Moreover: You must be sure that the application has been installed under a admin-account.
The application and/or OLE object might use a temp-directory that has been denied access for the Domino server service account.
Some suggests that You change the CreateObject(“PXTools.CoXTools”) into GetObject(…) instead.
But, my guess here is that it is definitly an access-right thing and not an application thing.
not much help, I guess, but at least something to work with…
Subject: RE: Automation object error when a Windows-Service starts a Notes-Agent
I don’t have the login forhttp://www.experts-exchange.com/Applications/Email/Lotus_Notes_Domino/Q_20851723.html
Can You post the answer for the problem?
The application is installed under admin-account. All works fine when a normal windows application calls the agent. The problem exists only when a windows-services calls the agent.
Do You know what is the difference in the rights context transfer between a windows service and a windows application?