Consultor Eletrônico



Kbase P117383: Can't rebuild indexes on AIX after applying ICU collation
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/28/2007
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A
OpenEdge 10.1A 64-bit
IBM AIX POWER 5.3

SYMPTOM(s):

Can't rebuild indexes on AIX after applying ICU collation

Problem developed after

Index rebuild fails after applying ICU collation.

Could not open Dynamic Library: <DLC>/lib/libicuuc-psc.so (8013)

DLL Error : No such file or directory (8014)

Could not load ICU library <DLC>/lib/libicuuc-psc.so.

Error 4 creating collator: fr.

Could not open Dynamic Library: <DLC>/lib/libicui18n-psc.so (8013)

Could not load ICU library <DLC>/lib/libicui18n-psc.so.

CAUSE:

This is a known issue being investigated by Development

FIX:

To resolve this issue perform the following steps::
1) get into proenv environment
2) cd $DLC/lib
3)
If AIX 32bit:
/usr/bin/rtl_enable -R libicuuc-psc.so
-blibpath:${DLC}/lib:/usr/lib:/lib
/usr/bin/rtl_enable -R libicui18n-psc.so
-blibpath:${DLC}/lib:/usr/lib:/lib
If AIX 64bit:
/usr/bin/rtl_enable -X64 -R libicuuc-psc.so
-blibpath:${DLC}/lib:/usr/lib:/lib
/usr/bin/rtl_enable -X64 -R libicui18n-psc.so
-blibpath:${DLC}/lib:/usr/lib:/lib