Consultor Eletrônico



Kbase P52200: Users get disconnected with (9451) with errno 25
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/11/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

FACT(s) (Environment):

IBM AIX POWER 5.1

SYMPTOM(s):

BKIOREAD:Unknown O/S error during read, errno 25, fd 11, len 1024, offset 0, file DBIR2TAEC. (9451)

<function>:Unknown O/S error during <system call>, errno <error number>, fd <file descriptor>, len <bytes>, offset <bytes>, file <file-name>. (9451)

CAUSE:

Errno 25 is misleading, it means "* Not a typewriter", the real problem happens on the server machine with errno 28 "No space left on device". There is no space available to write temporary files.

FIX:

Increase the disk space for temporary files or use -T startup parameter for the DB to redirect temporary files to another file system.