Hello everyone,
We recently refreshed our DB and updated our On-Prem CRM from 8.1 to 8.2. After doing that , we are umable to remove System Admin security role for users.
User 1 is a system admin and is trying to remove System admin from User 2.(User 2 has other security roles as well. Just system admin is being attempted to be removed).
An error is thrown.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #7BE92C15Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>525ef832-68a3-4bb2-b749-a26de95a3c8a</ActivityId>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #7BE92C15</Message>
<Timestamp>2018-06-14T13:51:15.5460987Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>525ef832-68a3-4bb2-b749-a26de95a3c8a</ActivityId>
<ErrorCode>-2147220960</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>RoleService::VerifyCallerPrivileges failed. User: 29871e87-fa3e-e711-80c6-005056bd11fd, PrivilegeName: prvReadCustomControlDefaultConfig, PrivilegeId: be7b8465-2a89-467f-b11a-982bd429eff4, Depth: Global, BusinessUnitId: a181f203-4ff4-e511-80c1-005056aa8521</Message>
<Timestamp>2018-06-14T13:51:15.5460987Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
How can I give someone the prvReadCustomControlDefaultConfig privelege?
*This post is locked for comments