DSRUTIL terminate qualifier
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
DSRUTIL terminate qualifier
Terminates the currently running OpenEdge Replication server or agent.
The advantage to using this command is that the database stays up and running, whereas PROSHUT would shut down the database.
Syntax
|
Parameters
- db-name
- The name of the database to perform the action on. The name of the database must be the first argument and must be a valid name.
Note
When the OpenEdge Replication server terminates activity, the server responds, based on the
value of the
agent-shutdown-action property, as follows:- If the
agent-shutdown-actionisNORMAL, then the replication agent(s) terminate, and the target database stays up. - If the
agent-shutdown-actionisRECOVERY, then the replication agent(s) remain active, in a stand-by state, waiting for the replication server to reconnect.