Kbase P14770: Error 98 with errno 24 on SUN Solaris
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/05/2010 |
|
Status: Verified
SYMPTOM(s):
Error 98 with errno 24 on SUN Solaris
Unable to open file: <file-name>. Errno=<number>. (98)
Unable to Open File: <filename>. Errno=24 (98)
Cannot find or open file <file-name>, errno = <number>. (43)
Cannot find or open file <file-name>, errno =24. (43)
Number of extents in the database has been increased
No errors are reported in the database log file
Files referenced in the error message(s) exist and are accessible
FACT(s) (Environment):
Errno 24 resolves to:
#define EMFILE 24 /* Too many open files */
OpenEdge Category: Language (4GL/ABL)
Progress 9.x
OpenEdge 10.x
Sun Solaris SPARC
CHANGE:
Increased the number of extents in the database
CAUSE:
The number of files a self service user needs to open is increased
FIX:
Increase the number of files a user can open.
One method is adding "ulimit -n <number_files>" within user's .profile file.
Please check your Operating System documentation for more details on ".profile" file and "ulimit" command.