作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 SSIS 2017 中部署一个项目,但出现以下错误。我在网上做了一些研究,但没有发现可以解决这个问题,因此我无法部署我的项目。有谁知道我该怎么办? Microsoft 提供的用于查找帮助的建议链接根本没有帮助。
**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
最佳答案
我找到了答案 here .真正的问题与组策略无关,正如我最初相信的那样,而是与错误的这一部分有关,我不得不将语言更改为 Locale
的 SQL
在 Registry Editor
:
[...] The locale identifier (LCID) 2072 is not supported by SQL Server [...]
关于sql-server - 执行用户定义的例程或聚合期间发生 .NET Framework 错误 - SSIS 2017,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47354598/
我是一名优秀的程序员,十分优秀!