문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top