SSIS : I have a "On Failure" precedence constraint that executes a Send Email Task for a Data Flow Task. Do you know how I might capture the error message from the Data Flow Task to include it in the Email (most likely as a variable)
Thank you for any help!
-Tim

Send Email Task - Error Reporting
Moldavia
Put the send mail task in the OnError eventhandler for the data-flow. The error message will be available in @[System::ErrorDescription]
-Jamie