The Responses page defines the actions that adTempus should take in response to events that are fired during execution of the step.
Responses List
The Responses list lists the responses that have been specified for the step. You can add, edit, delete, or reorder responses. See the Responses topic for more information on the available responses.
The following events are defined for the SQL Server Job task:
Event |
Description |
Step starts |
Occurs at the beginning of the step, before adTempus has evaluated any conditions or attempted to execute the task. |
Condition(s) failed |
Occurs if one or more conditions is not met (occurs only once regardless of how many conditions failed). |
Step ends |
Occurs at the end of the step, regardless of the step's outcome. |
Restart limit exceeded |
Occurs when the step is being restarted by a Job Control action but the restart limit specified on that action has been exceeded. |
Step failed |
Occurs when the step's status is being set to Failed, for whatever reason. |
Step is being restarted |
Occurs when the step is being restarted by a Job Control action. |
Step skipped |
Occurs when the step is skipped, because conditions were not met (if the Skip... option is selected on the Conditions page). |
SQL Server job was started |
Occurs when adTempus successfully starts the SQL Server job. |
The SQL Server job's outcome is unknown |
Occurs if the SQL Server job finished executing, but adTempus cannot determine the outcome. |
The SQL Server job does not exist or cannot be run |
Occurs if adTempus was unable to start the SQL Server job. |
The SQL Server job failed |
Occurs if the SQL Server job completed with a failure result. |
The SQL Server job succeeded |
Occurs if the SQL Server job completed with a success result. |
The SQL Server job was canceled |
Occurs if the SQL Server job was canceled (through SQL Server). |
The SQL Server job ended (regardless of outcome) |
Occurs when the SQL Server job finishes executing, regardless of its status. |
Task runs longer than the specified time |
Occurs if the task has not completed after the specified time has elapsed. |