VARIABLE_SERVICE_CHECK_INTERVAL

Systemwide variable that defines the service check interval of SQL variables.

  • Description: Defines the interval in minutes at which the resolving of SQL variables is repeated if their values are not available due to an error, such as an available database or incorrect data specified in the Connection of Login object. The tasks that use these variables are in a waiting condition.

    Dynamic variables can be used either as predefined variables or via script elements in objects. Their values are dynamically retrieved from the data source (database, Variable object or file-system directory) at runtime. If the database variable (SQL) runs into an error while resolving the variable, the task switches to a waiting condition (Waiting for continuation of variable resolving).

    Variable resolving can be repeated as soon as the particular error has been cleared (for example, the database name in the connection object has been corrected).

    Important! You cannot cancel tasks that are in the condition "Waiting for continuation of variable resolving".

  • Allowed values: 1 to 60

  • Default value: 10

  • Restart required: No

See also: