Hi friendsI have programmed two agents for Ver. 6.2, these agents were running quite well and performing their task at scheduled time, but after upgrading to 6.5 they are not acting accordingly, the are showing entry of execution in log but not a single statement is being executed. but on mannual initiation agents are doing their task, as were programmed.
Is their any body having solution?
eMail: BankeyIN@msn.com
Subject: Scheduled Agents are not running
Hi,
Agents execution rights have changed from R5 to R6. The fact they are able or not to run restricted code is, from now on, an internal attribute specified in the agent, and no more, inherited by the user running it or having signed it.
Moreover, the default behaviour is “can run restricted code” (only). So, if you just re-schedule your agent, you validate this default value. An agent needing “non restricted execution rights” may then not execute any more and run correctly when activated by a user with enought rights…
Try and select option 2 in “define security level” in key tab of agent properties (when opened).
HWH,
Pierre
Subject: RE: Scheduled Agents are not running
Two suggestions1) run agent ‘test’ diagnostic - it will report the most common reasons for agents not running, security problems (this is a tool in Designer, from menu “Agent”)
- read “Troubleshooting agents in R5 and R6” from Agent FAQ, which describes techniques for troubleshooting as well as most common mistakes and how to fix them (Pierre’s tip is one of the areas described and explained)