I was analyzing the trace logs from production server for my MS CRM 2011 deployment with UR18 and observed that there are multiple entries for the below exceptions -
Message: Request not supported: RemoveMember, ErrorCode: -2147220715
Message: Request not supported: AddMember, ErrorCode: -2147220715
Message: Request not supported: SetStateDynamicEntity, ErrorCode: -2147220715
The trace log for AddMember is something like below.
I did not get any clue from this log. I even searched for the supported messages for MS CRM 2011 which shows that these messages are supported.
Did anybody face such issue or have any clue around this? All inputs are appreciated. :)
at CrmException..ctor(String message, Exception innerException, Int32 errorCode, Boolean isFlowControlException) ilOffset = 0x0
at CrmException..ctor(String message, Exception innerException, Int32 errorCode) ilOffset = 0x0
at SdkMessageRequestCacheLoader.LoadCacheData(SdkMessageRequestKey key, ExecutionContext context) ilOffset = 0x145
at ObjectModelCacheLoader`2.LoadCacheData(TKey key, IOrganizationContext context) ilOffset = 0x25
at CrmSharedMultiOrgCache`2.LookupEntry(TKey key, IOrganizationContext context) ilOffset = 0x97
at PipelineExecutionContext.GetRequestDescription(String requestName, IOrganizationContext context) ilOffset = 0x0
at PipelineExecutionContext.ExtractExtensionParameters(String requestName, IOrganizationContext organizationContext, Boolean overrideInputParameters, ParameterCollection optionalParameters, ParameterCollection inputParameters) ilOffset = 0x86
at LegacyContextConverters.ConvertParameterCollectionToPropertyBag(ICrmConversionContext conversionContext, IExecutionContext context, ParameterCollection parameterCollection, ParameterCollection extensionParameters) ilOffset = 0x32
at LegacyAsyncExecutionContextBase.get_OutputParameters() ilOffset = 0x4D
at EntityHandler.processData(IPluginExecutionContext context) ilOffset = 0xBF2
at EntityHandler.Execute(IPluginExecutionContext context) ilOffset = 0xF
at V4ProxyPlugin.Execute(IServiceProvider serviceProvider) ilOffset = 0xC
at EventOperation.InvokePlugin(AsyncExecutionContext context, IPlugin pluginInstance) ilOffset = 0xF
at EventOperation.InternalExecute(AsyncEvent asyncEvent) ilOffset = 0x155
at AsyncOperationCommand.Execute(AsyncEvent asyncEvent) ilOffset = 0x4E
at AsyncHostHandler.Handle(AsyncEvent asyncEvent) ilOffset = 0x57
at PoolHandler.ProcessAsyncEvent(IGenericEventData eventData) ilOffset = 0x139
at <>c__DisplayClass4.<.ctor>b__2(IServiceOperation operation) ilOffset = 0x0
at FaultToleranceBehavior.Execute(ServiceOperationAction operation, IServiceOperation operationParameter) ilOffset = 0x18
at MonitoredOperation.Execute() ilOffset = 0xD
at ThreadPoolQueueExecutionEngine.InvokeNextOperationInThreadPool(Object state) ilOffset = 0xC
at ExecutionContext.runTryCode(Object userData) ilOffset = 0x18
at RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) ilOffset = 0xFFFFFFFF
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) ilOffset = 0x86
at QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() ilOffset = 0x23
at ThreadPoolWorkQueue.Dispatch() ilOffset = 0x81
at _ThreadPoolWaitCallback.PerformWaitCallback() ilOffset = 0x51
Crm Exception: Message: Request not supported: AddMember, ErrorCode: -2147220715