Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am doing reject handling in tmap and using tpostgresqlOutput component.
Problem is if any record got fail to load in target db,ideally this particular record should go to the reject flow and subsequent should go in the target but in my case if any record got rejected due to some constraint issue, subsequent all records (which are good records) are going to the reject flow.
Please help me in this.
I am not sure if this can be done. I think that only reject data can go to that file, you can make the job to fail if "some constraint issue" happens.
If you know which issue can happen you can add another output and put some filter.
Hi
The issue is not very clear for me.
Are you handling reject on tmap or tDBOutput or both?