My setting is
"Component Services"->"Computers"->"My Computer"->"Distibuted Transaction
Controller"->"Local DTC"-> "Security-tab" in "Local DTC Properties":
Network DTC Access checked.
Allow Remote Clients checked.
Allow remote Administretion checked.
Allow Inbound checked.
Allow Outbound checked.
No Authentication Required
Enable XA Transaction
and i used window xp visual studio 2008 and sql server 2005
i do every thing but error is same
Arvind Tomar
Loading
Manoj BhoirPosted Apr 14, 2015, 10:56 AM
Check Application Server and Database Server are on same domain. Possible reasons are
- Computers are not reachable by NetBIOS name. In this case you either have to adjust their hosts file to add mappings IP/hostname or, if in a domain, add DNS aliases for them.
- The servers are VMs and they were cloned from the same VM instance. In this case the MSDTC CIDs are identical and you need to install/reinstall MSDTC (DTCping will tell you this).
Also Check : http://oysterleelife.blogspot.in/2013/07/solved-communication-with-underlying.htmlReference : http://stackoverflow.com/questions/11356077/msdtc-communication-with-the-underlying-transaction-manager-has-failed