I'm looking to add some better error handling to a series of SSIS packages and was looking for some guidance on creating some Event Handlers.
The packages in question load dimensions, process them, and then processes the underlying cubes.
What essentially I'd like to do is if the package fails (OnError), trap the actual error message, write it to a log file, and then also place the text of the error into an e-mail and send me the error message.
I've been looknig for a real basic error handler template but not having much luck.
If someone could provide a good example or two, it would be greatly appreciated!
Thanks!
A. M. Robinson