SSIS Debugger wont show Progress

2019-07-18 13:06发布

问题:

Just wondering if anybody has faced this issue.It does not seem to be package specific and is sporadic. I simply start my SSIS debugger in Visual Studio. The debugger loads and does nothing, I know the package is running because I can see the DTSDebugger in the Task Manager and if I let it run long enough it completes. But I don't get the tick marks or the record counts etc. I have to close my Visual Studio and open it again and it works fine. Please feel free to comment if any information is needed.

回答1:

Just noticed that I did not have to exit Visual studio as a whole. If I close my package in Visual studio and open it again, it debugs just fine. Guess it might be a bug or something where it does not reload the execution results in some cases. At least this is a better work around instead of having to close and reopen Visual Studio.