web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Upgrading organization after Upgrade to CRM 2016 SP1 fails

(0) ShareShare
ReportReport
Posted on by

I have recently upgraded all my CRM servers, two frontends and two backends in addition to a reporting server, to CRM 2016 SP1 via an in-place upgrade.

The next step according to the guides, is to use Deployment Manager to upgrade the organization. I select the organization in the list, right-clik and Select Upgrade Organization.

I need to mention that the SQL server is an always-on cluster and the database is in an availability group.

First error I got when trying to upgrade the organization, or rather a warning on the prechecks was that it could not verify that the SQL Server Agent was running. No matter what I did, I could not get past that warning, so I decided to proceed anyways.

Next error that hit me was that the database was detected to be in an availability Group. Removed it from that and proceeded with retry.

And now comes the issue that I haven't found a solution to yet. It now fails saying:
System.Exception: Error.ActionFailed Microsoft.Crm.Tools.Admin.ProvisionOrganizationLanguagesAction ---> Microsoft.Crm.CrmException: The specified object was not found.

 

The Complete entry:

Info| Executing Install action: Microsoft.Crm.Tools.Admin.ProvisionOrganizationLanguagesAction
Info| Reprovisioning language 1044
Error| System.Exception: Error.ActionFailed Microsoft.Crm.Tools.Admin.ProvisionOrganizationLanguagesAction ---> Microsoft.Crm.CrmException: The specified object was not found.
   at Microsoft.Crm.ObjectModel.LabelLoaderNotPublished.LoadMetadata(Int32 objectTypeCode, ExecutionContext context)
   at Microsoft.Crm.ObjectModel.LabelLoaderNotPublished.LoadAttributeLabel(Int32 entityType, String attributeName, ExecutionContext context)
   at Microsoft.Crm.ObjectModel.FormLabelHelper.ProcessCells(Int32 entityType, ILabelLoader labelLoader, ILocalizedLabelService labelService, Dictionary`2 cellLabelDictionary, ExecutionContext context)
   at Microsoft.Crm.ObjectModel.FormLabelHelper.ExtractAndSaveFormLabels(XmlDocument formDoc, Boolean isCreate, String oldFormXml, Boolean extractUnchangedLabels, Nullable`1 objectTypeCode, ExecutionContext context)
   at Microsoft.Crm.ObjectModel.FormLabelHelper.ExtractAndSaveFormLabels(Guid formId, XmlDocument formDoc, Boolean isCreate, Int32 objectTypeCode, ExecutionContext context)
   at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.ProcessFormXml(XmlDocument dom, Int32 language, MetadataHelper metadataHelper, Boolean reprovision)
   at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.ProcessPatchLabels(Int32 language, String metadataDiffRelPath, String newImportRelPath, String dbUpdateReleaseDirectory, MetadataHelper metadataHelper)
   at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.ProcessPatchLabels(Int32 language, MetadataHelper metadataHelper)
   at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.Provision(Boolean reprovision, String basePath, Int32 language, String versionInMuiPack, String versionInDB, String crmVersion, XmlDocument newImportDom, XmlDocument newMasterImportDom, OrganizationLanguagePackService langService, PropertyBag propertyBag)
   at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.ProvisionLanguage(Int32 language)
   at Microsoft.Crm.Tools.Admin.ProvisionOrganizationLanguagesAction.Do(IDictionary parameters)
   at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
   --- End of inner exception stack trace ---, Error, RetryCancel, Option1

Has anyone experienced anything like this?

*This post is locked for comments

I have the same question (0)
  • BbN Profile Picture
    5 on at
    RE: Upgrading organization after Upgrade to CRM 2016 SP1 fails

    Hi,

    We are facing the same issue. Have you found any solution?

    Our configuration is:

    • MS CRM 2016 SP1
    • SQL Server 2012 Enterprise Edition SP3
    • One front-end, one back-end, a dedicated DB server and also a dedicated SSRS server.
  • Community Member Profile Picture
    on at
    RE: Upgrading organization after Upgrade to CRM 2016 SP1 fails

    Did you find a resolution? We are facing the same error.CM

  • AgilePoint AgileXRM Profile Picture
    155 on at
    RE: Upgrading organization after Upgrade to CRM 2016 SP1 fails

    Did any of you good people find the solution for this?

    Stuck here with same exact issue.

    Thanks in advance

  • Markus_Moser Profile Picture
    65 on at
    RE: Upgrading organization after Upgrade to CRM 2016 SP1 fails

    Experiencing the same problem when importing and upgrading a Dynamics CRM 2015 organization to Dynamics 365 (8.2.3):

    Base language is English (US)

    17:53:05| Info| Executing Install action: Microsoft.Crm.Tools.Admin.ProvisionOrganizationLanguagesAction
    17:53:05| Info| Reprovisioning language 1033
    17:54:17| Error| System.Exception: Error.ActionFailed Microsoft.Crm.Tools.Admin.ProvisionOrganizationLanguagesAction ---> Microsoft.Crm.CrmException: The specified object was not found.
    at Microsoft.Crm.ObjectModel.LabelLoaderNotPublished.LoadMetadata(Int32 objectTypeCode, ExecutionContext context)
    at Microsoft.Crm.ObjectModel.LabelLoaderNotPublished.LoadAttributeLabel(Int32 entityType, String attributeName, ExecutionContext context)
    at Microsoft.Crm.ObjectModel.FormLabelHelper.ProcessCells(Int32 entityType, ILabelLoader labelLoader, ILocalizedLabelService labelService, Dictionary`2 cellLabelDictionary, ExecutionContext context)
    at Microsoft.Crm.ObjectModel.FormLabelHelper.ExtractAndSaveFormLabels(XmlDocument formDoc, Boolean isCreate, String oldFormXml, Boolean extractUnchangedLabels, Nullable`1 objectTypeCode, ExecutionContext context)
    at Microsoft.Crm.ObjectModel.FormLabelHelper.ExtractAndSaveFormLabels(Guid formId, XmlDocument formDoc, Boolean isCreate, Int32 objectTypeCode, ExecutionContext context)
    at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.ProcessFormXml(XmlDocument dom, Int32 language, MetadataHelper metadataHelper, Boolean reprovision)
    at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.ProcessPatchLabels(Int32 language, String metadataDiffRelPath, String newImportRelPath, String dbUpdateReleaseDirectory, MetadataHelper metadataHelper)
    at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.ProcessPatchLabels(Int32 language, MetadataHelper metadataHelper)
    at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.Provision(Boolean reprovision, String basePath, Int32 language, String versionInMuiPack, String versionInDB, String crmVersion, XmlDocument newImportDom, XmlDocument newMasterImportDom, OrganizationLanguagePackService langService, PropertyBag propertyBag)
    at Microsoft.Crm.Tools.LangProvisioning.LanguageActivation.ProvisionLanguage(Int32 language)
    at Microsoft.Crm.Tools.Admin.ProvisionOrganizationLanguagesAction.Do(IDictionary parameters)
    at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
    --- End of inner exception stack trace ---, Error, RetryCancel, Option1

    Was anybody able to identify / fix the problem yet?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Community Member Profile Picture

Community Member 2

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#1
UllrSki Profile Picture

UllrSki 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans