CRM 4.0 introduces the concept of plug-ins that replace the callouts. For plug-in registration, you have to follow specific steps. While trying to register plug-in using Plug-in Registration Tool, I faced the exception:
Unhandled Exception: System.Web.Services.Protocols.SoapException: Server was unable to process request.
Detail:
<detail>
<error>
<code>0×80040256</code>
<description>Not have enough privilege to complete Create operation for an Sdk entity.</description>
<type>Platform</type>
</error>
</detail>
Detail:
<detail>
<error>
<code>0×80040256</code>
<description>Not have enough privilege to complete Create operation for an Sdk entity.</description>
<type>Platform</type>
</error>
</detail>
User had System Administrator role and full rights in CRM. Was also able to create other business entities.
Resolution of this issue is to add the users active directory account to Deployment Administrator’s group in CRM deployment manager.

Recent Comments