2017-11-17 28 views
2

SSIS 2017でプロジェクトを展開しようとしていますが、以下のエラーが表示されます。私はウェブ上でいくつかの調査を行ったが、見つかったものはこの問題を解決できなかったので、私は自分のプロジェクトを展開することができない。誰にも私は何をしなければならないのか分かっていますか?マイクロソフトが提供するヘルプを見つけるための推奨リンクは、まったく役に立たない。ユーザー定義ルーチンまたは集計の実行中に.NET Frameworkエラーが発生しました - SSIS 2017

ERROR

A .NET Framework error occurred during execution of user-defined routine or aggregate "deploy_project_internal": System.Data.SqlClient.SqlException: The locale identifier (LCID) 2072 is not supported by SQL Server. System.Data.SqlClient.SqlException:
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action 1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnectionSmi.EventSink.DispatchMessages(Boolean ignoreNonFatalMessages) at System.Data.SqlClient.SqlDataReaderSmi.InternalNextResult(Boolean ignoreNonFatalMessages) at System.Data.SqlClient.SqlDataReaderSmi.NextResult() at System.Data.SqlClient.SqlCommand.RunExecuteReaderSmi(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) 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) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at Microsoft.SqlServer.IntegrationServices.Server.ServerConnectionControl.GetServerProperty(String propertyName) at Microsoft.SqlServer.IntegrationServices.Server.ServerConnectionControl.GetSchemaVersion() at Microsoft.SqlServer.IntegrationServices.Server.ISServerExecArgumentBuilder.ToString() at Microsoft.SqlServer.IntegrationServices.Server.ServerApi.DeployProjectInternal(SqlInt64 deployId, SqlInt64 versionId, SqlInt64 projectId, SqlString projectName) . (Microsoft SQL Server, Error: 6522)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=14.00.1000&EvtSrc=MSSQLServer&EvtID=6522&LinkId=20476

+0

統合サービスカタログがターゲットサーバー上に作成されているかどうかを確認します。ターゲットOSとは何ですか?どのように展開していますか?デプロイメントを実行しているマシンにSSDTの複数のバージョンがありますか? – billinkc

+0

@billinkc - ISCを作成しました。 Windows Server 2016; SSDT-> Deployでプロジェクトを右クリックします。いいえ、SSDT 2017だけです。 – cdrrrrr

答えて

1

私は答えhereを見つけました。私は最初の場所ではなく、エラーのこの部分に信じて、私はRegistry EditorSQLLocaleに言語を変更しなければならなかったとして、本当の問題は、グループポリシーに関連していなかった。

[...] The locale identifier (LCID) 2072 is not supported by SQL Server [...]

はそれに役立つことを願っています誰か。

関連する問題