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
cherry
Participant
Posts: 108
Joined: Sun Jul 10, 2005 1:35 am

Transformer Error

Post by cherry »

Hai All,

Iam new to Datastage and i have installed the software recently. I get the following eeror when i use the Transformer Stage, please help me in this regard and what should be done to overcome this.


Output from transformer compilation follows:
##I TFCN 000001 09:58:18(000) <main_program>
Ascential DataStage(tm) Enterprise Edition 7.5
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved

##I TOSH 000002 09:58:18(001) <main_program> orchgeneral: loaded
##I TOSH 000002 09:58:18(002) <main_program> orchsort: loaded
##I TOSH 000002 09:58:18(003) <main_program> orchstats: loaded
##E TBLD 000000 09:58:19(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256
##E TFSR 000019 09:58:19(001) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 09:58:19(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 09:58:19(003) <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 09:58:19(004) <transform> Error when checking composite operator: cxx -O -ID:/Ascential/DataStage/PXEngine/include -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c D:/Ascential/DataStage/Projects/Smurfit_Demo/RT_BP1.O/V0S1_TEST1_Transformer_1.C -o D:/Ascential/DataStage/Projects/Smurfit_Demo/RT_BP1.O/V0S1_TEST1_Transformer_1.tmp.o
##E TCOS 000029 09:58:19(005) <main_program> Creation of step finished with status = FAILED (TEST1.Transformer_1)
*** Internal Generated Transformer Code follows:
0001: //
0002: // Generated file to implement the V0S1_repos_Transformer_1 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


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

Post by ray.wurlod »

Nearly everyone has problems with the Transformer stage on DataStage EE on Windows. Are you using Windows XP? What C++ compiler did you install?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hexa
Participant
Posts: 51
Joined: Sun Aug 08, 2004 6:25 am

Post by hexa »

Hi Roy,

I am using Microsoft windows server 2003 and compiler is Microsoft Visual Studio .NET.

Regards
hexa
dspxlearn
Premium Member
Premium Member
Posts: 291
Joined: Sat Sep 10, 2005 1:26 am

Post by dspxlearn »

Hi Hexa,


Even i am planning to install DS on windows environment..Is there any different way to install it or is it like the same as we install server on windows.And do we really need a 1 GB Ram upgradation..?? :?: I have a 128 MB Ram and 80 GB space and 1 cpu with XP and server 2003 OS installed.Will this configuration serve for running it..What kind of configuration you are using...
Thanks and Regards!!
dspxlearn
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

dspxlearn wrote:Hi Hexa,


Even i am planning to install DS on windows environment..Is there any different way to install it or is it like the same as we install server on windows.And do we really need a 1 GB Ram upgradation..?? :?: I have a 128 MB Ram and 80 GB space and 1 cpu with XP and server 2003 OS installed.Will this configuration serve for running it..What kind of configuration you are using...
Hi dspxlearn,

I guess you intend to post under the topic "running PX on a Windows Platform" :wink:

-Kumar
dspxlearn
Premium Member
Premium Member
Posts: 291
Joined: Sat Sep 10, 2005 1:26 am

Post by dspxlearn »

Hi Kumar_s,



Half of my question is in continuation to Hexa's post and half to your suggested thread name..So,.........why not in this....?? :roll:
Thanks and Regards!!
dspxlearn
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

HI,

Look at the title of this post and content of you question. This post is already hijacked :evil: .
If you want you can always start a new thread.

-Kumar
Post Reply