Page 1 of 1

Could not load "pxbridge"

Posted: Wed Jun 11, 2014 3:59 pm
by mrvsr
I have created one Job with teradata connector stage to extract data and write it to sequencer.

I could run this from datastage designer but when I try to run the osh file related to that job like below its giving me errors like.

> osh -f /data/xxxx/sssdss/RT_SC2024/OshScript.osh

PATH search failure:
Error loading "pxbridge": Could not load "pxbridge":

But all the load libraries and path are set properly.
I could run osh file with odbc > sequential file stage and others But getting issue when I try to run osh of teradata connectors.

Please let me know what I am missing here and how to fix this.

Thanks

Re: Could not load "pxbridge"

Posted: Wed Jun 11, 2014 5:43 pm
by mrvsr
Issue resolved after

export PATH=.:/../../../PXEngine/lib:$PATH
export LD_LIBRARY_PATH=.:/../../../PXEngine/lib:$LD_LIBRARY_PATH

then

osh -f /data/xxxx/sssdss/RT_SC2024/OshScript.osh

:lol:
Thank you all