SQLServer2012搭建AlwaysOn报错
Posted diuxie
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQLServer2012搭建AlwaysOn报错相关的知识,希望对你有一定的参考价值。
SQLServer 2012搭建AlwaysOn报错:
Database Mirroring login attempt failed with error: \'Connection handshake failed. The certificate used by the peer is invalid due to the following reason: Certificate not found. State 89.\'. [CLIENT: 192.168.1.133]
在主从节点查看当前手游的 Endpoint:
select * from master.sys.database_mirroring_endpoints
删除当前主从的 ENDPOINT:
USE [master]
DROP ENDPOINTwww.diuxie.com Endpoint_Mirroring
GO
重建AlwaysOn。
以上是关于SQLServer2012搭建AlwaysOn报错的主要内容,如果未能解决你的问题,请参考以下文章
从0开始搭建SQL Server 2012 AlwaysOn 第三篇(安装数据,配置AlwaysOn)