Welcome to MSDN Blogs Sign in | Join | Help

ChrisForster.com

The Online Home of Chris Forster

Browse by Tags

All Tags » MSDTC   (RSS)
Unable to view or change the properties (Tracing, Logging or Security settings) in Component Services for a clustered instance of MSDTC which resides in a SQL Server cluster resource group
The issue normally only occurs when MSDTC is using the same cluster virtual name as SQL. The point of failure seems to be API call to “RegConnectRegistryEx” with the SQL network name. When this specific issue occurs, the call returns HR “0x80070035” (ERROR_BAD_NETPATH). Read More...
Knowing the limits (MSDTC participant / enlistment limits)
In most cases when flowing a distributed transaction between more than a single machine, a number of Transaction Managers (TM's) will be involved. In Microsoft’s case the TM implementation is the Microsoft Distributed Transaction Coordinator (MSDTC). Read More...
MSDTC transaction statistics show a large number of aggregated “Unknown” and “Total” transactions when viewed from a remote machine
Take the scenario whereby MSDTC is configured on Server A and allows remote administration. This means on server B you will be able to add Server A as a remote machine within the component services management snap-in. Once added you will be able to make Read More...
Windows 2008 SQL Server Cluster (with MSDTC) when using the Windows Firewall with Advanced Security
Take the scenario whereby you have a Windows 2008 Cluster used as a SQL Database Cluster. A common requirement of SQL Server is a Transaction Manager (MSDTC). If your configuration is to have one clustered instance of MSDTC in its own resource group and Read More...
You cannot use or configure MSDTC on a Windows 2003 Cluster without a shared disk
On a Windows 2003 cluster you can only ever have one instance of MSDTC running on the cluster at any one time. For this reason and to ensure the running instance of MSDTC is available to all nodes in the cluster, it must be configured as a clustered resource Read More...
You cannot start transactions in an application running without administrative privileges on a Windows 2003 clustered Server
On a Windows 2003 Cluster environment, if you have an application (e.g. COM+, winforms etc) which runs under a non-administrative account and trys to start Distributed Transactions (using MSDTC), you may find it will fail. Below are a few of the errors Read More...
Moving a "MSDTC Cluster Resource" from the "Main Cluster Group" to its own "MSDTC Cluster Group"
This post applies to Windows 2003 Clusters 1) First you should make a careful note of all the MSDTC security Settings within "Component Services" on the currently active cluster node. This can be found by right clicking the "My Computer" node of the DCOMCNFG Read More...
ACL Problem with the MSDTC service?
If you have a Resource Manager (for example SQL Server) that is failing to communicate with MSDTC (that you can see is started and working well), you maybe wondering the best way to troubleshoot such a problem? One possible issue could be that the account Read More...
MSDTC in Windows Vista and Windows Server 2008 - Removal of the "TIP" checkbox
In both Windows Vista and Server 2008 there is now no longer a checkbox to enable TIP transaction. More information regarding a background of TIP can be found at: http://msdn2.microsoft.com/en-us/library/ms679484(VS.85).aspx . TIP is something that Microsoft Read More...
MSDTC in Windows Vista and Windows Server 2008
In both Windows Vista and Windows Server 2008 the administration of MSDTC is a little different than Windows 2003 SP2 and Windows XP SP2. On a standalone machine, the difference is only in the layout of the options available, and with the exception of Read More...
MSDTC Changes Since Windows 2003 SP1
MSDTC was enhanced with the introduction of SP1 for Windows 2003 and with SP2 for Windows XP. There are many articles about the changes and extra security that are a part of this. One important KB is: http://support.microsoft.com/kb/899191 . There are Read More...
Page view tracker