Field |
Name in configuration file (if applicable) |
Description |
---|---|---|
Shutdown after? SQL Errors:Normal processing |
errmax |
Number of SQL errors after which the process shuts down (minimum value is zero). The default is 10,000. Normal processing only reflects errors encountered while accessing the sending node. Receiving nodes are handled by the value of When transaction fails (errmode parameter) and are not affected by the value of Normal processing. Note: The error counter is incremented for each message of severity ERROR that the error generates. Since some errors generate as many as three of these messages, you should not set this parameter too low. |
Shutdown after? SQL Errors:While monitoring |
errpmax |
Enter the number of SQL errors during this statistics monitoring period after which the server component shuts down. The minimum value is zero. The number of errors is initialized to zero at the start of each statistics monitoring period. The length of the monitoring period is set by the Statistics every (*) seconds selection. This number reflects errors encountered while accessing the sending server. Note: The error counter is incremented for each message of severity ERRORS that the error generates. Since some errors generate as many as three of these messages, you should not set this parameter too low. |
Transmission Retry Count |
retrycnt |
If a timeout or deadlock occurs, the number of times to retry an operation (like the sending of SQL statements) before it becomes an error. The default is 10. |