Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dlorenc
Posting Yak Master
172 Posts |
Posted - 2009-06-04 : 15:55:18
|
I understand putting errorhandling widgets into each data flow object in an ssis project...but is there a more 'global' way to deal with errors?..I would like to dump an error to a log, but let the script continue to other modules..they are independent modules updating a data mart...so are time sensitive...I'd rather capture the data I can, and deal with any modules that failed....---------Ive been told to use the Event Handlers Tab...now, I need some help on ..HOW...this is as far as I have gotten:- I see I have control flow; dataflow; event handlers and package explorer as my main tabs..I assume you refer to the event handler tab.. - In event handler, I see executable and event handlers pull downs...If I pull down executable, I see I have a heirarchy starting with my ssis package name, if I select my package, it puts a dataflow task container on the workspace...so now, I think I have a general error handler (onerror) for my data flow tasks? - Now Im lost..I click on the dataflow, and it takes me to the dataflow tab, with an empty workspace..now what?... |
|
|
|
|