Hi. We run 2012 std. We r trying 2 get our heads around the options we would have customizing capture of exceptions that bubble up (if that is possible) to our master pkg from sub pkgs. This question is independent of ssis's sys logging.
My recollection is that ssis tells us a lot (maybe too much repetition) about exceptions. Our goal is to customize how we deal with exceptions at lower levels in the master pkg itself (perhaps in the .net service that calls the mstr if that can be bubbled up) so that we aren't incorporating the same custom logging at every level of the ssis call "tree/structure".
We capture some exceptions already in vars by incorporating try catch blocks in our c# scripts. But haven't addressed yet how those might be bubbled up. It is hoped that whatever we do with these can mimic what we do with exceptions thrown by other ssis components where there is no c# code to catch the exception.
Can the community get us started?