RE: In CRM Online we copied our production database to our sandbox and now get errors updating base entities like Accounts
Here it is:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The user with SystemUserId=<GUID> in OrganizationContext=<GUID> is disabledDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>fd0ca327-0dd1-4dee-a6ea-fdc138ed40a0</ActivityId>
<ErrorCode>-2147220955</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>The user with SystemUserId=<GUID> in OrganizationContext=<GUID> is disabled</Message>
<Timestamp>2017-09-20T14:06:23.9374657Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>