Consultor Eletrônico



Kbase P18568: Why does Promon record locking entries have table names as -1?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

Why does Promon record locking entries have table names as -1?

GOAL:

What do table names as -1 mean when seen as Promon record locking entries?

FIX:

Tables with negative numbers are system tables.
To find the table which a negative number corresponds to run the following code:

find _file where _file-num = -1 no-lock.
display _file-name.

The table with -1 corresponds to _File

The entry in Promon indicates the table is locked by someone.