0

When I want to debug my project, this error will be shown:

Deployment cannot initialize the connection to the database "" on server "(LOCAL)". 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: strDBName

What should I do?

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54
  • Fix the connection string? – Oscar Apr 15 '14 at 08:09
  • but no database is appeared. Plus in biztalk administration I can not connect to databases. Plus I don't know where I can find **BizTalkMgmtDb** . –  Apr 15 '14 at 08:15
  • Have you asked Google? There are a lot of related web pages to this keyword.. – Oscar Apr 15 '14 at 09:21
  • Do you have BizTalk installed somewhere? It sounds like it is not configured as usually the BizTalk admin console will show it. What do you see if you launch BizTalk Server Configuration? – Dijkgraaf Apr 15 '14 at 22:21
  • I found out the solution. –  Apr 16 '14 at 14:41

1 Answers1

0

For solving this problem we need to access BizTalk related databases. For reaching these databases and installing them we need to configure by following this file:

C:\Program Files\Microsoft BizTalk Server 2010\Configuration.exe

Then we can install BizTalk databases. So we can access them like BizTalkMgmtDb . Then we must configure BizTalk Administration. To access databases we should use windows account username and password not SQL SERVER username and password.

Then this error will be disappeared.