Hi
I have to Re-Execute Pacakge on Error.
So, i did as below.
On Task Failure -- > Call Execute Package "PackageLoop"
on the "PackageLoop", I have called Execute Package "PacakageMain"
I am getting 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.
ShanmugaRaj