too many files open

Kenneth Brody kenbrody at spamcop.net
Mon Oct 5 06:50:56 PDT 2015


On 10/2/2015 3:24 PM, Tim OBrien via Filepro-list wrote:
>
> I run centos 6.7(Final) with filepro 5.0
>
> I am getting this error:
>
> *** A filePro Error Has Occurred ***
> File Table Full
> On File: /appl/filepro/mupat/index6G.A
> Too many filePro files open at once.?
> Maximum is 60.?
>
> It is a prc that does alot of copying from one key to another but I am careful to close all the files with a close statement.
> The starnge thing is that it will process about 20 records before it generates the error.
> I'm hope there is some sort of clear command I can use?
> I used to see this type of error years ago.
> Is there any thing I should try before showing all the code?

Unless you are doing a lookup to a different filePro file each time, there 
shouldn't be any need to CLOSE the lookup.  (This just slows things down 
when you re-execute the same lookup.)

You can see which filePro files (since the error says "too many filePro 
files open at once") are currently open by doing something like:

     zz = listbox(@fpfiles)


-- 
Kenneth Brody


More information about the Filepro-list mailing list