Kbase P12960: Get 9082 migrating to 9.1C
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/12/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1C
FACT(s) (Environment):
SCO UnixWare 7.1.1
SYMPTOM(s):
X-NODEREF or X-DOCUMENT <method-name> got an error: <xml-exception>. (9082)
CHANGE:
Migrated from Progress 9.1A or 9.1B to Progress 9.1C
CAUSE:
The ICU_DATA reference doesn't work anymore because the referred directory is not in the same path.
The missing shared library is in the $DLC/lib directory.
FIX:
Manually set LD_LIBRARY_PATH to include this directory by doing:
LD_LIBRARY_PATH=$DLC/lib; export LD_LIBRARY_PATH