Page 1 of 1

parallel routine error

Posted: Wed Apr 08, 2009 8:16 am
by chrisjones
Hi ,
When I am executing the parallel routine I am getting below error..can some one help me to fix this error..

Transformer_1: Failed to load the library "V0S1_jbTestPralleRoutine_Transformer_1.o"; either the directory containing the library file
is not on the library search path, or the library was compiled on a system
that is incompatible with this system: Could not load "V0S1_jbTestPralleRoutine_Transformer_1": rtld: 0712-001 Symbol PatternReplace__FPcT1Sc was referenced
from module /datahub/dsadm/Ascential/DataStage/Projects/DEV_WC/RT_BP371.O/V0S1_jbTestPralleRoutine_Transformer_1.o(), but a runtime definition
of the symbol was not found..

Re: parallel routine error

Posted: Thu Jun 04, 2009 1:11 am
by pavans
chrisjones wrote:Hi ,
When I am executing the parallel routine I am getting below error..can some one help me to fix this error..

Transformer_1: Failed to load the library "V0S1_jbTestPralleRoutine_Transformer_1.o"; either the directory containing the library file
is not on the library search path, or the library was compiled on a system
that is incompatible with this system: Could not load "V0S1_jbTestPralleRoutine_Transformer_1": rtld: 0712-001 Symbol PatternReplace__FPcT1Sc was referenced
from module /datahub/dsadm/Ascential/DataStage/Projects/DEV_WC/RT_BP371.O/V0S1_jbTestPralleRoutine_Transformer_1.o(), but a runtime definition
of the symbol was not found..
Hi Chris,

Any luck in gettting the issue resolved.
Even we are facing with the similar on 7.5.3/AIX.
Any updates would be appreciated.

Posted: Thu Jun 04, 2009 2:03 am
by arvind_ds
Did you compile the routine from DS Manager separately.?

Posted: Thu Jun 04, 2009 4:44 am
by nagarjuna
Sice paralle routines are made of C++ code , How you compiled the c++ code ? what is the location of your .so file ? Is your routine name and the function that is present in the c++ code is same ?