开发者

debugging SSIS packages - debug.writeline

开发者 https://www.devze.com 2023-01-06 15:23 出处:网络
The debugging experience in SSIS is not what I am expecting. I have a script Task that I have added a Imports System.Diagnostics at the header of the class, and in the code I have various debug.write

The debugging experience in SSIS is not what I am expecting.

I have a script Task that I have added a Imports System.Diagnostics at the header of the class, and in the code I have various debug.writeline ("Attemtpting to move file") type messages.

But, they are not displaying in the output window.

Am I开发者_运维问答 missing something?


Use Dts.Events.FireInformation instead.


How to: Debug a Package by Setting Breakpoints on a Task or a Container

Debugging Control Flow

Breakpoints in SQL Server 2005 Integration Services SSIS

Watching variables in SSIS during debug - Stack Overflow

To capture Debug.WriteLine output, download and run the standalone DebugView

0

精彩评论

暂无评论...
验证码 换一张
取 消