Trying to restore TFS 2018 databases on new server, same configuration Windows Server 2016, SQL 2017 Ent.
I have restored all the databases, when I run TFS Admin Console I this error.
The specified configuration database (TFS_configuration) was created using language (2057) that is currently not installed.
SQL Server language: English (United States) Default language on DB is: English
Log file says.......
[Info @18:55:14.401] +-+-+-+-+-| Running VerifyLanguageInstalled: Verifying that the selected language is installed |+-+-+-+-+-
[Info @18:55:14.402]
[Info @18:55:14.402] +-+-+-+-+-| Verifying that the selected language is installed |+-+-+-+-+-
[Info @18:55:14.402] Starting Node: VLANGINSTALLED
[Info @18:55:14.402] NodePath : VINPUTS/Progress/Conditional/VSQLINSTANCENAME/VSQLNOTLOCALDB/VSQLISRUNNING/VSQLCONNECT/VDBEXISTS/Conditional/VLANGINSTALLED
[Info @18:55:14.422] Node returned: Error
[Error @18:55:14.423] The specified configuration database (Tfs_Configuration) was created using a language (2057) that is currently not installed.
[Info @18:55:14.423] Completed VerifyLanguageInstalled: Error
No clue on how to resolve this issue.
code 2057
refers toBritish English
which is missing in your scenario. You should install this language before configuring the new server. – LoLanceBritish English
and try it again. – LoLanceI have set everything to English now, same error
. What if you change everything to British English? And what's the default language for your original windows server system? – LoLance