Product: IESX
Version: GeoFrame 3.1
Application: DataManager
Search Type: BugList
Topic:
Unable to open input file
Description:
IESX_DataManager_Interpretation
After importing interpretation from 31 files, the user could not laod anything
else and got the error message "Unable to open input file".
The ASCII file which was used remains open at the Uuix level. Calls are made to
open files with either open() or fopen() but after loading is done those files
are never closed, so IESX eventually runs out of file descriptors to use.
limit descriptors is set to 1024. I believe this is maximum allowable number
already (GF xterm reports 1024, system default is 64).
Solution:
WORKAROUND: The user should exit IESX so the files are deleted. Enter IESX and
contimue to import interpretation.
RESOLUTION: Corrected for GeoFrame 3.5.
Last Modified on: 18-MAR-99