Our users recently started receiving a very generic SQL Server error when trying to use dialogs in CRM.
As an admin, I am still able to run the dialogs just fine. The dialogs have all worked for many years in the past. Has anyone come across this or have a solution?
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxx]]: SQL timeout expired.Detail:
<OrganizationServiceFault xmlns:i=http://www.w3.org/2001/XMLSchema-instance xmlns=http://schemas.microsoft.com/xrm/2011/Contracts>
<ActivityId>adf22710-2732-4907-811b-b17c715913e2</ActivityId>
<ErrorCode>-2147204783</ErrorCode>
<ErrorDetails xmlns:d2p1=http://schemas.datacontract.org/2004/07/System.Collections.Generic />
<Message>SQL timeout expired.</Message>
<Timestamp>2023-01-05T22:55:13.4732791Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText>
[Microsoft.Xrm.Sdk.Workflow: Microsoft.Xrm.Sdk.Workflow.Activities.UpdateEntity]
[UpdateStep9]
</TraceText>
</OrganizationServiceFault>