Page 1 of 1

Custome stage type error in Datastage V8.5

Posted: Thu Dec 08, 2011 11:41 pm
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

Posted: Mon Jun 18, 2012 2:52 am
by Karthik.M
The path or URL mentioned below must be configured as the LD_LIBRARY_PATH environmental variable's path.

Posted: Mon Jun 18, 2012 5:11 am
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.