
I uploaded about 50 new contact records, and removed an old contact form that is not used. When a user went to open one of the contact records, they received an error.
I pulled up the same contact and got an error so checked to see if it was just that error, and it seems that all contact records are bringing up the error. I am terrible at reading the error messages to diagnose and would appreciate some assistance.
----------------------------------
Microsoft CRM Error Report:
Error Description:
Label does not exist. LanguageCode: 1033; objectId: 6d7cb7e9-efec-4715-adbf-69dd33107470; objectColumnName: name
Error Details:
Label does not exist. LanguageCode: 1033; objectId: 6d7cb7e9-efec-4715-adbf-69dd33107470; objectColumnName: name
Full Stack:
[CrmException: Label does not exist. LanguageCode: 1033; objectId: 6d7cb7e9-efec-4715-adbf-69dd33107470; objectColumnName: name]
at Microsoft.Crm.Metadata.LabelCache.LookupEntry(Int32 languageCode, Guid objectId, String objectColumnName, IOrganizationContext context)
at Microsoft.Crm.Application.FormDescriptor.RetrieveLabel(Int32 languageCode, Guid objectId, String objectColumnName)
at Microsoft.Crm.Application.FormDescriptor.get_Name()
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Microsoft.Crm.Application.Controls.AppFormSelector.ConfigureHeader()
at Microsoft.Crm.Application.Components.UI.CrmUIControlBase.ConfigureControlInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown.]
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Other Message:
Error Number:
0x80040217
Source File:
Not available
Line Number:
Not available
Error Trace:
Date: 08-03-2012
Time: 16:06:51
*This post is locked for comments
I have the same question (0)I figured out the issue myself - it seems there was an issue on one of the contact forms that the user had been using. I have disabled it for all security levels and that seems to have fixed the issue. I'm going to do some testing on that form to see what happened.