I'm a total novice so please let me know if you need more info. The error message below comes from a custom plugin we use. The issue randomly started happening today for a few accounts. The plugin still works for other accounts in the instance without issue. I'm stumped...
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: An error occurred in the plug-in: An error occurred in the plug-in. at MemberVendor.Plugin.Helpers.createNewMemberVendorSavings(new_savings savingsRecord, IOrganizationService service)
at MemberVendor.Plugin.MemberVendorPlugin.Execute(IServiceProvider serviceProvider)Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>e551553f-0071-4ba3-bd99-477529dc6841</ActivityId>
<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>
<KeyValuePairOfstringanyType>
<d2p1:key>SubErrorCode</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">-2146233088</d2p1:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>An error occurred in the plug-in: An error occurred in the plug-in. at MemberVendor.Plugin.Helpers.createNewMemberVendorSavings(new_savings savingsRecord, IOrganizationService service)
at MemberVendor.Plugin.MemberVendorPlugin.Execute(IServiceProvider serviceProvider)</Message>
</Message>
<Timestamp>2017-08-16T01:54:14.9836543Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText>
[MemberVendor.Plugin: MemberVendor.Plugin.MemberVendorPlugin]
[16cec1e7-c95c-e111-b253-1cc1dee89a95: MemberVendor.Plugin.MemberVendorPlugin: Update of account]
Checking Relationship Type...
Querying List of Vendors...
Queried List of Vendors...
Looping through Vendors...
1
1
1
1
0
</TraceText>
</OrganizationServiceFault>
Thank you!
*This post is locked for comments