Consultor Eletrônico



Kbase P97315: Multi-user session begin fails with bkioWrite error
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

Progress 8.x
Windows

SYMPTOM(s):

Database fails to start in multi-user mode.

** The last session was abnormally terminated. (852)

** Any incomplete transactions are being backed out. (495)

bkioWrite: lseek error <error number> on file <file> at <address>, file <file-name>. (6081)

rlaixtn: Insufficient disk space to extend the after-image file. (827)

CAUSE:

Ai extent reached 2 GB limitation

FIX:

Perform the following steps:

1. Disable after-image.
syntax: rfutil dbname -C amiage end.
2. Backup ai extents with OS backup utilities, filing in the order they were filled.
3. Make a copy of the database.
4. rfutil dbname -C aimage begin -a ai-name.
With single-volume databases, rfutil discards all the information in the after-image file and truncates ai to it's original length.
5. Start database.