Transformerstage 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
sasikala
Participant
Posts: 4
Joined: Wed Jul 25, 2007 7:25 am

Transformerstage error

Post by sasikala »

HI,
when i am running the parallel job by using transformer stage in Datastage 7.5x2 i got this error.
Output from transformer compilation follows:

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


##I TOSH 000002 15:15:34(001) <main_program> orchgeneral: loaded
##I TOSH 000002 15:15:34(002) <main_program> orchsort: loaded
##I TOSH 000002 15:15:34(003) <main_program> orchstats: loaded
##E TBLD 000000 15:15:37(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256
##E TFSR 000019 15:15:37(001) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 15:15:37(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 15:15:37(003) <main_program> Error when checking composite operator: Output from subprocess: cxx: file 'F:/PROGRA~1/MKSTOO~1/etc/cxx.ccg': The system cannot find the file specified.

##I TFCP 000008 15:15:37(004) <transform> Error when checking composite operator: cxx -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -O -IF:/PXEngine/include f:/Projects/Sai/RT_BP437.O/V0S7_modify_Transformer_7.C -o f:/Projects/Sai/RT_BP437.O/V0S7_modify_Transformer_7.tmp.o
##E TCOS 000029 15:15:37(005) <main_program> Creation of step finished with status = FAILED (modify.Transformer_7)

*** Internal Generated Transformer Code follows:
0001: //
0002: // Generated file to implement the V0S7_repos_Transformer_7 transform operator.
0003: //
0004:
0005: // define our input/output link names
0006: inputname 0 DSLink3;
0007: outputname 0 DSLink4;
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: DSLink4
0023: writerecord 0;
0024: RowRejected0 = 0;
0025: }
0026:
0027: finish {
0028: }
0029:
*** End of Internal Generated Transformer Code


Could you please advice me on this regard?


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

Post by ray.wurlod »

What compiler are you using? Is its licensing current? The message suggests that the file (cxx.ccg) can not be found. What is the value of your APT_COMPILER environment variable? You APT_LINKER environment variable?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sasikala
Participant
Posts: 4
Joined: Wed Jul 25, 2007 7:25 am

Re: Transformerstage error

Post by sasikala »

Hi Ray,
Actually i did not get compiler,so i installed free download of Visual c++ compiler from the site.I don;t know wheather that was sufficeint or not.
APT_COMPILER=cxx
APT_LINKER=cxx
APT_LINKOPT=-W/TP -W/dll -W/base:0x50000000


Could you please tell me what needs to be done from my end?


Thanks & regards
Sasi




sasikala wrote:HI,
when i am running the parallel job by using transformer stage in Datastage 7.5x2 i got this error.
Output from transformer compilation follows:

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


##I TOSH 000002 15:15:34(001) <main_program> orchgeneral: loaded
##I TOSH 000002 15:15:34(002) <main_program> orchsort: loaded
##I TOSH 000002 15:15:34(003) <main_program> orchstats: loaded
##E TBLD 000000 15:15:37(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256
##E TFSR 000019 15:15:37(001) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 15:15:37(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 15:15:37(003) <main_program> Error when checking composite operator: Output from subprocess: cxx: file 'F:/PROGRA~1/MKSTOO~1/etc/cxx.ccg': The system cannot find the file specified.

##I TFCP 000008 15:15:37(004) <transform> Error when checking composite operator: cxx -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -O -IF:/PXEngine/include f:/Projects/Sai/RT_BP437.O/V0S7_modify_Transformer_7.C -o f:/Projects/Sai/RT_BP437.O/V0S7_modify_Transformer_7.tmp.o
##E TCOS 000029 15:15:37(005) <main_program> Creation of step finished with status = FAILED (modify.Transformer_7)

*** Internal Generated Transformer Code follows:
0001: //
0002: // Generated file to implement the V0S7_repos_Transformer_7 transform operator.
0003: //
0004:
0005: // define our input/output link names
0006: inputname 0 DSLink3;
0007: outputname 0 DSLink4;
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: DSLink4
0023: writerecord 0;
0024: RowRejected0 = 0;
0025: }
0026:
0027: finish {
0028: }
0029:
*** End of Internal Generated Transformer Code


Could you please advice me on this regard?


Thanks & regards
Sasi
Post Reply