Page 1 of 1

Could not load "orchdb2op"

Posted: Fri Dec 25, 2009 1:22 am
by shin0066
Hi,

I have an ETL environment where i installed DataStage 7.5.3 version and configured remore DB2EE as per IBM guide. As part of DB2EE enable exported datastage specific file systems and px file systems to database nodes.
Create a configuration with ETL nodes + remote db2 server nodes, executed job and it all works fine.

Now i have another Unix server (i am planning to user this server as a ETL ) , exported same datastage specific file systems(/dsadm/Ascential ... ) and PXEngine file systems on this Unix server, updated configuration file to reflect this Unix server by provideding node, fast name information in configuration file.

When i run a jobs with DB2EE stage to extract data, i am getting below warning messages.

Code: Select all

node_apsa00342: Warning: the following libraries failed to load: "orchdb2op": Could not load "orchdb2op":  0509-022 Cannot load module /APT_ORCHHOME/lib/liborchdb2opaix3.so.
 0509-150   Dependent module libdb2.a(shr.o) could not be loaded.
 0509-022 Cannot load module libdb2.a(shr.o).
 0509-026 System error: A file or directory in the path name does not exist.
 0509-022 Cannot load module /APT_ORCHHOME/lib/liborchdb2opaix3.so.
 0509-150   Dependent module /APT_ORCHHOME/lib/liborchdb2opaix3.so could not be loaded..
Job is not aborting but producing warning messages as above where it is not able to find above files. When i looked manually all the NAS mounts are properly visible on UNIX server.

Am I missing any configuration? or I can't use additional Unix server?

Thanks,

Posted: Sat Dec 26, 2009 10:31 am
by Sreenivasulu
Do a 'file' and 'ldd' on the library to check if the library is corrupt

Regards
Sreeni