Consultor Eletrônico



Kbase P98511: Database went down with errors 9450 3636 and 8897 and OS errno 28
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/10/2008
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

SYMPTOM(s):

SYSTEM ERROR: Unable to extend database within area <pareaName>. (8897)

<function>:Insufficient disk space during <system call>, fd <file descriptor>, len <bytes>, offset <bytes>, file <file-name>. (9450)

bkioWrite:Insufficient disk space during write, fd 20, len 16384, offset 96080, file /database.d5. (9450)

bkxtn: write error, file <file-name> errno: <number>. (3646)

bkxtn: write error, file /database.d5 errno: 28. (3646)

Database went down with errors 9450 3636 and 8897

CAUSE:

The OS errno 28 means "No space left on device", so at the moment of crash, there was not enough diskspace available to make writes to the database.

FIX:

Make sure there is enough disk space on the filesystem where database resides and restart the database.