Select the product you need help with
FIX: Abort of DTC Transaction in tempdb May Cause 7105 Errors, Assertions, and Possible Shutdown of SQL ServerArticle ID: 304847 - View products that this article applies to. This article was previously published under Q304847
BUG #: 355018 (SHILOH_BUGS)
On This PageSYMPTOMS
An abort of a Microsoft Distributed Transaction Coordinator (DTC) transaction during tempdb activity, may result in 7105 errors, retail assertions, and potentially a failure during rollback in tempdb that may cause the server to shutdown.
RESOLUTIONTo 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
(http://support.microsoft.com/kb/290211/EN-US/
)
INF: How to Obtain the Latest SQL Server 2000 Service Pack
HotfixNOTE: The following hotfix was created prior to Microsoft SQL Server 2000 Service Pack 2.The English version of this fix should have the following file attributes or later: Version File name Platform ------------------------------------- 8.00.430 Sqlservr.exe i386 WORKAROUND
This problem has occurred in cases where the application's distributed transaction timeout causes the DTC manager to abort the transaction. To work around the problem, eliminate the cause of the timeouts or increase the timeout value. STATUS
Microsoft has confirmed this to be a problem in SQL Server 2000.
This problem was first corrected in Microsoft SQL Server 2000 Service Pack 2. MORE INFORMATION
The 7105 error message that appears in the error log is similar to:
Error: 7105, Severity: 22, State: 6
Page (1:123232), slot 3 for text, ntext, or image node does not exist..
SQL Server Assertion: File: <SpcAlloc.cpp>, line=378
Failed Assertion = 'pPage->IsType (Page::TEXT_MIX_PAGE)'.
SQL Server Assertion: File: <page.cpp>, line=2777
Failed Assertion = 'rowLength >= offset + deleteLength'.
SQL Server Assertion: File: <logscan.cpp>, line=3037
Failed Assertion = 'm_lastLSN == NullLSN || startLSN < m_lastLSN'.
SQL Server Assertion: File: <page.cpp>, line=3429
Failed Assertion = 'm_freeCnt + emptySlots * sizeof (Slot) >= spaceNeed'.
AllocPageFromTargetExtent failed: extId=1:357672 pages_seen=8
SQL Server Assertion: File: <alloc.cpp>, line=10649
Failed Assertion = 'force_success == FALSE'.
PropertiesArticle ID: 304847 - Last Review: September 26, 2005 - Revision: 3.2
|


Back to the top








