When a Job fails in JAMS, it can be manually restarted or resubmitted or automatically retried. For information on Sequence Jobs or Workflow Jobs, see Restarting, Resubmitting, and Retrying Sequence and Workflow Jobs.
The table below provides details on when to use each option.
Option | Definition |
Restarting a Job |
|
Resubmitting a Job |
|
Retrying a Job |
|
Manually Restarting a Failed Job
- Click Monitor from the Shortcuts menu.
- Right-click the failed Job and select Release.
- On the Release Job dialog, ensure Release to run again is selected.
- Set other options as needed.
- Click Ok. The existing Job instance is restarted and any existing Parameters are saved.
Manually Resubmitting a Failed Job
- Click Monitor or History from the Shortcuts menu.
- Right-click the failed Job and select Submit.
- Enter all applicable information.
- Set the Parameters as necessary.
- Click Submit Run Request. The new Job instance is created.
Automatically Retrying a Failed Job
You can configure a Job to automatically retry after a failure by adding Recovery options to the properties of the Job. Like restarting a Job, a Job Recovery re-runs an existing Job instance and preserves any existing Parameters on the Job.
If a failed Job has Recovery options and is inside a Sequence or Workflow, the Job automatically executes its retry options within the Sequence or Workflow. The Job will retry only if the completion severity is Fatal or Error.
Properties
Value | Definition |
Retry Count |
|
Retry Interval (Optional) |
|
Configuring Retry Properties for a Job
- Click Definitions from the Shortcuts menu.
- Right-click the Job and select Properties.
- Click the Properties tab.
- In the Schedule section, set the Retry Count and Retry Interval options as desired.
In the example below, the Job is configured to retry 3 times with an interval of one minute between retries. - Save and Close the Job. The Job will now retry in the event of a failure.
Related Articles
- Restarting, Resubmitting, and Retrying Failed Sequence Jobs and Workflow Jobs
- Scheduling Recurring Jobs
When a job fails, it stays in the Monitor for 10 minutes and then moved to History. How to restart a failed job when the job is no longer available in the Monitor?