Kbase P113489: Error "Too many fields/extents in IMPORT or EXPORT statement"
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
CREATE <table>. IMPORT <Table>.
Above program fails with error below
Too many fields/extents in IMPORT or EXPORT statement
CHANGE:
Migrated from V9 to OE10
CAUSE:
The compiler detected that for <table> the memory needed on IMPORT will exceed 64K.
The structure for importing fields has increased between V9 and OE10.
FIX:
Use the option "EXCEPT [field]" from IMPORT and modify accordingly the input file.