Compiling a Job

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
Raftsman
Premium Member
Premium Member
Posts: 335
Joined: Thu May 26, 2005 8:56 am
Location: Ottawa, Canada

Compiling a Job

Post by Raftsman »

I am compile a DS job and getting the following error. Is it because it can't find my C++ compiler. Thanks

Output from transformer compilation follows:

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


##I TOSH 000002 14:33:31(001) <main_program> orchgeneral: loaded
##I TOSH 000002 14:33:31(002) <main_program> orchsort: loaded
##I TOSH 000002 14:33:31(003) <main_program> orchstats: loaded
##E TBLD 000000 14:33:31(007) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256
##E TFSR 000019 14:33:31(008) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 14:33:31(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 14:33:31(010) <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 14:33:31(011) <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/CIDS/RT_BP1.O/V0S10_testjim_Transformer_10.C -o C:/Ascential/DataStage/Projects/CIDS/RT_BP1.O/V0S10_testjim_Transformer_10.tmp.o
##E TCOS 000029 14:33:31(012) <main_program> Creation of step finished with status = FAILED (testjim.Transformer_10)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Possibly.

But also investigate the warning The number of reject datasets "0"is less than the number of input datasets "1".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply