Hello,
We are using CRM 2016 and when a user tries to qualify a lead they get the below error:
<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">callManagerInfo</faultstring><detail><OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts"><ErrorCode>-2147220989</ErrorCode><ErrorDetails /><Message>callManagerInfo</Message><Timestamp>2019-01-25T20:03:55.2205447Z</Timestamp><ExceptionRetriable>false</ExceptionRetriable><ExceptionSource>SdkClient</ExceptionSource><InnerFault><ErrorCode>-2147220970</ErrorCode><ErrorDetails /><Message>System.ArgumentNullException: Value cannot be null.
Parameter name: callManagerInfo</Message><Timestamp>2019-01-25T20:03:55.2205447Z</Timestamp><ExceptionRetriable>false</ExceptionRetriable><ExceptionSource xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /><InnerFault xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /><OriginalException xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /><TraceText xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /></InnerFault><OriginalException>Microsoft.Crm.CrmArgumentNullException: callManagerInfo ---> System.ArgumentNullException: Value cannot be null.
Parameter name: callManagerInfo
--- End of inner exception stack trace ---
at Microsoft.Crm.Sandbox.SandboxCallManager.CheckCallTracker(SandboxCallInfo sandboxCallInfo)
at Microsoft.Crm.Sandbox.SandboxSdkListener.AuthenticateCaller(SandboxCallInfo callInfo, SandboxSdkContext requestContext, String operation)
at Microsoft.Crm.Sandbox.SandboxSdkListener.Execute(SandboxCallInfo callInfo, SandboxSdkContext requestContext, String operation, Byte[] serializedRequest)</OriginalException><TraceText>
[CRM.ExtendedLogic: CRM.ExtendedLogic.AccountNumber]
[360df768-a71d-e011-8b93-d8d385e6b5bf: CRM.ExtendedLogic.AccountNumber: Create of account]
</TraceText></OrganizationServiceFault></detail></s:Fault></s:Body></s:Envelope>
I see where it says "Value cannot be null." but I don't know what value it is referring to. It works fine in my other environments, just not my production environments and the entities/forms/logic at the same. Any help is appreciated. Thank you.
*This post is locked for comments
I have the same question (0)