Error Recovery

Specify processing settings for the selected data source. Configuration file parameters are provided in parentheses.

Maximum retries

Specify the number of time the service tries to run a process command that terminates with a recoverable error exit status. If the exit status indicates that the Databridge Server is inaccessible or that the relational database is down, this parameter is ignored and the service retries with longer intervals until the interval reaches five minutes, after which it retries every 5 minutes.

Minimum wait (in seconds)

Specify the delay (in seconds) before a process command is attempted after an error.

Retry interval (in seconds)

Specify the interval (in seconds) between attempts by the service to launch the next process command when a process command terminates with a recoverable exit code.

Disable data source conditions

Specify a DBClient exit status that causes the service to disable the data source. For example, if you use STOP AFTER TASK xxx to detect the end of the banking day, you can make the Client disable the data source to prevent any further client activity when this run is detected in the audit trail.

The three conditions in question are Stop task name reached, which corresponds to the example above, Stop time reached which happens when you use STOP AFTER TIME xxx, and Audit file number reached, which happens when you set the Client to stop after a given audit file is processed.