Hi all,
I've got a CRM 2011 UR18 system with a legacy child workflow that can't be opened or activated. It gives the standard "An error occurred" message, but in the event log on the CRM server it shows the error below. I'm able to export the workflow as a solution and read the XML so I don't think it's corrupted, but it has a lot of steps and I'd really rather not try to rebuild it. I've tried different browsers, cleaning out the GAC and restarting async as suggested by other posts but so far nada. I'm hoping someone's seen this error before.
Thanks,
Rob
Exception information:
Exception type: ArgumentException
Exception message: Cannot load resource that matches "Workflow.Error.Workflow.Error.InvalidWorkflowType.Tooltip" identifier.
Parameter name: name
at Microsoft.Crm.Application.ResourceManager.BasicResourceManager.GetCultureString(String name, CultureInfo culture, IOrganizationContext context)
at Microsoft.Crm.Application.Controls.StepBaseControl.GetConcatenatedErrorMessageStringDialogs()
at Microsoft.Crm.Application.Controls.StepBaseControl.GetConcatenatedErrorMessageString()
at Microsoft.Crm.Application.Controls.StepBaseControl.RenderStatusIcon(TextWriter writer)
at Microsoft.Crm.Application.Controls.CompositeStepBaseControl.RenderStepLink(HtmlTextWriter writer)
at Microsoft.Crm.Application.Controls.StepBaseControl.RenderStepHeader(HtmlTextWriter writer, String stepName)
at Microsoft.Crm.Application.Controls.StageStepControl.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at Microsoft.Crm.Application.Controls.CompositeStepBaseControl.RenderChildSteps(HtmlTextWriter writer)
at Microsoft.Crm.Application.Controls.WorkflowStepControl.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at Microsoft.Crm.Application.Forms.EndUserForm.Render(HtmlTextWriter output)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at ASP.sfa_workflow_edit_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Page.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Request information:
Request URL: https://#######/sfa/workflow/edit.aspx?id={########-####-####-######-##########}
Request path: /sfa/workflow/edit.aspx
User host address: #####
User: ########
Is authenticated: True
Authentication Type: Federation
Thread account name: ###########
Thread information:
Thread ID: 8
Thread account name: ############
Is impersonating: False
Stack trace: at Microsoft.Crm.Application.ResourceManager.BasicResourceManager.GetCultureString(String name, CultureInfo culture, IOrganizationContext context)
at Microsoft.Crm.Application.Controls.StepBaseControl.GetConcatenatedErrorMessageStringDialogs()
at Microsoft.Crm.Application.Controls.StepBaseControl.GetConcatenatedErrorMessageString()
at Microsoft.Crm.Application.Controls.StepBaseControl.RenderStatusIcon(TextWriter writer)
at Microsoft.Crm.Application.Controls.CompositeStepBaseControl.RenderStepLink(HtmlTextWriter writer)
at Microsoft.Crm.Application.Controls.StepBaseControl.RenderStepHeader(HtmlTextWriter writer, String stepName)
at Microsoft.Crm.Application.Controls.StageStepControl.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at Microsoft.Crm.Application.Controls.CompositeStepBaseControl.RenderChildSteps(HtmlTextWriter writer)
at Microsoft.Crm.Application.Controls.WorkflowStepControl.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at Microsoft.Crm.Application.Forms.EndUserForm.Render(HtmlTextWriter output)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at ASP.sfa_workflow_edit_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Page.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
*This post is locked for comments