admin管理员组文章数量:1401444
We are trying to run an SSIS Package via SQL Job. The package is located on another server than the server where the job is running the package. We are getting this error:
[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error."
This usually happens because:
The server requires TLS 1.2, but the client does not support it.
The OLE DB provider is outdated and does not support the required security protocol.
There is a mismatch in encryption settings between the client and server.
The SSIS package is running under an account that does not have proper permissions.
We tried several things already.
Force the SSIS package to run in TLS 1.2:
System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)3072;
Enabled TLS 1.2 on the server where the package is located.
Any suggestions would be helpful.
本文标签: SSIS PackageERROR SECDoClientHandshake())SSL Security errorStack Overflow
版权声明:本文标题:SSIS Package - ERROR: SECDoClientHandshake()).]SSL Security error - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744298935a2599483.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论