|
saran_d28
Starting Member
India
36 Posts |
Posted - 10/17/2012 : 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 |
|