Hello everyone,
After a import of a solution from development environment to production I have the following error at the account or contact creation:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Generic SQL error.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>5735e751-6a73-410d-b1ea-70de47dccb75</ActivityId>
<ErrorCode>-2147204784</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Generic SQL error.</Message>
<Timestamp>2017-09-15T09:58:46.9156609Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText>
[Microsoft.Crm.DuplicateDetection: Microsoft.Crm.HasDuplicatesPlugin]
[65cabb1b-ea3e-db11-86a7-000a3a5473e8: HasDuplicatesPlugin]
</TraceText>
</OrganizationServiceFault>
I did not do any modification at the Duplicate Detection rules. I also deactivated all the detection rules but it does not change anything.
Do you have any clue where to look ??
*This post is locked for comments