Browse by Tags
All Tags »
Transactions (RSS)
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...
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...
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...
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...
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...
When you wish to flow transactions between a client and a WCF Service there are three key tasks to be considered: 1) The binding that you select (which is set on be both the client and service side), should be transaction aware. Within the configuration
Read More...
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 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...