Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Too many files open?
Message
From
25/06/1999 10:13:14
 
 
To
24/06/1999 15:13:55
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00233652
Message ID:
00233945
Views:
19
>I'm using mostly private data sessions (VFP 6) and some of my forms open many files. Recently I've started encountering problems with "Too many files open" or "File access denied", which I think stems from the same thing. Is there a limit on the number of files I can open? How do I get around this?

You may be running into operating system set limits; in Win9x, you may want to expand the number of open files allowed by adding a FILES= statement to CONFIG.SYS; by default, the value selected by Win9x is 'way too low for many applications, and setting the value explicitly (you can use a number between 10 and 254, I beleive the default is 30 or 40) you can normally avoid this error.

If you're running with an old NetWare install using the real-mode drivers, you may need to change the FILE HANDLES = value in NET.CFG or SHELL.CFG; the total of the CONFIG.SYS value and the FILE HANDLES = value can't exceed 254.

You can set the limits in NT in CONFIG.NT
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform