Skip to main content

error 97 (DG set code) too many open files

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Program is generating an error 97 (using DG error codes) "too many files open" when opening a file via AcuServer.  The runtime configuration file already has MAX-FILES set to a number larger than is necessary for the number of files that will be opened, but the error is still generated.

Resolution:

The MAX-FILES configuration variable needs to be set in the AcuServer configuration file as well.  The formula for determining what value it needs to be set to for AcuServer is:

total number of files a user can ever have open * total number of users who will ever be accessing files simultaneously

Old KB# 2819