tags:

views:

12

answers:

1

My current workflow to address data quality issues is

  1. Open SSIS Project in Visual Studio
  2. Start SSIS Debugger
  3. Wait for Errors to Halt Processing
  4. Stop Debugger
  5. Address Errors (Update Derived Column Transformation)
  6. Start SSIS Debugger
  7. Hang after "Execute phase is beginning." - with some or no rows extracted
  8. Reboot

I'd like to avoid steps 7 and 8, but I'm not sure what to try next. I've tried killing VS and restarting the SSIS Service but rebooting is the only thing that seems to work.

A: 

I don't have this issue when I do steps 1-6, perhaps you should reinstall.

HLGEM

related questions