Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have been trying to run a distributed transaction query from SQL server 2008 SP1 installed. Other server is also with same configuration(SQL 2008 SP1).

I have configured all the MSDTC options in both the server. Firewall is disabled in both the server.

I am able to create linked server and also ran the normal query.It worked fine. But if I am running same query with BEGIN DISTRIBUTED TRAN, I am getting error as:

"The Microsoft Distribution Transaction coordinator (MS DTC) has cancelled the Ditribution transaction"

Thanks in advance
Posted
Updated 24-Sep-14 3:26am
v2

1 solution

Have a look at the follow link for suggestions on your issue. MSDTS
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900