Memory change in 5.0.15

Nancy Palmquist nlp at vss3.com
Wed May 14 12:14:38 PDT 2008


Richard Hane wrote:
> Ray,
>  
> Here is the batch file that is used.
>  
> set PFDSK=V
> set PFPROG=V:
> set PFDATA=V:
> set PFDIR=
> set PFCMARK=20
> set PFLMHOST=server2007
> cd fp
> dprodir bom -ka
> rreport acttime -f getbom -s one
> cd\
> cls
> Note: dirve V: is mapped to \\server2007\F\fpodbc 
> <file://\\server2007\F\fpodbc>
> The batch file resides in the fpodbc and the bom.dif resides in \fp folder
>  
> There is one other dif file that has more rows but I hav not checked it 
> yet.  I will do so tonight and advise.
>  
> The process runs one 1 record in a file called acttime (which is where I 
> run all my import processes).
>  
> Here is the process...
> 1 (label) = getit  Then: import dif fpo = bom
> 2. If: not fpo  Then: end
> 3. Then: a(20,*);q(9,.4);d(10,mdyy/);b(20,*)
> 4. Then: q=fpo(3); b=fpo(2); a=fpo(1); d=fpo(4)
> 5. Then: np(5,.0)=np+"1"
> 6. Then: show ("7","10")  "processing part number"<a
> 7. Then: show ("9","10")  "no. of parts"<np
> 8. Then: lookup miv = bom r=free -n
> 9. If: not miv  Then: errorbox "Part"<a<"Not Created";end
> 10. Then: miv(1)=a;miv(2)=b;miv(3)=q;miv(4)=d
> 11. Then write miv
> 12. Then: goto getit
> 13: Then: end
>  
> When the process does not run correctly it creates 47k blank records.
>  
> Thanks
> Rick
>  
>  
> 

Rick,

Try:

PFIMPBUF= 65536

to increase the maximum record length to 65K for an imported record.

Nancy




-- 
Nancy Palmquist 		MOS & filePro Training Available
Virtual Software Systems	Web Based Training and Consulting	
PHONE: (412) 835-9417		   Web site:  http://www.vss3.com


More information about the Filepro-list mailing list