We're attempting to publish a duplicate detection rule on all contacts to match their First Name, Last Name, Email, Address 1 Zip Code Lookup and Main Phone. We're getting the below exception after running for almost 6 hours. We currently have 2.8 million contacts which we believe to be the reason why for the long running publish. Is it possible to publish a duplicate detection rule with this large of a dataset or should we attempt to limit our data to a certain record amount?
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Simultaneous connections limit reached for organization 91d48779-a682-478c-a7a5-9a3e17a0cbefDetail: <OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts"> <ActivityId>fac05be2-a50b-4ffb-825e-ad1cea56cffa</ActivityId> <ErrorCode>-2147180543</ErrorCode> <ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>Simultaneous connections limit reached for organization 91d48779-a682-478c-a7a5-9a3e17a0cbef</Message> <Timestamp>2017-11-28T20:17:26.7419814Z</Timestamp> <ExceptionSource i:nil="true" /> <InnerFault i:nil="true" /> <OriginalException i:nil="true" /> <TraceText i:nil="true" /> </OrganizationServiceFault>
*This post is locked for comments