Effect of execution settings on display of results
The display of Batch Job results differs, depending on whether you enabled a rolling execution for the Batch Job and depending on the mode of execution that you chose for the individual jobs contained within the Batch Job (sequentially, in parallel, or by server).
The following table summarizes the effects of these settings (as defined on the Batch Job Options panel) on the display of Batch Job results.
Mode of execution of child jobs | Description of display without rolling execution | Description of display with rolling execution |
---|---|---|
Sequentially | One set of child job runs directly under the Batch Job run. | Several nested Batch Job runs under the main Batch Job run. Each nested Batch Job run connects to a set of child job runs. |
In parallel | One set of child job runs directly under the Batch Job run. | Several nested Batch Job runs under the main Batch Job run. Each nested Batch Job run connects to a set of child job runs. |
By server | Multiple Batch Job runs nested under the main Batch Job run, one for each target server. Each nested Batch Job run connects to a set of child job runs. | Multiple Batch Job runs nested under the main Batch Job run, one for each target server. Each nested Batch Job run connects to a set of child job runs. |
[The following figures present examples of results for a Batch Job running by server with and without rolling execution enabled. In this example, the Batch Job has 5 child jobs and runs against 4 servers, and rolling execution (if enabled) is set to 2 servers.
Example of Batch Job running by server with rolling execution
Example of Batch Job running by server without rolling execution
Comments