Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to implement a requirement. I want to capture error records along with reason.
Eg : I loading data from SQL server to SQL server DB doing some validations to data based on vallu dations some records are getting rejected, I want to capture rejected records and reject reason ( error message ).
I tried to clear die on error check box it is showing two columns error message and trace level. What I have to provide values for those fields.
Any help is highly helpful for me...
Regards,
MS
What database component are you using? The reject row from a tDBOutput component contains the error message and error code. You can capture it from there and do what you want with it.