FIX: You may receive an error message when you run a package that calls other child packages in SQL Server 2005 Integration Services (914375)
The information in this article applies to:
- Microsoft SQL Server 2005 Developer Edition
- Microsoft SQL Server 2005 Enterprise Edition
- Microsoft SQL Server 2005 Enterprise Edition for Itanium Based Systems
- Microsoft SQL Server 2005 Enterprise X64 Edition
- Microsoft SQL Server 2005 Standard X64 Edition
- Microsoft SQL Server 2005 Standard Edition
BUG #: 406357 (SQLBUDT) Microsoft distributes Microsoft SQL Server 2005 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005 fix release. SYMPTOMSWhen you run a package that calls other child packages in
Microsoft SQL Server 2005 Integration Services (SSIS), one or more of the child
packages may fail. Additionally, you may receive the following error message: Error: 2005-09-06 15:07:47.14 Code: 0xC001402C
Source: @PR018_SS8PR032 Connection manager "ETC" Description: The
SSIS Runtime has failed to enlist the OLE DB connection in a distributed
transaction with error 0x8004D00A "Unable to enlist in the transaction.".
End Error This problem occurs when the following conditions are
true:
- The TransactionOption property is set to
the Required value.
- You use the Microsoft OLE DB Provider for SQL Server on the source
database and on the destination database. The databases are on the same server computer.
- The Microsoft Distributed Transaction Coordinator (MS DTC) service is enabled.
CAUSEThis problem occurs because only one request can own a
transaction at a time. Therefore, when a transaction enlistment request occurs on
the specific transaction that is running, the transaction enlistment
fails.RESOLUTIONService pack information
To resolve this problem, obtain the latest service pack for SQL Server 2005. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
913089 How to obtain the latest service pack for SQL Server 2005
WORKAROUNDTo work around this problem, you can rely on implicit
transaction management and set the TransactionOption property to
the Supported value.STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in SQL Server 2005 Service Pack 1.
Modification Type: | Major | Last Reviewed: | 10/10/2006 |
---|
Keywords: | kbsql2005ssis kbsql2005sp1fix kbQFE kbhotfixserver kbpubtypekc KB914375 kbAudITPRO kbAudDeveloper |
---|
|