I have an set of records which will be updated based on criteria into destination table.
P= Pass
F= Fail
1 - P
2- F
3- P
In For each loop i have to pass each record , an Execution Task fails and points to SP where the Result is marked as 'F'.
On Failure, the data has to be taken in the next loop instead of Package Failure.
Any tips on implementing this ?
I tryed of propogate property in this link
http://www.codeproject.com/Articles/384690/In-SSIS-how-to-continue-a-for-each-loop-container
this was not working and the loop doesn;t run..
ShanmugaRaj