Bekkk
Bekkk

Reputation: 1

SSIS Serialized OnError Tasks logging error on SQL Server and sending email

I do have a quite big project in SSIS, with multiple packages, and some MASTER packages using them.

I want to find the best method to log errors, and send an email on failure.

For that here are some of my constraints :

To do that, I thought about creating a package part, with a C# script where I send the email.

My biggest problem is to retrieve the ErrorDescription.

I tried the followings :

What recommendation do you have in order to log errors and send emails with error content in a serializable way ?

Upvotes: 0

Views: 18

Answers (0)

Related Questions