compilation error in transformer

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
kapil_333
Participant
Posts: 48
Joined: Tue Sep 09, 2008 2:39 am

compilation error in transformer

Post by kapil_333 »

Hi,
I'm getting following type of message on compilation error.


##I IIS-DSEE-TOSH-00002 20:11:42(001) <main_program> orchgeneral: loaded
##I IIS-DSEE-TOSH-00002 20:11:42(002) <main_program> orchsort: loaded
##I IIS-DSEE-TOSH-00002 20:11:42(003) <main_program> orchstats: loaded
##W IIS-DSEE-TCOS-00036 20:11:43(000) <main_program> Failed to initialize job monitoring. Monitor information will not be generated.
##W IIS-DSEE-TOSH-00049 20:11:43(001) <main_program> Parameter specified but not used in flow: DSPXWorkingDir
##W IIS-DSEE-TFTM-00012 20:11:43(002) <transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".
##E IIS-DSEE-TFPS-00039 20:11:43(003) <transform> Error when checking composite operator: This field was not found: Link_SKG_Xfm; [line 181, character 22].
##E IIS-DSEE-TFFN-00003 20:11:43(004) <transform> Error when checking composite operator: Expected compatible types for function arguments; [line 181, character 22].
##E IIS-DSEE-TFPS-00039 20:11:44(000) <transform> Error when checking composite operator: This field was not found: Link_SKG_Xfm; [line 181, character 93].
##E IIS-DSEE-TFFN-00003 20:11:44(001) <transform> Error when checking composite operator: Expected compatible types for function arguments; [line 181, character 93].
##E IIS-DSEE-TFPS-00039 20:11:44(002) <transform> Error when checking composite operator: This field was not found: Link_SKG_Xfm; [line 181, character 165].



Can anyonr tell what is this all about?
NJOY......!!!!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The first error (signalled by ##E) is "This field was not found: Link_SKG_Xfm".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ambasta
Participant
Posts: 93
Joined: Thu Jan 19, 2006 10:29 pm
Location: Bangalore

Post by ambasta »

I think you have not defined the source and target column mapping properly.Just try to drag and drop all the column and check if it compiling ... If it works..use the applied functions one by one to each column
ambasta
Post Reply