Hi,
I am getting an error as Unable to change Domain log on name and message is "Access Denied". Strange thing is that the error is only when I am trying to update a record and not while creating a record (to be specific an Opportunity).
Below is logfile I have.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Access is denied.Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147187707</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>Access is denied.</Message>
<Timestamp>2013-03-08T09:37:30.5079516Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[HICRM40_Plugins: HICRM40_Plugins.Opportunity]
[6d44be33-a4b1-e011-af0d-00505684000b: ]
</TraceText>
</OrganizationServiceFault>
Can anyone please help me to find the answer for this.
I have tried several things to fix this like,
1) Added my user to the CRM_WPG group.
2) Changed the registry setting to 1 for AutoGroupManagement
3) Also removed all kinds of logging to a file to see whether that is the real culprit.
Nothing worked yet.
Thanks,
Renjith.