transformer compilation 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
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

transformer compilation error

Post by pavan_test »

Hi All,

when I try to compile a data stage job in version 8.1 I am getting the following error message
at a Transformer stage;

#E IIS-DSEE-TBLD-00076 16:05:50(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 64512.
##E IIS-DSEE-TFSR-00019 16:05:50(001) <main_program> Could not check all operators because of previous error(s)

can anyone please suggest me.

Thanks
Mark
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

Transformer Stage compilation error

Post by pavan_test »

I also received this message;

##W IIS-DSEE-TFTM-00012 16:05:50(002) <transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".

Thanks
Mark
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

Hi ,

Is this the first time you are compiling a job with transformer in your DS environment ?

Check whether C++ compiler is installed and corresponding env variables are pointing to correct path .
Nag
sajidkp
Participant
Posts: 114
Joined: Thu Apr 30, 2009 12:17 am
Location: New Delhi

Post by sajidkp »

Hi,

You will get the Answer If you Search in this forum .... i faced the same problem and got sol from this forum...
Regards,
Sajid KP
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

Transformer Stage compilation error

Post by pavan_test »

Hello,

I am able to compile most of the jobs which have transformer stages. Only few ds jobs are giving me these errors.I am not sure why I am getting these error for certain jobs.

I checked the environmental variables;

APT_COMPILEROPT O -q64 -c
APT_COMPILER cxx /usr/vacpp/bin/xlC_r
APT_LINKER cxx /usr/vacpp/bin/xlC_r
APT_LINKOPT -G -q64

Thanks
Mark
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

Re: Transformer Stage compilation error

Post by pavan_test »

Hi All,

I am able to resolve most of the error. I am still getting 1 more compilation error message

Error when checking composite operator: Output from subprocess: munch: The input file Path/custom/routine/xxx.o is not valid in the current object mode.

Someone please suggest me

Thanks
Mark

Thanks
Mark
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You have a routine with an improper entry as a Parallel Routine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

ray.wurlod wrote:You have a routine with an improper entry as a Parallel Routine. ...
I know this is an ancient posting, but we are running into this now. We are converting from DS8.0.1 to DS8.1 and are getting the same issue compiling buildops. What do you mean by 'improper entry'?

Thanks!

Brad.
It is not that I am addicted to coffee, it's just that I need it to survive.
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

sajidkp wrote:Hi,

You will get the Answer If you Search in this forum .... i faced the same problem and got sol from this forum...
Sajidkp, I don't suppose you could send a link to where you found your solution? Or what to search on?

Thanks!

Brad.
It is not that I am addicted to coffee, it's just that I need it to survive.
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

Found a topic that might be what we are looking for...

viewtopic.php?t=128346

Brad.
It is not that I am addicted to coffee, it's just that I need it to survive.
Post Reply