SQLServer映象報錯Connection handshake failed
圖形化建SQLServer映象報錯:
資料庫日誌:
Database mirroring connection error 5 'Connection handshake failed. There is no compatible encryption algorithm. State 22.'
檢視主從映象內容:
select * from sys.database_mirroring_endpoints
只有兩邊的name不同。
打算重建映象:
主從依次執行以下SQL:
刪除語句:
DROP ENDPOINT [Endpoint_Mirroring]
重建語句:
CREATE ENDPOINT [Endpoint_Mirroring]
STATE = STARTED
AS TCP(LISTENER_PORT = 5022, LISTENER_IP = ALL)
FOR DATA_MIRRORING (ENCRYPTION = REQUIRED ALGORITHM RC4, ROLE = ALL)
GO
再用影象化重建映象完成正常:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22996654/viewspace-2668367/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- OGG Director報錯 Connection FAILEDAI
- ascp: Failed to open TCP connection for SSH, exiting. Session Stop (Error: Failed to open TCP connection for SSH)AITCPSessionError
- go get報錯connect: connection refusedGo
- zabbix報錯fping failed:no outputAI
- 解決Mac終端下載報錯 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refusedMacAIGithub
- mac scrcpy 報錯 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac與極空間衝突)MacErrorServerAI
- Error: Connection activation failed: Device not managed by NetworkManagerErrorAIdev
- nameko shell 報錯 : [Errno 111] Connection refused
- PHP composer 報錯 certificate verify failedPHPAI
- IDEA 報錯Failed to load JVM DLLIdeaAIJVM
- SQLServer2012搭建AlwaysOn報錯SQLServer
- Failed to get D-Bus connection: Operation not permittedAIMIT
- weblogic報錯: OPatch failed with error code 73WebAIError
- [debug] vagrant報錯mount.nfs: Connection timed outNFS
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- Linux 報錯Certificate verification failed: The certificate is NOT trusted.LinuxAIRust
- SQLServer對錶進行CDC捕捉報錯SQLServer
- 解決 Android studio Connect to 127.0.0.1:[/127.0.0.1] failed: Connection refusedAndroid127.0.0.1AI
- 【故障處理】ORA-28547: connection to server failed, probableServerAI
- 報錯:TestEngine with ID ‘junit-jupiter‘ failed to discover testsAI
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- cadvisor報錯failed to collect filesystem stats- rootDiskErr: du command failed on /rootfs/var/lib/docAI
- SQLServer對錶進行CDC捕捉時報錯SQLServer
- python3.10呼叫郵件SMTP報錯: ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)解決PythonErrorAI
- JMETER java.net.SocketException: Connection reset 報錯解決方案JMeterJavaException
- 啟動IDEA 報 failed to load jvm dll XXX 錯誤IdeaAIJVM
- Vue 啟動專案報錯 Failed to compile with 2 errorsVueAICompileError
- jpa報錯 Failed to initialize JPA EntityManagerFactory: Unable to instantiate default tuplizerAI
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI
- sqlserver關於mirror映象的總結SQLServer
- 上傳報錯:Upload Failed: Your upload has failed a virus scan. Please choose another file.AI
- imagick使用readImage報錯 Failed to read the file 或者沒有報錯內容的解決方法AI
- nginx 報錯 accept4 () failed (24: Too many open files)NginxAI
- Installation failed with message INSTALL_FAILED_USER_RESTRICTED錯誤AIREST
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- SQLSERVER 2012從2000還原失敗:Restore of database failedSQLServerRESTDatabaseAI
- org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection 解決辦法SpringFrameworkJDBCOTGExceptionAI