I have several tasks and several packages. In SQL Server 2005, we used DTS Packages, but now they do not work (I know that I can reactivate them, but this is not what I need). I get the following error by running one of my packages:
Message: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The execution method succeeded, but the number of errors raised (1) reached the maximum allowable (1); causing failure. This occurs when the number of errors reaches the specified number in MaximumErrorCount. Change MaximumErrorCount or fix errors.
Obviously, this is the result of an earlier error. I cannot fix this error, so I want to increase MaximumErrorCount . But although there are many posts on the Internet explaining that you should select “Properties” on the package (or job?), The Package no longer has properties (I found them in the Integration Services section, where they are listed in DTS packages that are odd , given that the wizard created the package, and DTS is not supported in 2008?), I don’t know how to look in the package, really. And the work has properties, but the parameter Maximum number of errors does not exist anywhere.
Can someone look at me and see what I do not see? Where to increase the MaximumErrorCount value according to the error request?
sql-server-2008 sql-server-job ssis
Abel
source share