I'm using the Windows SharePoint Services adapter and I'm receiving the following error message on the BizTalk 2010 Server:
The Windows SharePoint Services adapter runtime does not have permissions to invoke the adapter Web service. In order to fix this issue, you have to add the DEVELOPMENT\BizTalkHostSRV Windows account to the "SharePoint Enabled Hosts" Windows group on the Windows SharePoint Services machine.
I have added the DEVELOPMENT\BizTalkHostSRV account to the SharePoint Enabled Host in AD and also did the same as a windows group to try it out but no joy.
We have a multi SharePoint 2010 environment setup what I have found is that there is a problem when the web application Authentication Provider is running as Claims Based Authentication (as it changes the account name to use a token), if you re-configure your SharePoint Web Application to use Windows Authentication everything works fine.
My queation is, how do you get this working with Claims Based Authentication?? without the error message appearing? I can't find any solution anywhere.
Please help!
Thanks