Getting stumped with this one, but I cannot appear to see the
destination server from within sql server:
ALTER DATABASE pubs
SET PARTNER =
'TCP://host1.myoffice.COM:5022'
Msg 1418, Level 16, State 1, Line 1
The server network address "TCP://host1.myoffice.COM: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.
The destination for the mirror, however, does see the source.
I can also telnet into the destination port, and no firewalls exist
between the two machines (and I even turned off the localhost firewall
just to be sure).
Ports are open and evening listening on both sides.
Any ideas?
Jon
MS Sql Server LazyDBA home page