Hello All,<o:p></o:p>
I have a package in which I have an Execute Package Task that in turn controls a bunch of other packages. I have one (I have disabled all but a couple others) where the entirety of the package appears to run successfully (all green) but the Execute Package Task itself is failing with the error "Warning: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors." <o:p></o:p>
I increased the Max number of errors on the Execute Project Task "Load ARZ Demographics to Stage" to 100 but I still get the same error -- Apparently, the max number it's seeing (1) is not on this task but I also changed the numbers of the package that this task calls. I am flummoxed as to where SSIS is seeing that the limit of 1 is set.
Thanks kindly,
Mike