Reputation: 786
This is very straightforward: I have 4 packages, and I would like to define one Error handler for all of them. I already created OnError event handler in one package and now I would like to configure other 3 packages to use the same error handling routine.
I don't want to copy and paste.
What is the easiest way of doing it?
Upvotes: 0
Views: 253
Reputation: 7678
Could you call them all from a parent package and pass a variable back to the parent package on failure? Just an idea - I have no experience with such things.
Upvotes: 1