Hello ,
Not able to create systemusers in crm 2013.
Steps :
1. Go to Settings -> Administration -> Users
2. Click on New
3. Providing User details : Relevant details for particular users are being populated from Active Directory properly.
4. But When Click on Save It's throws the error as per below :
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Server was unable to process request.Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147016646</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>Server was unable to process request.</Message>
<Timestamp>2014-12-30T14:11:52.7983442Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
And also I have checked CRM Trace log but not found any root cause for the issue .
If anyone have workaround or solutions please kindly let me know.