Retry
The Retry parameter specifies the number of times that the High-speed Apply Engine tries to access the restart table if the table is unavailable. (For example, High-speed Apply Engine tries to access the restart table again if it receives a resource-unavailable status from Db2, such as -904 or -913).
Attributes
This parameter has the following attributes:
Attribute | Value |
---|---|
Section | [Restart] |
Abbreviation | None |
DBMS | Db2, Db2 LUW, Oracle |
Required? | No |
Valid values | An integer that represents the number of retry attempts |
Default value | 3 |
Usage
If the restart table is unavailable when you start the request, High-speed Apply Engine attempts to access the table repeatedly. It continues to try to access the restart table until one of the following situations occurs:
- The restart table becomes available.
- The number of attempts to access the restart table equals the value that you specified for the Retry parameter.
If you do not include the Retry parameter, High-speed Apply Engine uses the default value.
Related topics