web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Debajit's Dynamics CRM Blog / {Error Resolution} – Error ...

{Error Resolution} – Error in Microsoft Dynamics CRM email router – Could not verify the version of Microsoft Dynamics CRM.The requested organization service could not be activated.

Debajit Dutta Profile Picture Debajit Dutta 2,702

Recently we started noticing this error in the event log  for Microsoft Dynamics CRM Email Router. After a bit of research, we found that the issue was occurring because from the authentication providers, of Microsoft Dynamics CRM website, the Negotiate provider was removed. So we had to add the Negotiate provider back. The following are the steps we followed.

  • Login to Microsoft Dynamics CRM Application server
  • Open IIS and go to Microsoft Dynamics CRM website
  • Double click Authentication, select windows authentication and Providers.
  • Add the Negotiate provider back.

Please check the screenshot below.

image

Now the big question. Why removing Negotiate causes this error? The reason for this error is because Dynamics CRM Email router tries to connect to Microsoft Dynamics CRM Organization Service using the WebHttpBinding which does not support NTLM with anonymous authentication.

Off course there can be other reasons for this error, but if you have Negotiate removed from the list of authentication providers, doing the above would help to fix the issue.

Hope this helps!



This was originally posted here.

Comments

*This post is locked for comments