I am using BTS 2006 / VS 2005 / SQL 2005.
I used the biztalk web services publish wizard to expose my orchestration as a web service. Then I have create an application to consume this ws. When I run the consumer, it dont generate error but if I look the application event log I get the following :
The Messaging Engine failed to register the adapter for \”SOAP\” for the receive location \”/VirtualDirectory/Name.asmx\”. Please verify that the receive location is valid, and that the isolated adapter runs under an account that has access to the BizTalk databases.
An attempt to connect to \”BizTalkMgmtDb\” SQL Server database on server \”Server\” failed with error: \”Cannot open database requested in login ‘BizTalkMgmtDb’. Login fails.\”.
Note In this error message, VirtualDirectory represents the name of the virtual directory for the Web service, Name represents the Web service name, and Server represents the server name.
I looked at the permission and everything seems correct. Did someone know what it could be?