What's the difference between failparentonfailure and propagate in SSIS

StackOverflow https://stackoverflow.com/questions/23600287

  •  20-07-2023
  •  | 
  •  

문제

What's the difference between failparentonfailure property and propagate variable of event handler in SSIS? What's the difference between error event handler and task failure event handler in SSIS?

도움이 되었습니까?

해결책

FailParentOnfailure is for failing a parent container despite of setting the MaxErrorCount on the parent container (for loop, foreach loop, etc.). The Propagate solution is for preventing event propagation to the parent. See http://microsoft-ssis.blogspot.com/2014/05/continue-loop-after-error.html

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