Kbase P144110: The OpenEdge Web Service client crashes with error 49 when sending and receiving large XML documents
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/01/2010 |
|
Status: Unverified
SYMPTOM(s):
The OpenEdge Web Service client crashes with error 49 when sending and receiving large XML documents
The OpenEdge Web Service client crashes with error 49 when sending and receiving large SOAP messages
SYSTEM ERROR: Memory violation. (49)
The XML document contained in the SOAP message can be as large as 12MB
FACT(s) (Environment):
It works fine on Windows platform
OpenEdge 10.0x
OpenEdge 10.1x
OpenEdge 10.2A
IBM AIX
CAUSE:
Bug# OE00182130
FIX:
This has been fixed in 10.2A02 and higher.
As a workaround start the OpenEdge client like the following:
LDR_CNTRL=MAXDATA=0x80000000 pro -p client.p
This will allow the OpenEdge client to use more memory on AIX which will prevent it from crashing.