I have a package in SSIS and is getting an error when I try to run it by .bat file (when I run from a SSIS solution this errors never comes).
The error:
Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of error reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors. End Waning DTExec: The package execution returned DTSER_FAILURE (1).
Reading all the log information, I get an overflow error in a destination column. Thats ok, I know about that error, but the thing is I need the process succeed anyway.
This is because I generate a message when the container fail, to inform about that, but I need the process continue and finish "OK" although there is an error.