Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
how to handle error if it occurs on tmap? For instance, I have a job that has flow as below:
tmomInput-->tjavaRow-->tmap-->tfileoutputdelimited
For every component , I am using onComponentError linked to another subjob to perform some processing. But what to do in case of tMap?
I have covered this in the linked tutorial. I hope it helps....
https://www.rilhia.com/quicktips/quick-tip-how-debug-tmap-errors
I have covered this in the linked tutorial. I hope it helps....
https://www.rilhia.com/quicktips/quick-tip-how-debug-tmap-errors
You could use this method, connect to a tJavaFlex (or similar...maybe a tSetGlobalVar) and use a tRunIf with logic which will identify a failure using the data that the tutorial method will give you. There is no OnComponentError for this component I am afraid.