gpt4 book ai didi

SQL Server 错误 : the pre-login handshake failed or the server was unable to respond back in time

转载 作者:行者123 更新时间:2023-12-04 22:41:31 26 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Connection to SQL Server Works Sometimes

(23 个回答)


6年前关闭。




我已将身份服务器数据库用于具有成员资格的项目。它工作正常。现在我将新服务器连接到新数据库出现错误。如果使用旧服务器意味着它正在正常运行。如何清除这个?我可以将任何属性设置为新数据库吗?

MembershipUser membershipObj = Membership.GetUser(Context.User.Identity.Name.ToString());
membershipObj收到此错误

Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=1764; handshake=13233;

最佳答案

  • 在 SQL Server 配置管理器中启用必要的协议(protocol)(TCP/命名管道)
  • 明确允许 Windows 防火墙(服务器)中的连接(和/或端口)

  • 这些解决了我的问题。希望对 body 有所帮助。

    关于SQL Server 错误 : the pre-login handshake failed or the server was unable to respond back in time,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17166489/

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