Kbase P93313: Database crashed after bi full
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/19/2008 |
|
Status: Verified
SYMPTOM(s):
Database crashed after bi full
Cannot start database with error 854
** Insufficient disk space to extend the before-image file. (854)
Truncating the bi file gives error 854
FACT(s) (Environment):
There is sufficient disk space in the file system for the bi file to grow
All Supported Operating Systems
Progress/OpenEdge Versions
CAUSE:
The bi file is full.
FIX:
Perform the following steps to recover from this error:
1. Add another bi extent (or extents) with prostrct add. The extent should be the same size, or larger, than the first extent.
a. create a file named add.st with an editor, that contains at least the
following:
b <path to bi extent>
This will add one additional bi extent that is variable in size.
b. Run prostrct add db-name add.st
2. Restart Progress to perform crash recovery
proserve db-name [startup parameters]