I have a script task in SSIS package. I want to debug the code . but even after setting break points control does not go through the code. So am using msgbox for debuggin purpose ( but its really painfull) can anybody guide me on this.
Thanks,
Prash
first I suggest posting to the SSIS forum
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=80&SiteID=1
Second, this absolutely should be working.
With the VSA designer opened, f9 to set a breakpoint on some code.
when the package executes (from within the design environment, executing outside the designer will not bring up a jit type debugger) the breakpoint should hit.
If you continue to see this problem, post to the SSIS forum to see if anyone can think of things to try.
|||Moving to the right forum|||
prashant550806 wrote:
I have a script task in SSIS package. I want to debug the code . but even after setting break points control does not go through the code. So am using msgbox for debuggin purpose ( but its really painfull) can anybody guide me on this.
Thanks,
Prash
It isn't possible at the moment.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=359859&SiteID=1|||Just a minor point of clarification - you can debug script tasks (in the Control Flow), but you can't debug script components (in the Data Flow). I'm guessing from your problem that you are trying to debug a script component, not a script task.|||
I have tried both script task in control flow as well as script component in data flow but wasnt successful
regards,
Prash
|||its pitty that SSIS does not support debug mode in script component/task...
Prash
|||
Phil Brammer wrote:
prashant550806 wrote:
I have a script task in SSIS package. I want to debug the code . but even after setting break points control does not go through the code. So am using msgbox for debuggin purpose ( but its really painfull) can anybody guide me on this.
Thanks,
Prash
It isn't possible at the moment.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=359859&SiteID=1
Phil,
That's not true. It is not possible to debug script components but it IS possible to debug script tasks - which is what the original poster said he wanted to do.
-Jamie
|||
prashant550806 wrote:
its pitty that SSIS does not support debug mode in script component/task...
Prash
It does. You CAN debug script tasks - as is stated elsewhere in this thread.
-Jamie
No comments:
Post a Comment