Kbase P122698: Client session never completes when creating a large XML DOM
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/22/2011 |
|
Status: Verified
SYMPTOM(s):
Client session never completes when creating a large XML DOM
Progress process consumes CPU but never finishes creating the XML DOM.
XML DOM file being generated will be larger than 128mb
FACT(s) (Environment):
IBM AIX
Progress 9.x
OpenEdge 10.x
CAUSE:
The data segment for the process's memory space is too small.
By default on AIX, the data segment size is 128mb.
FIX:
Increase the process data segment size.
Use chuser or ulimit to adjust the data segment size, as discussed here:
http://www.redbooks.ibm.com/abstracts/tips0154.html?Open
For more information on how to set the data segment size, please contact your IBM representative.