Connection Retry Attempts (-ct)
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Connection Retry Attempts (-ct)
Use Connection Retry Attempts (-ct) to
define the number of retries for a client-server database connection attempt.
| Operating system and syntax | UNIX / Windows |
-ct
n
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Connection | - | 0 | - | 50 |
- n
- The number of database connection retry attempts allowed. The default is 50. If you specify 0, then no connection retries are made.
Note: Retry Connect Set (-retryConnect) controls the number of
connection retry attempts for a database connection set, consisting of the primary database
along with alternates specified using
-dbalt1 and -dbalt2. If using -retryConnect
you may want to lower the value for the -ct parameter, or
set it to 0.