The information in this article applies to:
BUG #: 56011 (SQLBUG_70) BUG #: 55299 (SQLBUG_70) SYMPTOMS
When a Data Transformation Services (DTS) package contains a lookup as part of the transformation process and a null parameter value is passed to the Execute method of the lookup, the Microsoft Management Console (MMC) exits with an error. Where "0xXXXXXXXX", will be a memory address. On a Windows98 system, the error will be as follows: These errors will appear twice and then the MMC will terminate. WORKAROUNDThis problem can be avoided by adding a check for NULL values prior to executing the lookup function as follows:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words: DTS DTSLookups
Keywords : SSrvTrans kbbug7.00 kbSQLServ700bug |
Last Reviewed: January 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |