Question
1
Replies
690
Views
Posted: June 13, 2016
Last activity: November 2, 2016
Automaticly start agents after system crash
Hello,
After a crash of our system during the night, the agent that was supposed to run at 02.00 had not run (of course because of the system being down at that moment).
Is there a possibility to let that agent run automatically after a restart when it has not run on the supposed time?
Kind regards,
Arjan Maus
Message was edited by: Vidyaranjan Av | Included Category
Hello,
So based on the description, I infer you have a advanced agent which is configured to run at a set time and during that time the system is down. I am unaware of any settings that would enable the retroactive processing in a case such as this but I suspect if the logic targeted could be run manually or via activity you could add processing by checking the various last and next run times to determine if the such an instance occurred and then if so process the activity behavior.
Tools to check Agent status and information for the Core Engine API. prhelp/javadocs/index.html?target=popup
AgentUtils
functions such as getAgentNames, getQueue would be helpful if you attempt to explore this route.