Consultor Eletrônico



Kbase P175209: Error 11336 when using COPY-LOB to a MEMPTR with >2GB file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/01/2011
Status: Unverified

SYMPTOM(s):

Error 11336 when using COPY-LOB to a MEMPTR with >2GB file

Read from file '' failed during COPY-LOB (11336)

Error occurs when copying files 2147483648 (2**31) bytes or larger.

FACT(s) (Environment):

Error does not occur when copying files 2147483647 bytes or smaller.
No per-process memory limit set with ulimit.
All Supported Operating Systems
OpenEdge 10.1x
OpenEdge 10.2x
OpenEdge Category: Language (4GL/ABL)

CAUSE:

Bug# OE00202624

CAUSE:

Some internal functions used to implement COPY-LOB do not support large files, and some types are cast to insufficient length.

FIX:

None at this time. As a workaround, process the file in smaller parts using the STARTING AT, FOR, or OVERLAY options of COPY-LOB.