Hi,
In the OnError Event Handler, I want create a Script Task that will find if the SourceID (The unique identifier of the executable in the event handler that raised the event.) belongs to the current package. If so, I will call a Logging package to log the error in a table, send e-mail, etc..
However, if the SourceID does not belongs to the current package, it means that a called packaged generated the error and already handled it, so no logging is required.
Thanks in advance,
Tiago Rente.
PS: If possible, can you provide the solution in VB :-).
T.