Consultor Eletrônico



Kbase P128381: Error 3697 occurs when writing an XML file larger than 2GB
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/03/2011
Status: Unverified

SYMPTOM(s):

Error 3697 occurs when writing a large XML file to disk

File size limit exceeded. (3697)

XML file reaches 2147483647 bytes in size

Using 32-bit version of OpenEdge 10.1x

Ulimit setting is unlimited

Large files have been enabled for the database

FACT(s) (Environment):

OpenEdge 10.1A
OpenEdge 10.1B
UNIX

CAUSE:

This is expected behaviour as the OpenEdge 10 32-bit client is unable to write files larger than 2GB to disk. Enabling large file support on the database will have no effect on the capabilities of the client.

FIX:

Option #1
Use a 64-bit version of OpenEdge 10 client

Option #2
Programmatically split the XML file into chunks less than 2GB in size