IIS 8.0 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
Pavani_Vithala
Participant
Posts: 7
Joined: Mon Mar 05, 2007 3:25 am

IIS 8.0 Transformer error.

Post by Pavani_Vithala »

Hi All,
I have installed IIS 8.0 Client on my machine. Server is on a different machine. The other stages are working fine. But when I am trying to compile a simple job of writing records form a Seq.File to anotehr Seq.File via a transformer stage, I am getting the following error. I think there is some problem with the MKS tool ki. can any one tell how this MKS tool kit is llinked to our DS jobs and what the solution is for the problem . Please find the erorr generated

Output from transformer compilation follows:



##I IIS-DSEE-TFCN-00001 14:08:08(000) <main_program>

IBM WebSphere DataStage Enterprise Edition 8.0.1.4458

Copyright (c) 2001, 2005-2007 IBM Corporation. All rights reserved







##I IIS-DSEE-TOSH-00002 14:08:08(001) <main_program> orchgeneral: loaded

##I IIS-DSEE-TOSH-00002 14:08:08(002) <main_program> orchsort: loaded

##I IIS-DSEE-TOSH-00002 14:08:08(003) <main_program> orchstats: loaded

##W IIS-DSEE-TOSH-00049 14:08:08(006) <main_program> Parameter specified but not used in flow: DSPXWorkingDir

##E IIS-DSEE-TBLD-00076 14:08:09(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256.

##E IIS-DSEE-TFSR-00019 14:08:09(001) <main_program> Could not check all operators because of previous error(s)

##W IIS-DSEE-TFTM-00012 14:08:09(002) <transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".

##I IIS-DSEE-TBLD-00079 14:08:09(003) <transform> Error when checking composite operator: cxx -O -ID:/IBM/InformationServer/Server/PXEngine/include -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -W/Zc:wchar_t- D:/IBM/InformationServer/Server/Projects/DSComp/RT_BP6.O/V0S4_CopyOfSampleJob1_Transformer_4.C -o D:/IBM/InformationServer/Server/Projects/DSComp/RT_BP6.O/V0S4_CopyOfSampleJob1_Transformer_4.tmp.o.

##I IIS-DSEE-TBLD-00000 14:08:09(004) <main_program> Error when checking composite operator: Output from subprocess: NuTCRACKER not properly installed. The pathname:

C:/PROGRA~1/MKSTOO~1/include

is missing from the 'INCLUDE' environment variable.



##E IIS-DSEE-TCOS-00029 14:08:09(005) <main_program> Creation of a step finished with status = FAILED. (CopyOfSampleJob1.Transformer_4)



*** Internal Generated Transformer Code follows:

0001: //

0002: // Generated file to implement the V0S4_CopyOfSampleJob1_Transformer_4 transform operator.

0003: //

0004:

0005: // define our input/output link names

0006: inputname 0 DSLink6;

0007: outputname 0 DSLink7;

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: DSLink7

0023: writerecord 0;

0024: RowRejected0 = 0;

0025: }

0026:

0027: finish {

0028: }

0029:

*** End of Internal Generated Transformer Code

Rgds,
Pavani
Pavani Vithala
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The DataStage parallel engine actually runs on MKS Toolkit - this engine is written to run on UNIX and this was easier than rewriting the engine to run natively on Windows.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
John Smith
Charter Member
Charter Member
Posts: 193
Joined: Tue Sep 05, 2006 8:01 pm
Location: Australia

Post by John Smith »

Your error seems to indicate an bad installation. Try reinstalling DS.
MKS is the windows way of running unix.
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

try using the basic transformer stage, rather then transformer stage
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

It does look like a problem in your MKS toolkit. I believe this is something that the Information Server insists on installing - it needs to use the version bundled in the IS install. It might be easier to just try a reinstall of DataStage. No need to reinstall the repository layer or even the domain layer. I think you can just get away with DataStage.
Post Reply