Hi all. I have an update transformation that works for all but one record. No error messages are produced. the log file says:
WRT_8041 Updated rows - Requested: 10 Applied: 10 Rejected: 0 Affected: 9
As you see it looks like it rejected one but it simply did not update with no error/warning produced. In debug mode, it shows the records as being an update. Key looks fine. It appears to apply correctly but doesn't.
Some facts about the process.
I am processing a transaction file against the DB. A join is done against some fields and when a match is found, i send it to the update trans. The key fields for the update are taken from the DB and passed through the entire mapping as is. Key fields consist of an identity field (int) and two date/timestamps. All records sent to the update get updated with the exception of this one.
Again, no errors are displayed. (using verbose showed nothing unusual)
The single symptom (other than not getting updated) is the message that shows 9 Affected vs. 10 Applied.
Any thoughts?
Thanks!
WRT_8041 Updated rows - Requested: 10 Applied: 10 Rejected: 0 Affected: 9
As you see it looks like it rejected one but it simply did not update with no error/warning produced. In debug mode, it shows the records as being an update. Key looks fine. It appears to apply correctly but doesn't.
Some facts about the process.
I am processing a transaction file against the DB. A join is done against some fields and when a match is found, i send it to the update trans. The key fields for the update are taken from the DB and passed through the entire mapping as is. Key fields consist of an identity field (int) and two date/timestamps. All records sent to the update get updated with the exception of this one.
Again, no errors are displayed. (using verbose showed nothing unusual)
The single symptom (other than not getting updated) is the message that shows 9 Affected vs. 10 Applied.
Any thoughts?
Thanks!