Consultor Eletrônico



Kbase P158120: The _dbstatus VST is reporting an incorrect value for _dbstatus-biclsize
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/01/2010
Status: Unverified

SYMPTOM(s):

The _dbstatus VST is reporting an incorrect value for _dbstatus-biclsize

promon -> Database Status shows the correct bi cluster size.

bi cluster size is being set equal to 65536 (64 MB)

Command: proutil dbname -C truncate bi -bi 65536

Code to query the _dbstatus-biclsize is reporting a 0.

Example code used to query the value:

FOR EACH _dbstatus NO-LOCK:
DISPLAY _dbstatus-biclsize.

FACT(s) (Environment):

If the bi cluster size is < 64 MB the VST reports the data correctly.
All Supported Operating Systems
OpenEdge 10.1C
OpenEdge 10.2x

CHANGE:

Changed the bi cluster size to 64MB

CAUSE:

Bug# OE00194365

FIX:

The bi cluster size is reported correctly within promon under option 7. Database Status. Command: promon dbname

The bi cluster size within the database log file (dbname.lg) is also reported correctly.