Skip to main content

Good Day

Is there a way to be notified when a scheduled Execution Package does not run on the scheduled time?

We had a scheduled package not able to run due to a lock on a table but were not aware as there was no error on the job since it was not able to start. Would like to be made aware of these issues instead of having to check each day to see if scheduled jobs ran.

Kerry

Hi @kerry_bespoke ,

 

apart from using (Exmon) Orchestration, we have used a Powershell script triggered by the Windows Task Scheduler when TimeXtender pushes a specific log message to Event Viewer to send an e-mail. So as long as you have a recognizable Event Viewer message, you should be able to implement something similar.

It would be good to have Did_Not_Run as another Notification trigger in general of course, that might be worth an Idea.


Hi @kerry_bespoke 

The Exmon Orchestration can handle this. Before this the only way in TimeXtender was to add a send email on success to the execution packages. Then you would know it wasn’t running if you did not receive an email.


Reply