gpt4 book ai didi

sql-server - 谷歌搜索设备 : com. microsoft.sqlserver.jdbc.SQLServerException : The TCP/IP connection to the host "xyz" port 1433 has failed.

转载 作者:可可西里 更新时间:2023-11-01 02:53:54 25 4
gpt4 key购买 nike

我正在为数据库 (SQL) 部署 Google Search Appliance 连接器。当我运行“run.bat”时,我在日志中收到一条错误消息:

 java.io.IOException: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host "xyz", port 1433 has failed. Error: "null. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
at com.google.enterprise.adaptor.database.DatabaseAdaptor.getDocIds(DatabaseAdaptor.java:235)
at com.google.enterprise.adaptor.DocIdSender.pushFullDocIdsFromAdaptor(DocIdSender.java:69)
at com.google.enterprise.adaptor.GsaCommunicationHandler$PushRunnable.run(GsaCommunicationHandler.java:856)
at com.google.enterprise.adaptor.OneAtATimeRunnable.run(OneAtATimeRunnable.java:69)
at com.google.enterprise.adaptor.ShutdownWaiter$NotificationRunnable.run(ShutdownWaiter.java:183)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

我尝试了以下解决方案:

  1. 删除所有 TCP 动态端口并将值 1433 添加到所有 TCP 端口并重新启动 SQL Server。我的 SQL Server 配置如下所示:

enter image description here

enter image description here

enter image description here

  1. 检查键 TcpDynamicPorts 的值。 enter image description here

我没有设置动态端口。

有没有其他方法可以解决这个错误。任何帮助,将不胜感激。

最佳答案

确保所有 TCP 动态端口都设置为 0,并且除当前设置正确的 IPALL 外,所有 TCP 端口均为空白。

这看起来像是您的应用程序服务器和 SQL Server 之间的通信问题。我建议使用 SQL 服务器的 IP 地址或域名在 CMD 窗口中使用 TELNET 检查端口。

TELNET pc.name.com 1433

TELNET 172.0.0.1 1433

如果在此之后出现空白屏幕,则表示成功并且端口已打开。如果没有,则有防火墙或网络设置阻止了连接。

关于sql-server - 谷歌搜索设备 : com. microsoft.sqlserver.jdbc.SQLServerException : The TCP/IP connection to the host "xyz" port 1433 has failed.,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40472982/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com