Hi Experts,
Recently in our development environment I am getting error while activating the SLA. The SLA activated earlier but somehow from last week particular SLA is not activating. I have checked all the SLA items with failure condition nothing is failed all are fine. I am able to activate other SLA except one. Below is the error I am getting .
Could you please let me know how can I find out the root cause for this issue , I have gone through every SLA items but no luck.
Here is the downloaded error :
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #B46214EDDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #B46214ED</Message>
<Timestamp>2018-04-02T10:39:04.9205123Z</Timestamp>
<InnerFault>
<ErrorCode>-2147157917</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Case SLA workflow containing error.Please correct the workflow and try again</Message>
<Timestamp>2018-04-02T10:39:04.9205123Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<TraceText i:nil="true" />
</OrganizationServiceFault>
*This post is locked for comments