Slowely changing dimension task is not working in data flow task.. but if I remove it and use the OLEDB destination it is inserting the data. I have no idea why it is not inserting data into the table. SCD and leaf task is also not converting to yellow or green color.
I have to do insert & update on the table based on two columns.
This is what I have tried:
- When I have used only OLEDB destination - everything works fine
- When I am doing look up and sending matched output to command task (where I am using the update command) and no match to OLEDB destination - nothing works.
- When I am using SCD and using two columns as business key and other as changing attribute - nothing works.
with "nothing works" I mean, even these task are not converting in yellow or green.
Any idea what could be the reason for this ?