Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Comments
- Anonymous
October 29, 2008
今天我在MSCRM4.0上面部署多语言安装包(MUIlanguagepack)之后,发现无法应用这个安装包.具体安装环境如下: Windowsserver2003英文版 SqlServer...