FIX: Errors in Transform Failure Function Are Logged When They Should Be Ignored (288340)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)

This article was previously published under Q288340
BUG #: 236220 (SHILOH_BUGS)

SYMPTOMS

If a transformation failure function returns DTSTransformstat_OK, the errors are logged to the transformation exception log and the transformation exception source log files.

NOTE: The DTS package itself ignores the errors and the Max Error Count value is not incremented.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft SQL Server 2000 Service Pack 1.

MORE INFORMATION

When a transformation failure function returns DTSTransformstat_OK, the correct behavior is as follows:
  • The Max Error Count value is not incremented.
  • The error is not written to the transformation exception log or the transformation exception source log.
  • The step is not reported as failed.

Modification Type:MajorLast Reviewed:11/6/2003
Keywords:kbBug kbfix kbSQLServ2000sp1fix KB288340