Hello All, I faced an issue while trying to configure SQL mirroring. Here is the message error:
====================================
The server network address "TCP://xxxx:5022" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational.
====================================
Here is the statement that I run set partner on primary, and got the error.
===================================
USE MASTER; GO ALTER DATABASE ADP SET PARTNER = 'TCP://xxxx:5022' GO
===================================
Note: I already run set partner on standby.
Thanks, Piseth