SQLServer2012搭建AlwaysOn報錯

Harry797發表於2020-07-22

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 ENDPOINT Endpoint_Mirroring


GO


重建AlwaysOn。


一切順利,不再報錯。


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69979754/viewspace-2706262/,如需轉載,請註明出處,否則將追究法律責任。

相關文章