Hi,I have Lotus script agent which calculates the Turnaround. It is running successfully if we run manually from my desktop. But if it is scheduled, it is not running. This agent has to run on every month end. Please suggest me what will be the problem.
Subject: Agent is not running when it is scheduled. But it is running successfully if we run manualy
if its a script agent do not use frontend …
Subject: Agent is not running when it is scheduled. But it is running successfully if we run manualy
From DA help (“An agent isn’t running as expected” topic):
"If an agent won’t run on a particular server, check the Agent Restrictions on the Security tab of the Server document. This section contains the “Run personal agents,” “Run restricted LotusScript/Java agents,” and “Run unrestricted LotusScript/Java agents” fields that specify who has access to run agents on the server. Although a user who has the appropriate access in the database ACL may be able to create an agent on the server, without the appropriate access in the Server document, the user can’t run the agent.
You should also check the Server Access section on the Security tab of the Server document. This section contains the “Only allow server access to users listed in this Directory,” “Access server,” and “Not access server” fields, which allow and deny access to the server. Because an agent inherits the access privileges of the person who creates it, the agent can’t run on a server for which its creator does not have access."
Look for “Agent manager and agents – Problems and error messages” topic too. There is more info.
Konrad
Subject: Agent is not running when it is scheduled. But it is running successfully if we run manualy
post your code
also make sure there are no UI methods used.