dbTalk Databases Forums  

DTS: Any way to trap the OnQueryCancel event on Step.Execute()?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS: Any way to trap the OnQueryCancel event on Step.Execute()? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Peterson
 
Posts: n/a

Default DTS: Any way to trap the OnQueryCancel event on Step.Execute()? - 06-10-2004 , 01:58 PM






(SQL Server 2000, SP3a)

Hello all!

I'm wondering if there's any way to handle the OnQueryCancel event from the Step.Execute()
context? It seems like we can handle the event from the Package.Execute() context, but
not from Step.Execute().

We have a situation where we'd like to "single step" through a package's Steps, but we're
encountering this bug in DTS:

http://support.microsoft.com/default...b;EN-US;319058

We were able to work around this issue in the Package.Execute() context by providing an
event handler as specified in that KB article. However, that handler doesn't seem to be
invoked when the Step.Execute() function is invoked.

Thanks for any help anyone can provide!

John Peterson



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.