Hi there,
primary platform is Integration Services 15.0.2000.94.
Got a big sequence container where I have 8 data flow intented to create 8 plain files on a daily basis.
Every night my package creates -overriding- all the 8 existing files.
My goal is apparently easy: if any of them fails (in any order, the second or the fourth) because the staging data is wrong or any other reason, my SSIS package must be able to rollback the creation of the rest of files and (the key of this) left
the original files (from last execution)
*TransactionOption = supported (sequence container) and TransactionOption = required (package) approach is working but not when you flush something to disk in this case, plain files.
Yes, I have the option of defining a FileTask in order to remove the recent files created and copy back the yesterday's ones from other folder.. but looks tedious
In a summary, i need to keep -always- good struct of the files in that folder.
Any input would be greatly appreciated,
Enric