Crash Recovery Status (-crStatus)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| DBS, PROUTIL | 1800 | 0 | 30 | 30 |
- n
- The time, in seconds, between crash recovery progress
messages.
Specify 0 to turn off crash recovery progress messages.
Use Crash Recovery Status(-crStatus)
to specify how often a crash recovery progress message is generated during crash
recovery.
Each crash recovery progress message contains the following details:
- The current crash recovery phase
- An estimate of the progress of the current crash recovery phase, expressed as the percent complete
- The current block being processed
- The total number of elapsed seconds for the current phase
- Optionally, if
-crTXDisplayis also specified, the counter of the BI cluster. For more information, see Crash Recovery Transaction Display (-crTXDisplay).
For more information about crash recovery, see Crash recovery.
Notes
-crStatusoutputs tostderr.- A script or process that starts the database or uses PROUTIL to
open the database in single-user mode may redirect
stderrto a separate file orstdout.