Custome stage type error in Datastage V8.5

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
vee79
Participant
Posts: 3
Joined: Wed Jun 22, 2011 9:57 pm
Location: Mumbai

Custome stage type error in Datastage V8.5

Post by vee79 »

Hi All
We have imported a custom stage from V7.5 to V8.5.
But while running the job we are facing following error.

Error msg :

Code: Select all

 URLNORM: Wrapper: Error loading "URL": Could not find "URL" on the library search path defined by the environment variable LD_LIBRARY_PATH; path: /ds/projects/dpr_ebicm_uat/dpr_ebicm_uat/RT_BP63.O
<etc etc>
Could you all please help me in trouble shooting this error.

Thanks
Karthik.M
Participant
Posts: 24
Joined: Thu Apr 26, 2012 1:18 am
Location: Chennai,TamilNadu

Post by Karthik.M »

The path or URL mentioned below must be configured as the LD_LIBRARY_PATH environmental variable's path.
Karthik.M
Analyst
Infotrellis.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try re-compiling the job. When a parallel job containing one or more Transformer or Build stages is run, it is supposed to adjust the shared library search path appropriately for the duration of the job run. That information may have been lost during the upgrade.

Another possibility is that the shared library search path directories are not visible from every node in a multi-machine environment.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply