Ask help.
Hi , we recently experience a issue : when user update an account , below error message will be popped up ramdomly. I'm sure It is not a customized error message originated from plugin code.
After I click the OK, the error message widow will be closed.Then I checked the entity ,I found the modification has been effected.
I also enable tracing in CRM Diag Tool, and catch below logs:
at SystemLabelDictionaryCacheLoader.LogDetails(Int32 languageCode, Int32 totalLabels, IOrganizationContext context) ilOffset = 0x36
at LabelDictionaryCacheLoader.LoadCacheData(Int32 languageCode, IOrganizationContext context) ilOffset = 0xD0
at SystemIntermediateLabelDictionaryCacheLoader.LoadCacheData(SystemLabelDictionaryCacheKey key, IOrganizationContext context) ilOffset = 0x13
at BasicCrmCache`2.LookupEntry(TKey key, IOrganizationContext context) ilOffset = 0x21
at LabelCache.TryLookupEntry(Int32 languageCode, Guid objectId, String objectColumnName, IOrganizationContext context) ilOffset = 0x36
at LabelCacheLabelCollection.HasLabels(IOrganizationContext context) ilOffset = 0x0
at PreloadedOptionSetMetadataDataProvider.CreateEntityNameReferenceOptions(SortedList`2& optionsSorted, IOrganizationContext organizationContext) ilOffset = 0x59
at PreloadedOptionSetMetadataDataProvider.LoadEntityNameReferenceOptionsIfNecessary(IOrganizationContext context, LoadMasks masks) ilOffset = 0x1B
at PreloadedOptionSetMetadataDataProvider.InitializeOptions(IPreloadedMetadataInitializationContext context, LoadMasks masks, IOrganizationContext organizationContext) ilOffset = 0x17
at PreloadedMetadataCacheDataProvider.InitializeOptionSets(IPreloadedMetadataInitializationContext context, LoadMasks masks, IOrganizationContext organizationContext) ilOffset = 0x2C
at PreloadedMetadataCacheDataProvider.Initialize(IOrganizationContext organizationContext, MetadataContainer container, LoadMasks masks) ilOffset = 0x11E
at MultiOrgSharableMetadataCacheLoader.CreateMetadataCacheDataProvider(MetadataContainer container, LoadMasks masks, CounterList counter) ilOffset = 0x23
at DynamicMetadataCacheLoader.BuildMetadataCacheFromMetadataContainer(MetadataContainer container, LoadMasks masks, CounterList counter) ilOffset = 0x19
at DynamicMetadataCacheLoader.LoadCacheFromDatabaseInternal(LoadMasks masks, CrmDbConnection connection, CrmTransaction transaction, CounterList counter) ilOffset = 0x3A
at DynamicMetadataCacheLoader.LoadCacheFromDatabase(LoadMasks masks, CounterList counter) ilOffset = 0x23
at DynamicMetadataCacheFactory.LoadMetadataCache(LoadMethod method, CacheType type, IOrganizationContext context) ilOffset = 0x12C
at MetadataCache.LoadCache(IOrganizationContext context, Boolean fileOnlyIfExists) ilOffset = 0xEB
at MetadataCache.GetInstance(IOrganizationContext context) ilOffset = 0x71
at BusinessEntityMoniker..ctor(Guid id, String entityName, IOrganizationContext orgContext) ilOffset = 0x19
at OrganizationSettingsCacheLoader.LoadCacheData(Guid key, ExecutionContext context) ilOffset = 0x3C
at ObjectModelCacheLoader`2.LoadCacheData(TKey key, IOrganizationContext context) ilOffset = 0x31
at CrmMultiOrgCacheBase`2.CreateEntry(TKey key, IOrganizationContext context) ilOffset = 0x8
at CrmMultiOrgCacheBase`2.LookupEntry(TKey key, IOrganizationContext context) ilOffset = 0x26
at SettingsHelper.RetrieveSettingFromRegistryOrOrgDBOrgSettings(String settingName, Object defaultValue, ISqlExecutionContext context) ilOffset = 0x23
at PrincipalObjectAccessReadSnapshotService.RegenerateReadSharingSnapshotData(ISqlExecutionContext context) ilOffset = 0x28
at RefreshPrincipalObjectAccessReadSnapshotOperation.InternalExecute(AsyncEvent asyncEvent) ilOffset = 0x46
at AsyncEventHandlerCommand`1.Execute(IAsyncEvent asyncEvent) ilOffset = 0xDA
at AsyncEventExecutionManager`2.ExecuteHandler(IAsyncEventHandlerFactory handlerFactory) ilOffset = 0x99
at JobManager.ProcessAsyncJob(AsyncJob asyncJob) ilOffset = 0xAF
at JobManager.InvokeHandler(Object state) ilOffset = 0xE
at ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) ilOffset = 0x70
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) ilOffset = 0x4
at QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() ilOffset = 0x0
at ThreadPoolWorkQueue.Dispatch() ilOffset = 0xA3
>System LabelDictionary was loaded for language 1033 from organization {EF7AFD9C-B398-E511-8500-005056BE6A46} with 23560 labels.
My questions is , is the popped up error really related to this LabelDictionary things since the error occurred randomly? And Is it possible to disable error message notification in this scenario?
*This post is locked for comments