Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Trigger Error Conditions

Question:

Can a job call database procedures or a successor job for error handling?

Answer:

Within job chains an error state is assigned to a job and it is up to you to implement a job for error handling. Without specific job for error handling JobScheduler can be configured to send mails with an attached log file in case of errors.

...

This configuration lets the job start a successor in case of an error that is signaled by an exit code that is not 0. Additionally this example causes the job to continue in case of errors (<job stop_on_error=...>), i.e. the normal behavior to stop a job in case of errors does not apply. Individual exit codes and ranges of exit codes can be specified for the on_exit_code attribute.

See