Transition logging
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Transition logging
The transition of any database is a complex process. The transition process does provide status and progress messages; in addition, you can activate detailed transition logging.
Progression information similar to the following is presented while the transition is being performed:
|
This information is sent to stdout by the DSRUTIL utility.
The information shown in the previous sample is representative of
a successful transition.
If transition does not complete normally, information similar
to the following will be sent to stdout:
|
In addition, transition will output information to the database
log file db-name.lg and, if
instructed, to a separate transition log. Transition will perform
additional logging to a separate log file named db-name.repl.util.lg when the -logging argument
is supplied to DSRUTIL as follows:
|
This log is formatted as the database log, but it contains much more diagnostic information. (The suggested minimum logging level for diagnosing the problem is 2.)