Perform chain analysis online
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
OpenEdge can perform chain analysis online in
one of two ways. You can use the dbanalys qualifier
or the chanalys qualifier, as shown in the following
examples:
- DBANALYS
proutil db-name -C dbanalysPerforming chain analysis using
dbanalysaccomplishes the following:- Executes a minimal level online chain analysis
- Runs as part of database analysis, reporting on the lengths, but not the content of the cluster free, free, RM, and index delete chains
- Produces minimal performance impact
- Does not perform sanity checks of offline chain analysis
- CHANALYS
proutil db-name -C chanalysPerforming chain analysis online using
chanalysaccomplishes the following:- Executes an intermediate level online chain analysis
- Produces minimal performance impact due to minimal locking
- Reports
dbkeysof each chain entry - Online chain analysis may exit prematurely if:
- A user presses CTRL+C
- A block is encountered twice in the chain
- The number of blocks processed is greater than the number reported in the object block
- The block is no longer on the chain
If you need to diagnose issues with a database that you cannot start, see Perform chain analysis offline.