transformer stage not working

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
anandkumarm
Premium Member
Premium Member
Posts: 55
Joined: Tue Feb 24, 2004 8:17 am

transformer stage not working

Post by anandkumarm »

HI we installed version 8 on AIX.
I am able to use all the stages except Transformer stages.When i use transformer stage its throwing error at the time of compilation.
Is it some thing related to C++ compiler if so what are the things i should take care of .
Appreciate your help.
Thank you
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

Re: transformer stage not working

Post by dsedi »

Click on More on the Compile window and do post the Error message you are getting..

Edi
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

There are four environment variables that pertain to the C++ compiler.
APT_COMPILER
APT_COMPLEOPT
APT_LINKER
APT_LINKOPT

Double check the names and provide the correct values for these at the project level.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

WHAT error?

Currently the question is "there's a red light on in my car - what's wrong?"

We need better information than what you have provided to make a cogent diagnosis (and not waste time guessing).
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