dbTalk Databases Forums  

Passing Parameters after Transform Data task Failed

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


Discuss Passing Parameters after Transform Data task Failed in the microsoft.public.sqlserver.dts forum.



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

Default Passing Parameters after Transform Data task Failed - 09-04-2005 , 08:55 PM






Hi all,

I'm pulling my hair out trying to do some error trapping.

I have a "Transform Data" task, which exports data from a Oracle table to
Sql Server table. For any given row that FAILS to export, I need to find the
rowID field from the database table in Oracle and sends an email to a
specified email address.

I'm trying to add a "Send Mail Task" on Failed precedence from my "Transform
Data" task to alert the administrator. However, I do not see any option of
passing a parameter indicating the rowID that is failing.

Can anyone advice me on how to pass parameter when a Transform Data task
failed?

Thanks!


--
Regards,
Keng Yuen

Reply With Quote
  #2  
Old   
DR
 
Posts: n/a

Default Re: Passing Parameters after Transform Data task Failed - 09-07-2005 , 11:34 AM






Turn on Multphase datapump if it not already turned on.
Then in the insert or transform error phase you can send out an email
based on source data. You will have to write an activex script for the
phase i.e. insert error


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.