Consultor Eletrônico



Kbase P10594: Database crashes with Error 43; can't find file errno=23 and errno-0
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/02/2005
Status: Verified

FACT(s) (Environment):

HP-UX

SYMPTOM(s):

Database crashes after several (43) errors.

Cannot find or open file <filename>. Errno=23. (43)

Cannot find or open file /wrk/dbname.b2, errno = 23. (43)

Cannot find or open file /wrk/dbname.b2, errno = 0. (43)

CAUSE:

System file handles are inadequate.

FIX:

Increase the number assigned to the nfile. The maxfile and maxfile_lim only increase the number of files that can be opened per process. nfile will increase the number of files for the entire system.
<filename> can be any of the database related files, including lock file, database file, data extents, bi files, and ai files.