Retry Connect Set Pause (-retryConnectPause)
- Last Updated: January 26, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Use Retry Connect Set Pause
(-retryConnectPause) to specify how long to
wait (in seconds) before attempting to reconnect to a set of databases (primary and
alternates). Use this parameter in conjunction with Retry Connect Set (-retryConnect). -retryConnectPause controls the duration between connection attempts
for the connection set as a whole. All connections in the set (primary database,
-dbalt1 (if specified), -dbalt2 (if specified), or the primary OpenEdge replication target
database (if enabled via Auto Reconnect (-autoReconnect)) are
tried in turn before the pause interval starts.
| Operating system and syntax | UNIX / Windows |
-retryConnectPause
pause-interval
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Connection | 300 | 0 | - | 5 |
- pause-interval
- An integer value that specifies the number of seconds to pause before the next retry attempt. The default is 5 seconds.
|
For more information, see Learn about automatic database reconnect and Automatic database reconnection with OpenEdge replication.