Bill Crawley
October 15th, 2008, 11:05 AM
Hi All I have a series of Data Flows within a Sequence container. Each Data Flow Updates a single table in a destination from it's source.
The Updates themselves work fine, however If say my third dataflow fails, I want all processing to rollback (i.e. all data inserted from the first 2 sequences rolled back).
On each data flow I have FailPackageOnFailure and FailParentOnFailure set True.
Although the Sequence stops if an error is hit, that's all it does it does not rollback. I cannot find a specific 'Transaction' event to place all of these in.
Can you Help
The Updates themselves work fine, however If say my third dataflow fails, I want all processing to rollback (i.e. all data inserted from the first 2 sequences rolled back).
On each data flow I have FailPackageOnFailure and FailParentOnFailure set True.
Although the Sequence stops if an error is hit, that's all it does it does not rollback. I cannot find a specific 'Transaction' event to place all of these in.
Can you Help