DSRUTIL status qualifier
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
DSRUTIL status qualifier
Allows you to query the status of a Replication server or agent.
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.
- agentname
- The name of the agent whose status you want. This name is optional if the database is a source database.
- -detail
-
Provides the detail value, as shown in Detail or verbose return codes.
- -verbose
-
Provides the detail value, as shown in Detail or verbose return codes, and provides a brief text description.
The return codes listed in the following table are valid.
| Code | Description |
|---|---|
| 0 | The command completed normally, and the status code was sent to stdout. |
| 2 | There was a generic database open error. |
| 3 | The database was opened, but it is not enabled for replication. |