ITP/Server will adjust the time-out interval for the current job. The remainder of the job will be subject to the new time-out parameters and will be terminated if the time-out interval is exceeded.
SetTimeOut
TimeOut(<number>)
GracePeriod(<number>);
TimeOut: Required.
The time-out interval in seconds allowed for the job to complete. If this parameter is set to 0 the time-out interval will be disabled and the job is allowed to run indefinitely.
GracePeriod: Optional.
The amount of time in seconds the job is allowed for termination of the active statement and possible error recovery. When this additional time is exceeded the ITP/Document Processor is forcibly restarted. If this parameter is set to 0 theITP/Document Processor will be restarted immediately when the time-out interval expires.
The default time-out intervals for jobs are configured in the ITP/Server Administrator. This statement allows jobs more detailed control over their behavior.