TRANSFORMER 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
dsguy_2006
Participant
Posts: 10
Joined: Wed Feb 22, 2006 10:41 pm

TRANSFORMER error

Post by dsguy_2006 »

Output from transformer compilation follows:

##I TFCN 000001 16:16:08(000) <main_program>
Ascential DataStage(tm) Enterprise Edition 7.5
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TOSH 000002 16:16:08(001) <main_program> orchgeneral: loaded
##I TOSH 000002 16:16:08(002) <main_program> orchsort: loaded
##I TOSH 000002 16:16:08(003) <main_program> orchstats: loaded
##W TFPA 000012 16:16:08(006) <main_program> Warning: the PWD environment variable is not defined. Remote process startup may be unsuccessful as a result.If your ORCHESTRATE job does not start up correctly, please set your PWD variable to a value that will work on all nodes of your system.
##E TBLD 000000 16:16:09(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 32512
##E TFSR 000019 16:16:09(001) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 16:16:09(002) <transform> Error when checking composite operator: The number of reject datasets "0"is less than the number of input datasets "1".
##W TBLD 000000 16:16:09(003) <main_program> Error when checking composite operator: Output from subprocess: /bin/c++: not found

##I TFCP 000008 16:16:09(004) <transform> Error when checking composite operator: /bin/c++ -O -ID:/Ascential/DataStage/PXEngine/include -DRW_COMPILE_INSTANTIATE -D_OS390 -D_ALL_SOURCE -D_MSE_PROTOS -Wc,"float(IEEE)" -DIEEE_754=1 -W "0,langlvl(EXTENDED)" -D_SHR_ENVIRON -D_OPEN_OSURCE=3 -D_AE_BIMODAL -D__IOC_ANSI_STREAM -c D:/Ascential/DataStage/Projects/Practice/RT_BP74.O/V0S60_DATE1_Transformer_60.C -o D:/Ascential/DataStage/Projects/Practice/RT_BP74.O/V0S60_DATE1_Transformer_60.tmp.o
##E TCOS 000029 16:16:09(005) <main_program> Creation of step finished with status = FAILED (DATE1.Transformer_60)

*** Internal Generated Transformer Code follows:
0001: //
0002: // Generated file to implement the V0S60_DATE1_Transformer_60 transform operator.
0003: //
0004:
0005: // define our input/output link names
0006: inputname 0 DSLink41;
0007: outputname 0 DSLink61;
0008:
0009: initialize {
0010: // define our row rejected variable
0011: int8 RowRejected0;
0012:
0013: // define our null set variable
0014: int8 NullSetVar0;
0015:
0016: }
0017:
0018: mainloop {
0019: // initialise our row rejected variable
0020: RowRejected0 = 1;
0021:
0022: // evaluate columns (no constraints) for link: DSLink61
0023: writerecord 0;
0024: RowRejected0 = 0;
0025: }
0026:
0027: finish {
0028: }
0029:
*** End of Internal Generated Transformer Code



thanks in advance
dsguy
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Do you have C++ compiler installed correctly? Is it the first time you trying to compile? Search for this in the Forum.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Hi dsguy_2006,
I am pretty sure that you have installed incorrect version of C++ compiler. For 7.5x2 Windows EE, you must install the .NET 2003 C++.
dsguy_2006
Participant
Posts: 10
Joined: Wed Feb 22, 2006 10:41 pm

THANKS A LOT

Post by dsguy_2006 »

HI ITSSAUR,KUMAR_S

U GUYS R RIGHT, THE PROB IS WITH C++ COMPILER


THANKS FOR THE HELP

DSGUY_2006
Post Reply