Hi Everyone,
I recently started a proof of concept on my organization database already in CRM 2011 running under Windows Server 2008 R2 onto a new setup installation on Windows Server 2012.
So far, I was able to make a complete install of CRM and running fine with all rollups applied successfully.
My Current issue only starts to happen as soon as I import my Organization database onto the new system. I'm able to browse, see and in some entities work. However, if I try to change a setting in the System Settings dialog some errors are thrown on the logs
and don't allow me to save anything. Here's what I'm getting:
>Duplicate DisplayName found for lcid '10266' - 'Serbian (Cyrillic, Serbia)'.
[2013-11-14 12:32:54.891] Process: w3wp |Organization:f91ad89f-2259-48f2-8aae-51bcd76bd17a |Thread: 7 |Category: Application |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: ae3cdf33-9a18-4191-8b67-347fa2c136b6 | RegionalOptions.Initialize
ilOffset = 0xD
at RegionalOptions.Initialize() ilOffset = 0xD
at _tools_systemsettings_dialogs_systemsettings_aspx.__BuildControlregionalOptions() ilOffset = 0x6
at _tools_systemsettings_dialogs_systemsettings_aspx.__BuildControlcrmForm() ilOffset = 0x295
at _tools_systemsettings_dialogs_systemsettings_aspx.FrameworkInitialize() ilOffset = 0x19
at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ilOffset = 0x9
at Page.ProcessRequest() ilOffset = 0x14
at Page.ProcessRequest(HttpContext context) ilOffset = 0x33
at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() ilOffset = 0x18D
at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) ilOffset = 0x15
at ApplicationStepManager.ResumeSteps(Exception error) ilOffset = 0x10A
at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) ilOffset = 0x5C
at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) ilOffset = 0x16A
at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) ilOffset = 0x4B
>Duplicate DisplayName found for lcid '9242' - 'Serbian (Latin, Serbia)'.
[2013-11-14 12:32:54.893] Process: w3wp |Organization:f91ad89f-2259-48f2-8aae-51bcd76bd17a |Thread: 7 |Category: Application |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: ae3cdf33-9a18-4191-8b67-347fa2c136b6 | RegionalOptions.Initialize
ilOffset = 0xD
at RegionalOptions.Initialize() ilOffset = 0xD
at _tools_systemsettings_dialogs_systemsettings_aspx.__BuildControlregionalOptions() ilOffset = 0x6
at _tools_systemsettings_dialogs_systemsettings_aspx.__BuildControlcrmForm() ilOffset = 0x295
at _tools_systemsettings_dialogs_systemsettings_aspx.FrameworkInitialize() ilOffset = 0x19
at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ilOffset = 0x9
at Page.ProcessRequest() ilOffset = 0x14
at Page.ProcessRequest(HttpContext context) ilOffset = 0x33
at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() ilOffset = 0x18D
at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) ilOffset = 0x15
at ApplicationStepManager.ResumeSteps(Exception error) ilOffset = 0x10A
at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) ilOffset = 0x5C
at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) ilOffset = 0x16A
at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) ilOffset = 0x4B
>Duplicate DisplayName found for lcid '10266' - 'Serbian (Cyrillic, Serbia)'.
I've tried looking in the LocalizedLabels table but can't get anywhere. I can't seem to understand the reason for these errors as I'm only working with the base language 1033 English. No multi-language support existed on the previous solution so I'm quite lost
here.
Any help is appreciated.
Thanks