【问题标题】:CAn't connect to server from SQL server Data tools无法从 SQL Server 数据工具连接到服务器
【发布时间】:2019-12-17 09:39:56
【问题描述】:

我无法使用 SSIS 建立与服务器的连接。它显示以下错误 Error it shows

Error in words: "TITLE: Connection Manager

由于初始化提供程序时出错,测试连接失败。 Client unable to establish connection TCP Provider: An existing connection was forcibly closed by the remote host. "

我可以访问服务器,并且可以在SQL Server 中打开它。我正在使用虚拟机来运行该工具,就像我使用 Mac 一样。

谁能帮我解决这个问题,或者MacOs 中的SSIS tool 有什么替代方案吗?

【问题讨论】:

    标签: sql-server server ssis database-connection ssis-2012


    【解决方案1】:

    您使用的是哪个版本的 SQL Server?如果您使用的是 SQL Server Express,则默认情况下将其配置为不允许远程连接。当您在 VM 中运行 SSIS 时,它是一个远程连接,即使 SQL Server 实例正在您的 Mac 上运行。

    How do I configure SQL Server Express to allow remote tcp/ip connections on port 1433?

    【讨论】:

      猜你喜欢
      • 2022-01-09
      • 1970-01-01
      • 1970-01-01
      • 2015-01-02
      • 1970-01-01
      • 2022-01-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多