Avatar of apollo7
apollo7
Flag for United States of America

asked on 

CRM 2011 Opportunity Bug

I am working on a CRM 2011 environment that has been highly customized by different developers and I am trying to troubleshoot errors that happen sporadically.  The error that I am working on now happens when I try to change the owner on an Opportunity.  

It doesn't happen all the time but when it does the Opportunity form "freezes" after the Owner is changed (not on Save, the Save button becomes disabled as soon as the owner is changed)

After a few minutes, a Business Process error pops up,  If I download the Error Log it seems to indicate a plug-in problem, however, there are only two plug-ins Apollo.Crm.Plugin and Apollo.Crm.Workflow.

Can someone give an idea where to start with this?

Thanks

 Business Process Error
If I click Download Error Log, I get the following:

Unhandled Exception: System.ServiceModel.FaultException`1
[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, 
Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Method not found: 'Boolean 
Apollo.Crm.DataLayer.SalesOrder.get_IsAutomatedNetOff()'.Detail: 
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" 
xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
  <ErrorCode>-2147220891</ErrorCode>
  <ErrorDetails 
xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <KeyValuePairOfstringanyType>
      <d2p1:key>OperationStatus</d2p1:key>
      <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" 
i:type="d4p1:string">0</d2p1:value>
    </KeyValuePairOfstringanyType>
  </ErrorDetails>
  <Message>Method not found: 'Boolean Apollo.Crm.DataLayer.SalesOrder.get_IsAutomatedNetOff
()'.</Message>
  <Timestamp>2016-02-08T20:03:23.7576248Z</Timestamp>
  <InnerFault i:nil="true" />
  <TraceText>
[Apollo.Crm.Plugin: Apollo.Crm.Plugin.Security.GranularSecurity]
[406435b9-ca5c-e311-ad79-463500000031: Apollo.Crm.Plugin.Security.GranularSecurity: Assign of opportunity]
[Apollo.Crm.Plugin: Apollo.Crm.Plugin.OrderLineAllocation]
[97b86809-4016-e311-a85d-463500000031: Apollo.Crm.Plugin.OrderLineAllocation: Update of salesorder]
</TraceText>
</OrganizationServiceFault>

Open in new window

Microsoft DynamicsASP.NETJScript

Avatar of undefined
Last Comment
apollo7

8/22/2022 - Mon