[Download-List] Download entire file contents

David L. Rotman rotmand at cedarville.edu
Wed Aug 9 16:02:28 EDT 2006


In version 7.13, the limit for literals is 300.  The literals would
be used, for example, when you specify field headings.  So,
using DOWNLOAD for records with 300+ fields would cause
a problem....but the limit is easily changed.

Edit I_DOWNLOAD_MAX_COMMON and change the
lines:
024:       EQU DLMAX.DICT.RECS TO 300
025:       EQU DLMAX.LITERAL.VALUES TO 300
to reference a higher number (like 500).  Then,
recompile the programs by running paragraph
BUILDDL.VOC

There is a slight memory penalty for increasing these values,
but the impact on most systems is negligible.



Dave Rotman
Associate Vice President for Technology
Chief Information Officer
Cedarville University
251 N. Main Street
Cedarville, OH 45314
rotmand at cedarville.edu
voice 937-766-7905
fax 937-766-8819


>>> "Cudzilo, James" <JCudzilo at childrensmemorial.org> 8/8/2006 1:09:46
pm >>>
We are attempting to download the entire contents of a file from
Benefactor and are running into some issues. When we use @RECORD we
keep
getting the "too many literals error."
 
Any suggestions?
 
Thank you,
 
Jimmy Cudzilo, MS
Application Specialist
Children's Memorial Foundation
2300 Children's Plaza
Chicago, IL 60614
Phone: (773) 880-3927
jcudzilo at childrensmemorial.org 
 



More information about the download-list mailing list