From: Karl Faller on
>No I open the file only with DBServer{cfile,DBEXCLUSIVE,,cRdd} where
>crdd ='DBFCDX'
sorry, but i don't understand your proc. ONE File, many servers? Why
have you to open and close the same file multiple times?

Karl
From: Stephen Quinn on
Luc

Seeing as your in a loop maybe you need to allow the OS to catch up (empty
it's cache)
ie put a small delay in your loop (eg sleep(100))

CYA
Steve


From: Luc Charels on
On Sep 18, 9:56 am, "Stephen Quinn" <stevej...(a)bigpondSPAM.net.au>
wrote:
> Luc
>
> Seeing as your in a loop maybe you need to allow the OS to catch up (empty
> it's cache)
>     ie put a small delay in your loop (eg sleep(100))
>
> CYA
> Steve

I will try it.
For Karl
I have one file with the changes to do yo my servers.
With the data in this file I open each file adjust the structure and
make a new one.
So every time I find a new Server I close the current one and open the
next one with the same variabble.
Thanks for trying to solve my problem
From: Stephen Quinn on
Luc

> With the data in this file I open each file adjust the structure and
> make a new one.

Another thing to look at is the fields declared in your index expression(s)
(seeing as your getting an index error)
ie do you change a field name/type that's part of an index expression

CYA
Steve


From: Luc Charels on
On 20 sep, 01:27, "Stephen Quinn" <stevej...(a)bigpondSPAM.net.au>
wrote:
> Luc
>
> > With the data in this file I open each file adjust the structure and
> > make a new one.
>
> Another thing to look at is the fields declared in your index expression(s)
> (seeing as your getting an index error)
>     ie do you change a field name/type that's part of an index expression
>
> CYA
> Steve

Can be or not but I just open a file and after that I do my coding