Hi!
I wrote an agent which I want to execute from a webQuerySave event.
The purpose of the agent is to create a powerpoint presentation file from a collection of slides and to attach this new file to a document.
I tested this agent manually and there was no problem.
When I set it up in the server, the agent “sometimes” gerates an error with that message:
- Agent in … Error 208 in line 21: Cannot create automation object
In this line 21 the code is: Set Application = CreateObject(“PowerPoint.Application”)
In the server document:
Sign or run restricted LotusScript/Java agents: Admin/Lab1 (The agent is signed with this user id)
Sign or run unrestricted methods and operations: Admin/Lab1
In the agent properties:
In the security tab, Runtime security level: I tested with option 2. Allow restricted operations and with option 3. Allow restricted operations with full administration rights
The server has installed PowerPoint 2007
If somebody knows what should be done so the agent runs in a predictable way, I will appreciate your help.
Thanks in advanced