Kbase P21949: Attempt to expand record beyond the maximum allowed size. (444) creating bulkload fd file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/4/2010 |
|
Status: Verified
SYMPTOM(s):
Creating large bulkload descriptor file (.fd)
Bulkload file contains over 14,000 entries
Creating bulkload descriptor file produces error
** Attempt to expand record beyond the maximum allowed size. (444)
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Reached limit of table name. Progress 32k limit for characters.
FIX:
Create two bulkload .fd files with half the tables in one file and the remainder in the other file. Then combine the files into one file before running the bulk load process. For example create bload.fd with half of the tables and bload2.fd with the remainder of the tables. Then append bload2 to bload1 and call it bload.fd.