Consultor Eletrônico



Kbase 20537: Errors 8013, 9088 and XML on HP-UX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

HP-UX
Progress 9.1X

SYMPTOM(s):

XML Objects

Error 8013: Could not open Dynamic Library: <libraryName> (8013)

Could not open Dynamic Library: /opt/dlc9/lib/libxerces-pro.sl (8013)

/usr/lib/pa20_64/dld.sl: Unable to find library 'libicudata.sl'.

The proxml.dll or libproxml.so was missing or incomplete or XML could not be initialized. (9088)

Cannot create widget of type X-DOCUMENT. (3181)

Cannot create widget of type <type>. (3181)

CAUSE:

SHLIB_PATH environment variable is missing entry pointing to $DLC/lib

FIX:

Set SHLIB_PATH following way before running your job using XML objects:

SHLIB_PATH=$DLC/lib:$SHLIB_PATH
export SHLIB_PATH