I have a user that gets an error message when trying to qualify leads.
The content of the error message is:
<s:Envelope xmlns:s="schemas.xmlsoap.org/.../envelope"><s:Body><s:Fault><faultcode>s:Client</faultcode><faultstring xmlns:xml="www.w3.org/.../namespace" xml:lang="en-US">There is no active transaction. This error is usually caused by custom plug-ins that ignore errors from service calls and continue processing.</faultstring><detail><OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts" xmlns:i="www.w3.org/.../XMLSchema-instance"><ActivityId>f5078c52-acd7-40e9-822f-0777f5b0c07c</ActivityId><ErrorCode>-2147220911</ErrorCode><ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic" /><Message>There is no active transaction. This error is usually caused by custom plug-ins that ignore errors from service calls and continue processing.</Message><Timestamp>2018-04-18T14:42:36.707235Z</Timestamp><ExceptionRetriable>false</ExceptionRetriable><ExceptionSource i:nil="true" /><InnerFault><ActivityId>f5078c52-acd7-40e9-822f-0777f5b0c07c</ActivityId><ErrorCode>-2147220911</ErrorCode><ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic" /><Message>There is no active transaction. This error is usually caused by custom plug-ins that ignore errors from service calls and continue processing.</Message><Timestamp>2018-04-18T14:42:36.707235Z</Timestamp><ExceptionRetriable>false</ExceptionRetriable><ExceptionSource i:nil="true" /><InnerFault i:nil="true" /><OriginalException i:nil="true" /><TraceText i:nil="true" /></InnerFault><OriginalException i:nil="true" /><TraceText i:nil="true" /></OrganizationServiceFault></detail></s:Fault></s:Body></s:Envelope>
We have the following plugins enabled:
I really don't know what plugin could be causing this, also we have the CRM Online version 8.2!
Thanks in advance!
I can provide more details if you want!
*This post is locked for comments