dbTalk Databases Forums  

step level errors in C++ implementation via DTS APIs

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


Discuss step level errors in C++ implementation via DTS APIs in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ezelasky@hotmail.com
 
Posts: n/a

Default step level errors in C++ implementation via DTS APIs - 05-10-2005 , 10:56 AM






How can I get the detailed step errors I see in the DTS wizard -- the
information which row is failing and why via the DTS APIs in C++
application? I can get the very general high level error with
GetExecutionErrorInfo.

Thanks!

Elizabeth


Reply With Quote
  #2  
Old   
ezelasky@hotmail.com
 
Posts: n/a

Default Re: step level errors in C++ implementation via DTS APIs - 05-11-2005 , 10:06 AM






I figured out what I have to do....in very general COM terms......build
a call back interface of sorts w/ a sink to all the event
methods...Onerror, OnProgress,....


Reply With Quote
  #3  
Old   
ezelasky@hotmail.com
 
Posts: n/a

Default Re: step level errors in C++ implementation via DTS APIs - 05-11-2005 , 10:25 AM



I just found an example in the samples.....ExecPkgWithEvents.cpp &
..h....I think this will do the trick.
ezela... (AT) hotmail (DOT) com wrote:
Quote:
I figured out what I have to do....in very general COM
terms......build
a call back interface of sorts w/ a sink to all the event
methods...Onerror, OnProgress,....


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.