Hello everyone,
I'm facing an issue with my SSIS Package as below:
I've created one package which has dataflow tasks, script tasks, execute SQL tasks, etc. I've set FailParentOnFailure and FailPackageOnFailure properties of all tasks to true and created OnError event on the package level. But when the package fails, OnError event is not capturing the failure and errors are not getting logged.
Can anyone help me out with this?
Any help will be appreciated

