Consultor Eletrônico



Kbase 21047: Error 49 When Executing an XML Program From Progress In UNIX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

UNIX
Progress 9.1x

SYMPTOM(s):

SYSTEM ERROR: Memory violation. (49)

Attempting to execute an XML program from a Progress Tool such as the Procedure Editor.

CAUSE:

The XML Parser that Progress uses cannot find the libraries it needs.

FIX:

Set the system shared library search path to include the Progress run-time shared library ($DLC/lib) as follows:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$DLC/lib; export LD_LIBRARY_PATH