This error message is related to import trying to send the record to the next stage in the job. No record can be larger than a single transport buffer block. The default size for a buffer block is 32,768, the max limit is 1,048,576.
so, set the env var APT_DEFAULT_TRANSPORT_BLOCK_SIZE larger than your record size in jobs with records > 32k.
This error message is related to import trying to send the record to the next stage in the job. No record can be larger than a single transport buffer block. The default size for a buffer block is 32,768, the max limit is 1,048,576.
ReplyDeleteso, set the env var APT_DEFAULT_TRANSPORT_BLOCK_SIZE larger than your record size in jobs with records > 32k.