Could not load "orchdb2op"

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
shin0066
Premium Member
Premium Member
Posts: 69
Joined: Tue Jun 12, 2007 8:42 am

Could not load "orchdb2op"

Post 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,
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Do a 'file' and 'ldd' on the library to check if the library is corrupt

Regards
Sreeni
Post Reply