Skip to main content

Has anyone come across this error message before?  Is the number of files that can be open listed somewhere?  The application uses an openfile routine to keep track of the most recently opened file and assigns the file variable of the open file instead of opening it again.  The array in it may be too large and need to be reduced.

Program "!SET.PTR": pc = A96, Unable to create capture file.
[EMFILE] Too many open files

Has anyone come across this error message before?  Is the number of files that can be open listed somewhere?  The application uses an openfile routine to keep track of the most recently opened file and assigns the file variable of the open file instead of opening it again.  The array in it may be too large and need to be reduced.

Program "!SET.PTR": pc = A96, Unable to create capture file.
[EMFILE] Too many open files

The number of open files that any one process can have is customarily set to 62 however this value is tunable.