Filepro Error

Kenneth Brody kenbrody at spamcop.net
Wed Nov 23 12:13:07 PST 2011


On 11/23/2011 2:08 PM, Saroj Tripathy wrote:
[...]
> But when I am going to browse a qualifier in the Warehouse Receiving file, I am getting the error
>
> *** A filePro Error Has Occurred ***
> On File: //filepro/<ANOTHER FILE>/key<Quanlifier Name>
> Automatic Processing
> Line Number: 84
> File not found
>
> I checked our code (given below) in "automatic" program and did not see any issue. Here in the employee look-up I am not using any qualifier to look-up. Also I checked the indexes, everything is fine.
>
> lookup empl = employees  k=em   i=a -nx

I assume that the "<ANOTHER FILE>" in the error is, in fact, "employees"?

Am I also correct in assuming that the "employees" file does not have a 
qualifier with the same name as the qualifier you are currently using?

If you need to always access the non-qualified part of the "employees" file, 
then you need to explicitly state so:

     lookup empl = employees@  k=em  i=a -nx

> So why I am getting this error when I am browsing the qualifier.

What do you mean by "browsing the qualifier"?  If you are scrolling through 
the records in browse mode, then automatic processing doesn't get run, go 
the lookup can't be failing.  However, if you mean something else, where the 
automatic processing will be run, then it's failing because the lookup is 
trying to use the non-existent qualifier in the "employees" file.

> Also What "key<Quanlifier Name>" stands for?

That's the filename where the qualified data set is stored.

[...]

-- 
Kenneth Brody


More information about the Filepro-list mailing list