Record is too long to process: recnum record_num, length record_length, bufsize buffer_size

The record size exceeds the size of the onpload buffers (AIOBUFSIZE). This error can occur when a delimited record contains simple-large-objects or extended types, and a format specification for a field is missing, which causes a simple large object or an extended type to be treated as a regular field.

Increase the size of AIOBUFSIZE for this record, or check that the format specification for the field matches the input file.