Rows are rejected and in the log detail, error message is;
WRT_8119 Target table [TARGET_TABLE_NAME] does not allow INSERT Row # in bad file
or
WRT_8119 Target table [TARGET_TABLE_NAME] does not allow UPDATE Row # in bad file
or
WRT_8119 Target table [TARGET_TABLE_NAME] does not allow DELETE Row # in bad file
I recommend to change “Treat source rows as” attribute to “Data driven”

This error occurs because of the incoordinate between “Treat source rows as” and target table’s relational writer properties

When Insert is selected, but Update is selected at “Treat source rows as” property, it will get the error;
WRT_8119 Target table [TARGET_TABLE_NAME] does not allow UPDATE Row # in bad file





