Could not load "orchodbc"

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
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Could not load "orchodbc"

Post by dspxguy »

Hi,
I have a job which extracts from DB2 database using both odbc stage and DB2 Enterprise stage and then writes to a file.
The job runs successfully but throws this warning message

Code: Select all

node_dbserver1: Warning: the following libraries failed to load: "orchodbc": Could not load "orchodbc": Could not load module /px/lib/liborchodbcaix3.so.
Dependent module libodbc.a(odbc.so) could not be loaded.
Could not load module libodbc.a(odbc.so).
System error: No such file or directory
Could not load module /px/lib/liborchodbcaix3.so.
Dependent module /px/lib/liborchodbcaix3.so could not be loaded..
If I run the same job with only odbc stage it does not produce the above warning messages. Any idea what is the issue?

Thanks
ascen
Premium Member
Premium Member
Posts: 67
Joined: Wed Apr 12, 2006 6:47 am
Contact:

Post by ascen »

I've got the similar issue with the Oracle.
The solution was to:
- install and configure the Oracle client;
- set properly the system environments;
<a href="http://www.master-data.pl">
<b>
Polish MDM, CDI, ETL, ESB and DQ forum
</b>
</a>
rsiem
Premium Member
Premium Member
Posts: 27
Joined: Thu Aug 02, 2007 10:31 am

Post by rsiem »

I've seen this error once - it happened when we started uv as root instead of as dsadm.

run as root
$DSHOME/bin/uv -admin -stop
run as dsadm
$DSHOME/bin/uv -admin -start

See if that fixes it. Check the path in your dsenv file as well and see if that path is included.
Post Reply