Azure BizTalk Services–My learning's 3 (Unable to connect to the specified BizTalk Adapter Service.)

Posted: May 21, 2014  |  Categories: Azure BizTalk Uncategorized

I tried to create a SQL Server Lob target from within Visual Studio and got this error.

image

The URL I was trying to use was http://localhost:8080/BAService/ManagementService.svc/. Some have said to use https://localhost:8080/BAService/ManagementService.svc/ but this caused more errors.

Eventually I discovered that I had Imported the BizTalk Service self-signed certificate to the  Trusted Root Certificate Authority on my user account instead of the local computer. Dohhh.!

The moral of the story is to use the developer prompt “Certutil -addstore root c:\wabsselfsigned.cer” as described here.

turbo360

Back to Top