Question

I have this ssis package and in it, an OnError event handler. When the package fails, I enter data into an error log table. How (if possible) does one get the connection of the step that failed? Any help will be much appreciated. Thanking you in advance.

Était-ce utile?

La solution

In the Event Handler you could use the value of the variable - System::SourceName. If your components are named sensibly then this value would let you know the component that failed and hence the connection.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top