Error Example:The provider 'System.Data.SqlClient' marked the row '<rowID>' as erroneous: Skipped Cause:This error only appears to happen with databases, such as MS SQL Server or Oracle, for example. A common cause is data errors - data-type conversion issues, over-length, etc. Another possible reason appears to be that the connection sync jobs are run too close (either to itself, or with other connections targeting the same DB), and it creates read/write conflicts in the database For Oracle-specific information on why this may be happening - see this article: ORA-04091: table is mutating trigger
|