ssis - Changed MaximumErrorCount to 9999 but still getting an error that says it is set to 1 -
i running sql task, though whenever runs stops , gives me error:
"...the number of errors raised (50) reached maximum allowed (1); resulting in failure"
despite fact set maximumerrorcount in properties , other tasks in package 9999. gives?
the package fail if tasks have maximumerrorcount set 9999 package needs maximumerrorcount set higher number other 1. if package has maximumerrorcount property set higher number, can return success result if tasks inside fail.
be sure if task expected fail, dependent task use precendence constraint completion value rather success value, if want them run after 1st task attempted.
Comments
Post a Comment