SQLServer 事务复制分发错误 The process could not connect to Subscriber

SQLServer 事务复制分发错误 The process could not connect to Subscriber,第1张

概述非域环境创建事务复制,使用IP相互连接正常。都用IP创建数据库别名,这时使用服务器名相互连接也正常。 但是初始化复制时,失败了!其他服务器按别名配置的,都能正常复制。但是这两台服务器同样配置,却不成功! 分发进程无法连接到订阅服务器!错误如下: Error messages:The process could not connect to Subscriber 'DB-Subscriber'.

非域环境创建事务复制,使用IP相互连接正常。都用IP创建数据库别名,这时使用服务器名相互连接也正常。

但是初始化复制时,失败了!其他服务器按别名配置的,都能正常复制。但是这两台服务器同样配置,却不成功!

分发进程无法连接到订阅服务器!错误如下:

Error messages:The process Could not connect to Subscriber 'DB-Subscriber'. (Source: MSsql_REPL,Error number: MSsql_REPL0)Get help: http://help/MSsql_REPL0TCP ProvIDer: 不知道这样的主机。 (Source: MSsqlServer,Error number: 11001)Get help: http://help/11001A network-related or instance-specific error has occurred while establishing a connection to sql Server. Server is not found or not accessible. Check if instance name is correct and if sql Server is configured to allow remote connections. For more information see sql Server Books Online. (Source: MSsqlServer,Error number: 11001)Get help: http://help/11001Login timeout expired (Source: MSsqlServer,Error number: HYT00)Get help: http://help/HYT00

最后解决方法:hosts 文件中将IP和服务器名绑定。

C:\windows\System32\drivers\etc\hosts


有点奇怪,有很多单向复制的服务器,都正常,唯独这台,需要在发布服务器的hosts绑定订阅服务器名称和IP。


注:此服务器是阿里云服务器,该服务器即是订阅服务器,也是另一组复制的发布和分发服务器。作为分发服务器需要绑定IP!

总结

以上是内存溢出为你收集整理的SQLServer 事务复制分发错误 The process could not connect to Subscriber全部内容,希望文章能够帮你解决SQLServer 事务复制分发错误 The process could not connect to Subscriber所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/1170822.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-02
下一篇 2022-06-02

发表评论

登录后才能评论

评论列表(0条)

保存