data stage ee error in transformer stage

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
alex007
Participant
Posts: 6
Joined: Sun Oct 26, 2008 7:28 am

data stage ee error in transformer stage

Post by alex007 »

hey friends when am compiling an simple job in in data stage parallel envi
am getting this err Output from transformer compilation follows:

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


##I TOSH 000002 20:05:41(001) <main_program> orchgeneral: loaded
##I TOSH 000002 20:05:41(002) <main_program> orchsort: loaded
##I TOSH 000002 20:05:41(003) <main_program> orchstats: loaded
##E TBLD 000000 20:05:41(007) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256
##E TFSR 000019 20:05:41(008) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 20:05:41(009) <transform> Error when checking composite operator: The number of reject datasets "0"is less than the number of input datasets "1".
##W TBLD 000000 20:05:42(000) <main_program> Error when checking composite operator: Output from subprocess: cxx: file 'C:/PROGRA~1/MKSTOO~1/etc/cxx.ccg': The system cannot find the file specified.

##I TFCP 000008 20:05:42(001) <transform> Error when checking composite operator: cxx -O -IC:/Ascential/DataStage/PXEngine/include -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c C:/Ascential/DataStage/Projects/alex/RT_BP1.O/V0S2_yyy_Transformer_2.C -o C:/Ascential/DataStage/Projects/alex/RT_BP1.O/V0S2_yyy_Transformer_2.tmp.o
##E TCOS 000029 20:05:42(002) <main_program> Creation of step finished with status = FAILED (yyy.Transformer_2)

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


or
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

OK... basic stuff here... do you have a supported C++ compiler installed and configured properly on the DataStage server?
-craig

"You can never have too many knives" -- Logan Nine Fingers
alex007
Participant
Posts: 6
Joined: Sun Oct 26, 2008 7:28 am

Post by alex007 »

chulett wrote:OK... basic stuff here... do you have a supported C++ compiler installed and configured properly on the DataStage server? ...

can u tell me clearly pls.. am new to data stage bcos of this am worrying lot in parallel jobs
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Who installed DataStage for you? Talk to them about the compiler. I assume this happens to anyone / any job with a transformer stage, yes?
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

A private message wrote:chulett am using in my home i have installed in my own tell how should i correct all the mistakes
An email wrote:hey u said u know how to coreect the error can u pls say me clearly how to slove the problem

am using dadstage ee in my home am using xp os server job is running perfect in parallel job when am using transformer error is occuring pls help so taht i can solve my issue
First, some comments:

a. Post questions and correspondence in the forums not via private means, that way anyone can help. And learn.
b. Learn patience, this is an all volunteer, community peer-to-peer support forum so people help how and when they can.
c. This is not a chat room or the other end of a cell phone, so please be more professional in your communications.

Now, not only is Windows XP an unsupported operating system for DataStage but helping someone with what is most probably a cracked / pirated version at home? If you are doing so legitimately, then I apologize but in that case you should be getting support from the company you work for, you know - the one that gave you DataStage? :?

Do you have the installation and configuration documentation? Do you have a (per the documentation) supported C++ compiler installed? Without those, you're not going to get very far.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply