Weird Windows 2003 MSDTC and SQL 2005 issue
        Posted  
        
            by seagull surfer
        on Server Fault
        
        See other posts from Server Fault
        
            or by seagull surfer
        
        
        
        Published on 2009-08-14T16:46:44Z
        Indexed on 
            2010/05/16
            20:01 UTC
        
        
        Read the original article
        Hit count: 319
        
scenario: Windows 2003 sp2 x64 enterprise edition. SQL 2005 sp2 cu9 x64 Enterprise edition
After restarting the resource groups on two node active-active cluster, 3 SQL 2005 instances start up fine. The 4th one starts up but starts throwing the following error.
"Enlist operation failed: 0x8004d00e(XACT E NOTRANSACTION). SQL Server could not register with Microsoft Distributed Transaction Coordinator (MS DTC) as a resource manager for this transaction. The transaction may have been stopped by the client or the resource manager."
MSDTC is fine since the other 3 function normally. The only way to "fix" it is to take the 4th instance offline and bring it online again. Is there any way to fix this enlistment without restarting?
© Server Fault or respective owner