Hi., am facing the folloing error while deploying my BizTalk application.
Error :
Deployment cannot initialize the connection to the database "" on server "". Verify that you have the required security permissions and that communication between Distributed Transaction Coordinator services on the machines involved is not prevented by current DTC security, firewall or authentication settings. Parameter name: strDBServer
am using BizTalk server 2009, SQL server 2008 and VS2008
How to resolve this issue ?
Hi,
Go to run->type services.msc
check distributed transaction coordinator is stoped....Start DTC
Purnachandra..
Hi Purnachandra.,
Thanks for your response. Distributed Transaction Coordinator is started already. Still it fails.