Sign in
Chris Forster
The Online Home of Chris Forster
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search
Tags
COM+
Manifests
MSDTC
Pages
Transactions
Windows Communication Foundation
WP7
Monthly Archives
Archives
February 2011
(1)
June 2010
(1)
May 2010
(2)
December 2009
(1)
October 2009
(2)
June 2009
(1)
May 2009
(3)
September 2008
(2)
August 2008
(1)
April 2008
(1)
February 2008
(2)
December 2007
(4)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Chris Forster
Windows Phone 7 (WP7) and Facebook
Posted
over 2 years ago
by
Chris Forster
0
Comments
One Saturday morning in late January I picked up my WP7 to discover that my girlfriend had disappeared from my tile screen, and was no longer listed in my people hub. What had I done? Did I forget to call? Did I forget her birthday? Well probably :),...
Chris Forster
When using thread impersonation “DTCGetTransactionManagerEx”is failing from the MSDTC groups passive cluster node
Posted
over 3 years ago
by
Chris Forster
0
Comments
The Problem You could be encountering this problem if: · You are using an application calling the API “DTCGetTransactionManagerExW” from a thread impersonating a different user to that which the process is...
Chris Forster
Reinstalling / Rebuilding COM+ on Windows 2008
Posted
over 3 years ago
by
Chris Forster
0
Comments
Unlike on Windows 2003 it is not possible to Reinstall /Rebuild COM+ on Windows 2008 without effectively reinstalling the operating system. Before undertaking such an extreme step the question of why COM+ needs to be installed should be addressed. ...
Chris Forster
MSDTC communication is not working on a Windows 2008 Cluster when Incoming Caller Authentication or Mutual Authentication is required
Posted
over 3 years ago
by
Chris Forster
1
Comments
In the design change between Windows 2003 and Windows 2008, MSDTC running on a cluster should now be able to take advantage of all available MSDTC authentication option when servers are running on the same domain as their MSDTC client servers. There...
Chris Forster
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
Posted
over 4 years ago
by
Chris Forster
0
Comments
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” ...
Chris Forster
SubInACL Installation
Posted
over 4 years ago
by
Chris Forster
0
Comments
In previous blogs I have discussed the use of the SubInACL tool for changing the Access Control Lists (ACL's) of services. The tool can be downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&displaylang...
Chris Forster
Knowing the limits (MSDTC participant / enlistment limits)
Posted
over 4 years ago
by
Chris Forster
0
Comments
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)....
Chris Forster
MSDTC transaction statistics show a large number of aggregated “Unknown” and “Total” transactions when viewed from a remote machine
Posted
over 4 years ago
by
Chris Forster
0
Comments
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...
Chris Forster
Windows 2008 SQL Server Cluster (with MSDTC) when using the Windows Firewall with Advanced Security
Posted
over 4 years ago
by
Chris Forster
1
Comments
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...
Chris Forster
You cannot use or configure MSDTC on a Windows 2003 Cluster without a shared disk
Posted
over 4 years ago
by
Chris Forster
1
Comments
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...
Chris Forster
You cannot start transactions in an application running without administrative privileges on a Windows 2003 clustered Server
Posted
over 4 years ago
by
Chris Forster
1
Comments
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...
Chris Forster
The "COM+ Event System" Service will not enter the "Started" State
Posted
over 5 years ago
by
Chris Forster
3
Comments
The following may help you if your “COM+ Event System” service does not start successfully. The service stops responding (hangs) and the Services Management Console shows the service as "Starting". You may also find some other services such as the "Windows...
Chris Forster
Moving a "MSDTC Cluster Resource" from the "Main Cluster Group" to its own "MSDTC Cluster Group"
Posted
over 5 years ago
by
Chris Forster
2
Comments
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...
Chris Forster
ACL Problem with the MSDTC service?
Posted
over 5 years ago
by
Chris Forster
4
Comments
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...
Chris Forster
WCF Transaction Flows
Posted
over 5 years ago
by
Chris Forster
0
Comments
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...
Chris Forster
MSDTC in Windows Vista and Windows Server 2008 - Removal of the "TIP" checkbox
Posted
over 5 years ago
by
Chris Forster
2
Comments
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...
Chris Forster
MSDTC in Windows Vista and Windows Server 2008
Posted
over 5 years ago
by
Chris Forster
1
Comments
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...
Chris Forster
Embedding a Manifest File Using Visual Studio
Posted
over 6 years ago
by
Chris Forster
1
Comments
Since writing my last post, I thought it would be good to have some more information about how to actually embed a manifest as part of the build process in Visual Studio. Unmanaged Projects Embedding a manifest file for an unmanaged project: simply...
Chris Forster
A solution and workaround to the change in manifest preference behaviour in Windows 2003 SP1 and Windows Vista
Posted
over 6 years ago
by
Chris Forster
0
Comments
Problem Since upgrading to Windows 2003 SP1 or Windows Vista, applications that depend on the components in external manifest files, stop working. For example SxS Registration Free COM. Reason Windows 2003 Server and later Operating Systems including...
Page 1 of 1 (19 items)