Is there a way to trap errors with SSIS and continue on with execution of my control flow without interruption and possibly notify the user with a friendly error?
I found the OnError event handlers but i really need to provide more information to the user when an error occurs is there a way to generate a file with the error info that I can then attach to the email?