- Step 1- This is X job that creates the (b) job.dat file
- Step 2- This is an SSIS package that splits the output dat file into 4 different files to send to Destination
- Step 3-Moves the four files from the workarea to another location where MOVEIT can pick them up from
***Step two is not restartable
***There is no reversing out if any of the step fails
Note: what if i add exception handler or should I add condional split... any other ideas ?