Consultor Eletrônico



Kbase P186907: Bus error (48) running dbrpr or dbscan against database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/05/2011
Status: Unverified

SYMPTOM(s):

Bus error running dbrpr or dbscan

SYSTEM ERROR: Bus error. (48)

Protrace file is generated

Calls in protrace:
drSigFatal Signal 10 (SIGBUS) delivered ----
dbr_areaExtentRecord
dbr_getrec
dbr_readALst + 0x8a0 at

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

CAUSE:

Protrace file indicates corruption reading the internal area/extent listing.

CAUSE:

Bug# OE00207140

FIX:

To get around the problem, perform the following:
1) Create an up to date structure file (.st) by running:
prostrct list dbname
2) Move the dbname.db file to another location.
3) Run the following command to rebuild the .db file:
prostrct builddb dbname dbname.st
You should now be able to run the dbrpr or dbscan.