Alaska Software Inc. - Too Many Files Opened
Username: Password:
AuthorTopic: Too Many Files Opened
Carlos A Beling Too Many Files Opened
on Fri, 22 May 2009 18:54:15 -0300
Hello:
good night.

. I have installed a system in Windows XP in a network drive M:
. In the server the line /files /in %Windir%\System32\Config.nt is 
/files=200/ (this number is much more than needed)
. I'm receiving the message "Too many files opened"
. In all other installations that this change was did everything works 
fine 
Can one help me what I should to do? 

Beling
TIA
AUGE_OHRRe: Too Many Files Opened
on Fri, 22 May 2009 23:59:00 +0200
hi,

> . In the server the line /files /in %Windir%\System32\Config.nt is

how does "Client" access *.DBF ?

greetings by OHR
Jimmy
Carlos A Beling Re: Too Many Files Opened
on Fri, 22 May 2009 19:15:23 -0300
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Jimmy:<br>
many thanks.<br>
. They only installed the app an access it using a short cut
(M:\pointer\pointer.bat)<br>
. the bat file saves %path%, changes it, executes the main program of
the Clipper app and restores the %path%<br>
. the app does not change directory <span class="moz-smiley-s2"><span>
 </span></span><br>
<br>
Beling<br>
Cheers<br>
<br>
AUGE_OHR escreveu:
<blockquote cite="mid:7b846b15$6287c044$7c6@news.alaska-software.com"
 type="cite">
  <pre wrap="">hi,

  </pre>
  <blockquote type="cite">
    <pre wrap="">. In the server the line /files /in %Windir%\System32\Config.nt is
    </pre>
  </blockquote>
  <pre wrap=""><!---->
how does "Client" access *.DBF ?

greetings by OHR
Jimmy 


  </pre>
</blockquote>
</body>
</html>
Jorge LRe: Too Many Files Opened
on Sat, 23 May 2009 11:00:27 -0300
Hi Carlos
if you work with clipper, you need to add SET CLIPPER = F200 in autoexec.nt

but if is the problem persist, add the environment variable to the registry
HKCU\Environment

Regards

"Carlos A Beling" <beling@bipbip.com.br> escribió en el mensaje de noticias 
news:1a84b05$3b442e0b$7c4@news.alaska-software.com...
> Hello:
> good night.
>
> . I have installed a system in Windows XP in a network drive M:
> . In the server the line /files /in %Windir%\System32\Config.nt is 
> /files=200/ (this number is much more than needed)
> . I'm receiving the message "Too many files opened"
> . In all other installations that this change was did everything works 
> fine 
> Can one help me what I should to do? 
>
> Beling
> TIA
>
Carlos A Beling Re: Too Many Files Opened
on Sat, 23 May 2009 15:36:32 -0300
Hello Jorge:
good afternoon.

I set the environment var using the Blinker.
I wrote a function in Clipper for changing the line files= in the 
Config.nt file.

Beling
Best regards

Jorge L escreveu:
> Hi Carlos
> if you work with clipper, you need to add SET CLIPPER = F200 in 
> autoexec.nt
>
> but if is the problem persist, add the environment variable to the 
> registry
> HKCU\Environment
>
> Regards
>
> "Carlos A Beling" <beling@bipbip.com.br> escribió en el mensaje de 
> noticias news:1a84b05$3b442e0b$7c4@news.alaska-software.com...
>> Hello:
>> good night.
>>
>> . I have installed a system in Windows XP in a network drive M:
>> . In the server the line /files /in %Windir%\System32\Config.nt is 
>> /files=200/ (this number is much more than needed)
>> . I'm receiving the message "Too many files opened"
>> . In all other installations that this change was did everything 
>> works fine 
>> Can one help me what I should to do? 
>>
>> Beling
>> TIA
>>
>
>
Rodd Graham Re: Too Many Files Opened
on Sat, 23 May 2009 16:35:36 +0000
Hello Carlos,

> Hello:
> good night.
> . I have installed a system in Windows XP in a network drive M:
> . In the server the line /files /in %Windir%\System32\Config.nt is
> /files=200/ (this number is much more than needed)
> . I'm receiving the message "Too many files opened"
> . In all other installations that this change was did everything works
> fine 
> Can one help me what I should to do? 

Config.NT is only for MsDos apps on the client side.  Xbase++ apps are Win32 
and have access to thousands of file handles.

However, if you are saying the WinXP is the server then you are limited to 
no more than 10 users (client connections) at a time.  This is a workstation 
OS limitation to ensure you purchase a server OS when your needs grow.

Regards,

Rodd Graham, Consultant
Graham Automation Systems, LLC
Carlos A Beling Re: Too Many Files Opened
on Sat, 23 May 2009 15:38:38 -0300
Hello Rodd:
good afternoon.
Many thanks.
I'm porting the application to Xbase++. as workaround I wrote a function 
for making the change needed.

Beling
Cheers

Rodd Graham escreveu:
> Hello Carlos,
>
>> Hello:
>> good night.
>> . I have installed a system in Windows XP in a network drive M:
>> . In the server the line /files /in %Windir%\System32\Config.nt is
>> /files=200/ (this number is much more than needed)
>> . I'm receiving the message "Too many files opened"
>> . In all other installations that this change was did everything works
>> fine 
>> Can one help me what I should to do? 
>
> Config.NT is only for MsDos apps on the client side.  Xbase++ apps are 
> Win32 and have access to thousands of file handles.
>
> However, if you are saying the WinXP is the server then you are 
> limited to no more than 10 users (client connections) at a time.  This 
> is a workstation OS limitation to ensure you purchase a server OS when 
> your needs grow.
>
> Regards,
>
> Rodd Graham, Consultant
> Graham Automation Systems, LLC
>
>