Problem while running Transformer Stage

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
kamal kishore
Participant
Posts: 15
Joined: Fri Feb 16, 2007 9:20 am
Location: VSP

Problem while running Transformer Stage

Post by kamal kishore »

Hi,

We are using Ascential DataStage 7.5.2 software on AIX machine and Ascential DataStage 7.5.1A client software on windows system, all the stages are working fine but while i'm using the transformer stage in a simple sequential file job it is throwing an expection:

Error:
Transformer_0: Failed to load the library "V0S0_kk_Transformer_0.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 "V0S0_kk_Transformer_0": 0509-022 Cannot load module .
0509-026 System error: A file or directory in the path name does not exist.. [transform/transform.C:1517]

Here "kk" is name of the job.
KAMAL
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Welcome Aboard :)
Wrong forum. Post in the Correct Forum, with details about your C++ compiler also.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Moved to PX Forum
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check that you are using a compatible C++ compiler.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

For AIX, Visual Age C++ 6.0 compiler is required. Please check if this compiler and assosiated packages are installed.
Raghavendra
Dare to dream and care to achieve ...
Post Reply