Kbase P131612: Memory Violation - error 49 when truncating a bi file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/5/2008 |
|
Status: Verified
SYMPTOM(s):
Getting error 49 when truncating a bi file
SYSTEM ERROR: Memory violation. (49).
** Save file named core for analysis by Progress Software Corporation. (439)
Stack trace from _proutil on HP-UX reads:
shmqpid
shmCreate
Error 49 appear after physical undo started
FACT(s) (Environment):
HP-UX 11i 64-bit
OpenEdge 10.1A 64-bit
CAUSE:
The before image file is corrupted.
FIX:
There are two possibilities to resolve this problem:
A) RECOMMENDED: Restore the database from backup.
B) ALTERNATIVE: Truncate the database's BI file with the "force' option.
proutil dbname -C truncate bi -F
Dump/Load the database at your earliest convenience to ensure database integrity.
If you are not able to dump and load the database immediately, then scan the database for integrity using dbtool and idxfix. See solution: P129563 for instructions on how to validate the integrity of a database.