Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 MaximumErrorCount behaviour difference in DTS and

Author  Topic 

saran_d28
Starting Member

36 Posts

Posted - 2012-10-17 : 02:26:32
we have a package in which the maximum error count in DTS has been set to 5. DTS does not fail the package till it encounters 5 errors, be it truncation error or data type mismatch or any constraint violation. But in SSIS, even if we set the “MaximumErrorCount” property both at data flow level and at package level, it doesn’t seem to consider it. It throws error and stops at the first encounter of an error. How do we replicate that functionality in SSIS? Could anyone please help

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-10-18 : 00:49:36
what have you set for FailPackageOnFailure property?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -