Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / productivity / biztalk

BizTalk Error – Please verify that the receive location exists, and that the isolated adapter runs under an account that has access to the BizTalk databases.

0.00/5 (No votes)
13 May 2009CPOL 35.5K  
BizTalk Error

The Messaging Engine failed to register the adapter for “SOAP” for the receive location {Location}”. Please verify that the receive location exists, and that the isolated adapter runs under an account that has access to the BizTalk databases.

As this is a permission issue, the error occurs because the web service is running on the application pool which security account user is not a member of the BizTalk Isolated Host Users group.

To solve this issue, check the application pool security user account in the IIS. Add that user account into the BizTalk Isolated Host Users group. Or change the application pool to the pool which user is already a member of the BizTalk Isolated Host Users Group.

License

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