Fwd: Re: Output no matter what's happening (-RO not Working)

Kenneth Brody kenbrody at spamcop.net
Thu Jul 31 14:35:24 PDT 2014


On 7/31/2014 5:11 PM, FilePro List wrote:
> After watching it again, the output starts out okay when using the -RO
> flag but then just starts slowing way down until it just stops all
> together. There are 49619 records in the file and it stops on 36128
> every time. I wouldn't think there would be a limit on the number of
> output records when using the -RO flag.

There isn't any limit to the number of records, beyond the filePro limit of 
2 billion records per file.  The -RO flag has no effect on this.

You say this is in the output phase.  As a quick test, run the report 
without any processing ("-y none -z none") and see if this makes a 
difference.  If so, then there's probably something that your processing is 
doing, perhaps a getnext loop, which is causing the problem.

> This is the command line and the output is on about 45,000 records but
> it hangs on 36,000 or so every time I try running it and the file is not
> locked, nobody is using the computer other than me when I tried it.
>
> \fp\dreport invy -f expIslk -a -RO -u
>
> Filepro 5.0.09 (DN9 whatever that means)

The "DN9" means:

     "D" - dreport, rather than rreport.
     "N" - the "network aware" version, because long ago where was
           an MS-DOS version which wasn't.
     "9" - the Windows native version, again to distinguish it from
           one of the no-longer-available MS-DOS versions.

[...]

-- 
Kenneth Brody


More information about the Filepro-list mailing list