Hi,
I have an issue which is triggering on Update or Create of records, It was working earlier fine but before server down.
After Server up the following error displaying on form.
We didn't do any code changes or install any other MS CRM related things.
can you please help me to find out solution for it.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]:
The path is not of a legal form.
Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147220891</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic">
<KeyValuePairOfstringanyType>
<d2p1:key>OperationStatus</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">0</d2p1:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>The path is not of a legal form.</Message>
<Timestamp>2016-12-14T09:16:32.2134469Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[MS.Crm.Plugins: MS.Crm.Plugins.ServiceRequest.PreUpdate]
[4193e8ad-6b43-e211-aaeb-00155d0abe21: MS.Crm.Plugins.ServiceRequest.PreUpdate: Update of incident]
</TraceText>
</OrganizationServiceFault>