Page 1 of 1

transformer compilation error

Posted: Tue May 05, 2009 3:19 pm
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

Transformer Stage compilation error

Posted: Tue May 05, 2009 3:31 pm
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

Posted: Tue May 05, 2009 3:58 pm
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 .

Posted: Wed May 06, 2009 12:58 am
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...

Transformer Stage compilation error

Posted: Wed May 06, 2009 8:25 am
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

Re: Transformer Stage compilation error

Posted: Wed May 06, 2009 10:21 am
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

Posted: Wed May 06, 2009 4:51 pm
by ray.wurlod
You have a routine with an improper entry as a Parallel Routine.

Posted: Thu Apr 08, 2010 1:52 pm
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.

Posted: Thu Apr 08, 2010 1:53 pm
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.

Posted: Thu Apr 08, 2010 2:07 pm
by bcarlson
Found a topic that might be what we are looking for...

viewtopic.php?t=128346

Brad.