我已经安装了 sql server 2017 和 SSMS 2017,但是当我运行 dqsintaller.exe 时它失败并出现如下错误
请帮助我解决问题,因为我是新手,仍在学习和解决问题
[16/03/2020 4:38:38 pm] * Clear the Code Member Table A_CODE_MEMBER.
[16/03/2020 4:38:38 pm]
[16/03/2020 4:38:38 pm] (0 rows affected)
[16/03/2020 4:38:38 pm]
[16/03/2020 4:38:38 pm] * Clear the Code Group Table A_CODE_GROUP.
[16/03/2020 4:38:38 pm]
[16/03/2020 4:38:38 pm] (0 rows affected)
[16/03/2020 4:38:38 pm]
[16/03/2020 4:38:38 pm] * Register assemblies T-SQL executable objects
[16/03/2020 4:38:38 pm] - Creating assemblies T-SQL registeration stored procedure.
[16/03/2020 4:38:38 pm]
[16/03/2020 4:38:38 pm] * Creating the internal_core schema
[16/03/2020 4:38:38 pm] - Registering Microsoft.Ssdqs.Infra T-SQL executable objects.
[16/03/2020 4:38:40 pm] HResult 0x197A, Level 16, State 1
[16/03/2020 4:38:40 pm] A .NET Framework error occurred during execution of user-defined routine or aggregate "RegisterAssembly":
[16/03/2020 4:38:40 pm] System.TypeInitializationException: The type initializer for 'Microsoft.Ssdqs.Core.Startup.ServerInit' threw an exception. ---> Microsoft.Ssdqs.Infra.Exceptions.ServerException: Failed to initialize configuration. ---> Microsoft.Ssdqs.Infra.Log.LogMessageFormatException: Failed to init log configuration. ---> System.Data.SqlClient.SqlException: The locale identifier (LCID) 8192 is not supported by SQL Server.
[16/03/2020 4:38:40 pm] System.Data.SqlClient.SqlException:
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlInternalConnectionSmi.EventSink.DispatchMessages(Boolean ignoreNonFatalMessages)
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlDataReaderSmi.InternalNextResult(Boolean ignoreNonFatalMessages)
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlDataReaderSmi.NextResult()
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlCommand.RunExecuteReaderSmi(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
[16/03/2020 4:38:40 pm] at System.Data.SqlClient.SqlCommand.ExecuteReader()
[16/03/2020 4:38:40 pm] at Microsoft.Ssdqs.Infra.Database.DBAccess.ExecCommand()
[16/03/2020 4:38:40 pm] at Microsoft.Ssdqs.Infra.Database.Dao.DaoControllerBase`5.Execute()
[16/03/2020 4:38:40 pm] at Microsoft.Ssdqs.Infra.Log.LLogger.InitLogWriter()
[16/03/2020 4:38:40 pm] at Microsoft.Ssdqs.Infra.Log.LLogger.InitConfiguration()
[16/03/2020 4:38:40 pm] Microsoft.Ssdqs.Infra.Log.LogMessageFormatException:
[16/03/2020 4:38:40 pm] at Microsoft.Ssdqs.Infra.Log.LLogger.InitConfiguration()
[16/03/2020 4:38:40 pm] at Microsoft.Ss...
[16/03/2020 4:38:40 pm]
[16/03/2020 4:38:40 pm]
[16/03/2020 4:38:40 pm] ERROR - An error occured, check message above
[16/03/2020 4:38:40 pm]
[16/03/2020 4:38:40 pm]
[16/03/2020 4:38:40 pm] Script process returned unexpected exit code: '1'.
[16/03/2020 4:38:40 pm] Action 'Register data quality assemblies and stored procedures' finished with errors, aborting installation.
[16/03/2020 4:38:40 pm] Starting installation rollback...
[16/03/2020 4:38:40 pm] Installation rollback completed successfully.
[16/03/2020 4:38:40 pm] DQS Installer finished with errors. Please see installation log file at C:\Program Files\Microsoft SQL Server\MSSQL14.SQLSERVER\MSSQL\Log\DQS_install.log
更改我的区域设置 ID 和区域设置名称后,我已成功安装 DQS 服务器。但是当我在 DQS 客户端应用程序中将服务器作为本地服务器输入时,它再次出现相同的错误,请参阅以下快照