Hi all,
I managed the task failure with OnError event handler.
After OnError my database situation is consistent but the ssis execution is result in error.
I would like to avoid the error into ssis.
I tried with "ForceExecutionResult = Success" for all task involved into the error but the result is always the same.
I tried also with "MaximumErrorCount = 30" but nothing.
Any Idea to solve this?
Thanks in advance.
Diego