Hi All,
Please help me to solve this issue
Problem :
1. First i created an user
2. I disabled that user from crm
3. Then while adding the user again it said that already an user exists under the same name.
4. then i found in the one of the forum saying that we should delete in the Database as well so i went and deleted the user in specified Tables as well.
5. After deleting i am able to successfully create an user with the same name.
6. Now the problem is when i assign security roles to the user i am facing the problem
Below is the log file i get when i try to do it, Please help me
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3A66E569Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3A66E569</Message>
<Timestamp>2015-01-02T06:28:02.6503122Z</Timestamp>
<InnerFault>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.Runtime.InteropServices.COMException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #860CB6C3</Message>
<Timestamp>2015-01-02T06:28:02.6503122Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<TraceText i:nil="true" />
</OrganizationServiceFault>
Thanks
Ashwin