Consultor Eletrônico



Kbase P38226: SYSTEM ERROR: Input data too large, try to increase -s or/an
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/08/2003
Status: Unverified

SYMPTOM(s):

SYSTEM ERROR: Input data too large, try to increase -s or/and -stsh. (63)

Using the 4GL IMPORT statement to load data from a large file (12MB) generated by a third party software package.

CAUSE:

Data was corrupted. It contained double quote characters that are not properly escaped.

FIX:

Ensure that the data is properly formatted for the IMPORT statement and that it there are no embedded null characters CHR(0) or special characters that are not properly escaped.