Page 1 of 1

Tarnsformer Compilation error

Posted: Wed Jun 11, 2008 4:35 am
by ankita
Hi All,
We are migrating the Jobs from one environment to another environment but we are not able to compile the jobs having transformers (though jobs without transformer are getting compiled properly in new environment.) The error is coming as below,

##I IIS-DSEE-TBLD-00079 05:58:50(073) <transform> Error when checking composite operator:
/usr/vacpp/bin/xlC_r -O -I/opt/IBM/InformationServer/V8/Server/PXEngine/include -O -c /apps/Projects/MCOM_IDM/RT_BP19.O/V0S2_IDM_FAP_Env_File_Generation_Tfm_EnvFileGen.C -o /apps/Projects/MCOM_IDM/RT_BP19.O/V0S2_IDM_FAP_Env_File_Generation_Tfm_EnvFileGen.tmp.o.
##E IIS-DSEE-TCOS-00029 05:58:50(074) <main_program> Creation of a step finished with status = FAILED. (IDM_FAP_Env_File_Generation.Tfm_EnvFileGen)

This new env has NLS installed, but I hope that is not causing any error.
Can anyone please help ? Can it happen because of missing library files ?


Thanks,
Ankita

Posted: Wed Jun 11, 2008 4:50 am
by ArndW
You either have not installed, or not correctly installed, your c++ compiler in the 2nd environment.

Posted: Thu Jun 12, 2008 3:15 am
by ankita
Thanks ArndW!

We have verified that C++ is not installed. I understand that Transformer stage needs this. But can't we compile job sequences also without C++ installation ?

Posted: Thu Jun 12, 2008 3:16 am
by ArndW
The c++ compiler isn't used in seqeuences, just in Parallel jobs that use transformer stages.