Page 1 of 1

Could not load "orchodbc"

Posted: Mon May 11, 2009 12:48 pm
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

Posted: Tue May 12, 2009 7:02 am
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;

Posted: Wed May 20, 2009 1:25 pm
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.