Welcome to MSDN Blogs Sign in | Join | Help

A Freaky Microsoft Dynamics CRM Blog

Live and direct from California!

News

  • This posting is provided "AS IS" with no warranties, and confers no rights. The opinions expressed within are my own and should not be attributed to Microsoft.
MUI Provisioning failed - Workaround

I got a couple of people leaving comments regarding an error they where encountering while applying a language pack on a supported environment.

They were able to install a MUI (language pack) but were not able to enable it, if any entity has had its form settings edited. When activating the language pack, a SQL error is returned: “Cannot insert duplicate key row in object 'dbo.LocalizedLabel' with unique index 'ndx_LocalizedLabel_ForSingleSelect'.” The error that was shown in the event viewer.

At the time I did not know of a solution, but today I was looking through some things and noticed a comment with the same solution/workaround as what I found. Note that a proper hotfix is being developed.

Before using this workaround, make sure you have the exact same error and situation. If that's the case, make sure you have a backup of your CRM database before you execute the following T-SQL query:

DELETE FROM MetadataSchema.LocalizedLabel WHERE customizationlevel = 2

Posted: Saturday, February 02, 2008 2:52 PM by mennotk

Comments

Byran Wong said:

今天我在MSCRM4.0上面部署多语言安装包(MUIlanguagepack)之后,发现无法应用这个安装包.具体安装环境如下:

Windowsserver2003英文版 SqlServer...

# October 30, 2008 1:58 AM
Anonymous comments are disabled
Page view tracker