Could not load "pxbridge"

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
mrvsr
Premium Member
Premium Member
Posts: 40
Joined: Fri Aug 03, 2007 8:33 am

Could not load "pxbridge"

Post 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
Thanks
MRVSR
mrvsr
Premium Member
Premium Member
Posts: 40
Joined: Fri Aug 03, 2007 8:33 am

Re: Could not load "pxbridge"

Post 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
Post Reply