Consultor Eletrônico



Kbase P94399: Getting error 43 starting up last of several databases on HP-UX system
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/02/2009
Status: Verified

SYMPTOM(s):

Getting error 43 when starting up databases

**Cannot find or open file <filename>, errno = <number>. (43)

** Cannot find or open file <filename>, errno = 24. (43)

Problem only exhibited when last database started

FACT(s) (Environment):

HP-UX 11
Multiple databases being started on system
Progress/OpenEdge Product Family

CAUSE:

Error 24 for the HP-UX system is:
#define EMFILE 24 /* Too many open files */

FIX:

Increase the maxfiles, maxfiles_lim and the ulimit -n (nofiles) for the user who experienced this error.
Refer to your operating system's vendor for information pertaining to maxfiles, maxfiles_lim and ulimit.