Well, in this scenario the scheduler is up and running at 7:00 AM and it should execute the job on time. The fact that job fails does not mean it is not run. So that "past due" is not a correct description of the problem. To make the scheduler rerun this job after failure you can use "retry after error" set of job properties. To cover 2+ hours gap you can for example choose to retry every hour and make up to 3 additional attempts.  Every job must be configured individually and can have different settings.  : If a job was past due, does any option can be selected and it will run this  : event automatically? For example, I have a job is scheduled at 7:00AM  : Sunday but it was not run because network has some problem during that  : time. After 9:00AM the network issue was resolved and back to normal. Is  : it any option in 24x7 I can set to execute automatically this job event if  : it is past due?  : Thanks for any input.   
   |