Consultor Eletrônico



Kbase P132196: How to run a promon restricted option for dumping mux latches.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/07/2008
Status: Unverified

GOAL:

How to run a promon restricted option for dumping mux latches.

GOAL:

How to dump mux latches.

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1C

FIX:

The promon restricted option for dumping mux latches was fixed to dump lock chains accurately. A new restricted option was added to toggle the checking of inservice inside the lock manager. Turning it on causes a stack trace to be produced if a connection attempts to acquire a lock without the protection of inservice. The routine dbget was changed to increment and decrement inservice. Additionally, 2 dsm routines which were decrementing inservice without having ever incremented it, were modified to increment it.
To turn on the checking of inservice, run promon and enter the following:
r&d
debghb
4 (choose Administrative Options)
6 (choose Restricted Options)
j8r3ss4cw3
Enter the same restricted option code to turn off the checking of inservice. (Think of this code as meaning "toggle the bit").