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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Unable to Activate Language on MS CRM 2016 On Premise.

(0) ShareShare
ReportReport
Posted on by

Hello,

I had installed Language pack for Swedish Language but when i try to enable the Language, CRM is throwing generic error without download log file.

I am working on MS CRM 2016 on-premise. Did not get any thing in CRM trace file as well. I tried CRM repair option, Uninstalled Language pack and Re-installed language pack and Update SP1 as well followed by server restart. 

I have invested more than 2 days in figuring out the solution. 

*This post is locked for comments

I have the same question (0)
  • Aric Levin - MVP Profile Picture
    30,190 Moderator on at

    See verified answer from previous post:

    community.dynamics.com/.../236792

  • Community Member Profile Picture
    on at

    Thank you for quick reply.

    I already checked above thread. But in my case I can not change my bindings from http to https.

  • Community Member Profile Picture
    on at

    EnableLanguageError.JPGEnableLanguageError.JPG

  • Verified answer
    Community Member Profile Picture
    on at

    I resolved the issue using SDK message.

    using System;
    using System.ServiceModel.Description;
    using Microsoft.Xrm.Sdk;
    using Microsoft.Xrm.Sdk.Client;
    using Microsoft.Crm.Sdk.Messages;
    using System.Windows.Forms;
    
    namespace EnableLanguageUsingSDKMessage
    {
        class Program
        {
            static void Main(string[] args)
            {           
                EnableLanguage();            
            }
    
            public static void EnableLanguage()
            {
                try
                {
                    ClientCredentials cred = new System.ServiceModel.Description.ClientCredentials();
                    cred.UserName.UserName = "<Domain\\UserName>";
                    cred.UserName.Password = "<Password>";
    
                    string sUrl = "http://<ServerName>:5555/<organizationName>/XRMServices/2011/Organization.svc"; //replace with URL from server and orgname                
    
                    IOrganizationService _serviceProxy = new OrganizationServiceProxy(new System.Uri(sUrl), null, cred, null);
    
                    ProvisionLanguageRequest req = new ProvisionLanguageRequest();
                    req.Language = <Language Code>;  //Finnish = 1035 , Swedish = 1053
    
                    ProvisionLanguageResponse resp = (ProvisionLanguageResponse)_serviceProxy.Execute(req); // CRM Call 
    
                }
                catch (Exception ex)
                {
                    MessageBox.Show("Error " + ex.Message);
                }
            }
        }
    }
    


  • denis birkle Profile Picture
    30 on at

    I am too having an issue with enabling a language in CRM Online standard D365 Trial (however I don't think it's Online/on premise related).

    Even if I try the SDK approach, I get the following error:

    Unhandled exception: 
    Exception type: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]
    Message: Ribbons import: FAILURE: The RibbonDiff(bcb7ac10-4e52-e911-a979-000d3a45d7ff) component cannot be deleted because it is referenced by 6 other components. For a list of referenced components, use the RetrieveDependenciesForDeleteRequest.Detail: 
    <OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
    <ActivityId>f9a92897-32b5-4b19-87a8-daedd06bd690</ActivityId>
    <ErrorCode>-2147188687</ErrorCode>
    <ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic">
    <KeyValuePairOfstringanyType>
    <d2p1:key>ApiExceptionSourceKey</d2p1:key>
    <d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">Plugin/Microsoft.Crm.WebServices.LangProvisioningService</d2p1:value>
    </KeyValuePairOfstringanyType>
    <KeyValuePairOfstringanyType>
    <d2p1:key>ApiOriginalExceptionKey</d2p1:key>

    What does it have to do with the ribbon? Is there a way to deactivate it somehow? 
    Is it a bug inside CRM?

    Any help is greatly appreciated.

    Regards,

    Denis

  • Tushar2016CRM Profile Picture
    1,130 on at

    HI ,

    I am also facing exactly the same error when trying to enable any of the language packs for ms crm 365 online .

    Please let me know if anyone has a solution.

    Thanks

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans