Tarnsformer Compilation error

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ankita
Participant
Posts: 57
Joined: Sun Nov 13, 2005 11:17 pm

Tarnsformer Compilation error

Post 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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You either have not installed, or not correctly installed, your c++ compiler in the 2nd environment.
ankita
Participant
Posts: 57
Joined: Sun Nov 13, 2005 11:17 pm

Post 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 ?
Ankita
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The c++ compiler isn't used in seqeuences, just in Parallel jobs that use transformer stages.
Post Reply