Hello,
I have to create a new user and I am getting the following error message:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The specified Active Directory user already exists as a CRM user.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147214036</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>The specified Active Directory user already exists as a CRM user.</Message>
<Timestamp>2017-11-30T19:31:44.0199116Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
The problem is that the user does NOT exist in the system.
What I found out is that someone tried to change the logon for an existing user (which is no longer with the company) with the logon of the new user.
The user could logon to the system but it shows the name of the old user.
Now they want me to create a new user but I cannot because I get the message above. The old user has been changed back to his original logon.
I already looked into all SYSTEMUSER tables of the MSCRM_CONFIG and the ORG_Database. I cannot find anything related to the new user but still I get the error.
Anybody any idea or suggestion?
Thanks
*This post is locked for comments