I have implemented scd1 transformation in informatica. When the workflow is executed it has given success message and logs also show the updated record information.When I executed the mapping in debugger it also shows the updated record.
But the issue is when I run the simple select query on the table to verify the records, I see no record has been updated.
You can find the log file at the below link: Log Files
Please let me know on how to fix this wierd issue.
Here is the sample db screen print:
The record exists but still it doesn't get updated.
Dex.
The log file says the affected rows is 0, although applied rows is 1. This means the update query was executed on the database but no records were updated. This usually happens when the row you are trying to update is not present in the table. In your case, check if the SKEY you are trying to update exists in the table.