The information in this article applies to:
BUG #: 55241 (SQLBUG_70) SYMPTOMSWhen using a Data Transformation Services (DTS) package global variable to reference an object created in an ActiveX Script task or transformation, the object may be released at the end of the ActiveX Script that creates the object. This makes the object unavailable to subsequent tasks that attempt to access it through the global variable reference. CAUSEThis is caused by a problem with the reference count not being properly incremented for the object when it is stored as a global variable. WORKAROUND
The problem is only seen when the object is added to the global variables collection using the AddGlobalVariable method of the collection.
Instead, use the following code, which will work:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words: DTS
Keywords : kbbug7.00 kbSQLServ700bug |
Last Reviewed: December 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |