Transformer Stage Error

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
daniel0623
Charter Member
Charter Member
Posts: 34
Joined: Tue May 31, 2005 8:17 pm
Location: ShangHai,China

Transformer Stage Error

Post by daniel0623 »

Hi all,
Job always aborted when it contain Transformer Stage.Log as follows,
Transformer_2: Failed to load the library "V0S2_testtran_Transformer_2.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 "V0S2_testtran_Transformer_2": rtld: 0712-001 Symbol __ReThrow was referenced
from module /home/ap/udi/user/dsadm/Ascential/DataStage/Projects/udibase/RT_BP676.O/V0S2_testtran_Transformer_2.o(), but a runtime definition
of the symbol was not found..
How to resolve it? Thank you!
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Hello Daniel,

normally the concepts of "throw", "catch" and "rethrow" (see the common theme here :)) are part of a process' error and exception handling mechanism. These handlers are common calls that should be included in standard libraries, but your transformers are aborting because they are not to be snapped at runtime.

First of all, go to your project directory and do a "find . -name V0S2_testtran_Transformer_2.o -print" to see if the object exists; if not then your compile had problems. If it exists, check the date of the file (should be the date/time of the last compile).

It does sound like a misconfiguration problem of some type. Are there any other problems? Is this a new installation, an upgrade or a platform change? Did you do an upgrade of anything recently?
daniel0623
Charter Member
Charter Member
Posts: 34
Joined: Tue May 31, 2005 8:17 pm
Location: ShangHai,China

Post by daniel0623 »

I create a new project and the error disapeared.So strange!Thanks for your help!
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

Did you compile the job after exporting the job into the new project?

Regards
Saravanan
Post Reply