Kbase P34494: Solaris errno 24, limit of 255 open files
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Sun Solaris SPARC
SYMPTOM(s):
** Cannot find or open file <database_extent>, errno = 24. (43)
Error from AppServer but not _progres
Database with 150+ extents
rlim_fd_max and rlim_fd_cur parameters are set to 4096 and 2048 respectively for all users.
CAUSE:
The AppServer has the log files open on top of the files that a regular _progres session would.
Solaris limit of 255 open files with usage of the STDIO library; Progress uses both functions fopen() and open().
(As per July 2003,) Sun document http://access1.sun.com/technotes/01406.html
FIX:
Access the Database as a remote client (using "-S <service/port>) or copy the database within a structure containing less extents.