patternMajor
Microsoft SQL Server local report culture is not supported: 3072 is invalide culture identifer
Viewed 0 times
localinvalidesqlculturemicrosoftidentifer3072reportservernot
Problem
I am using Windows 10, language Serbian, SQL Management Studio 2016 and can't use Database reports because there is error:
An error occurred during local report processing Culture is not
supported Parameter name: culture 3072 (0x0c00) is invalid culture
identifier.
I try with different settings for Windows 10 - language (English), try with different settings for SSMS (English) but got same error.
Do you have idea how to solve this?
P.S. My Windows 10 system locale settings:
An error occurred during local report processing Culture is not
supported Parameter name: culture 3072 (0x0c00) is invalid culture
identifier.
I try with different settings for Windows 10 - language (English), try with different settings for SSMS (English) but got same error.
Do you have idea how to solve this?
P.S. My Windows 10 system locale settings:
Get-WinSystemLocale
LCID Name DisplayName
---- ---- ----
9242 sr-Latin-RS Serbian(Latin, Serbia)Solution
Had the same error.
Turns out that it was my setting in Region -> Formats -> Format. When it was on English (World) or English (Europe), I would get this error. Setting it to English (United States) solves it.
I'm guessing that English (World) or English (Europe) were new formats with Windows 10, and SSMS is not prepared for it.
Turns out that it was my setting in Region -> Formats -> Format. When it was on English (World) or English (Europe), I would get this error. Setting it to English (United States) solves it.
I'm guessing that English (World) or English (Europe) were new formats with Windows 10, and SSMS is not prepared for it.
Context
StackExchange Database Administrators Q#172903, answer score: 23
Revisions (0)
No revisions yet.