Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Error 1

Status
Not open for further replies.

therealbirdman

Programmer
Nov 21, 2003
1
0
0
US
I have a DTS package which stops execution and rolls back if it encounters any errors. However, I want to send an email from the package when any one of the multiple tasks in the pkg fail. Currently, I have the "Send Mail Task" object set to one task which will be triggered if there are any errors on this task only. I do not want all the tasks to have the "Send Mail Task" object linked.

If anyone has tips please let me know.

Thanks

HB
 
Hi,

Create another package which call this package and add send mail task to this new package on it's failure.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top