When I try to execute the master package the get the following error, currently maxerrorcount is set to 1.
SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (5) 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.
What could be the reason for package failure, because when the run the package through visual studio it runs fine but fails when scheduled with sql server agent job.
Any help is appreciated , Thanks.
sree