Action that causes Error: When invoking an Orchestration published by the WebServices Publishing Wizard
Error Message: Warning and Error Message in Event Log every minute. Looks like that:
Event Type: Warning
Event Source: ENTSSO
Event Category: Enterprise Single Sign-On
Event ID: 10536
Date:
Time:
User: N/A
Computer:
Description:
SSO AUDIT
Function: GetConfigInfo
Tracking ID:
Client Computer: XXX (aspnet_wp.exe:2976)
Client User: XXX
Application Name: {2F16324E-11A6-4B9E-AD7C-B17A141A152B}
Error Code: 0x80070005, Access is denied.
Event Type: Error
Event Source: BizTalk Server 2004
Event Category: BizTalk Server 2004
Event ID: 5641
Date:
Time:
User: N/A
Computer:
Description:
The Messaging Engine failed to retrieve the configuration from the
database.
When invoking the orchestration, the following error occurs:
The Messaging Engine failed to register the adapter for "SOAP" for the receive location "/ITDeviceLab_Proxy/NS_ITDevice_ITDevice_prtITDeviceRequest.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.
Solution: The problem with my configuration was that the Orchestration was published under the IIS AppPool for SharePointServices per default. It would be possible to simply change the UserIdentity of this AppPool but I would recommend creating a new AppPool running under a User that has sufficient permissions.
Note: The solutions in my posts may be the reason for specific errors but there is no guarantee because there are a lot of different system configurations and therefore many reasons for errors exist. But maybe they are useful hints.