I am using SQL Server 2005 Beta 2, and setting up Database Mirroring.
On the Mirror Instance, I specify the Principal as its partner as follows:
Alter database Northwind set partner = 'TCP://Principal.domain:10111'
It was successful.
On the Principal Instance, I specify the Mirror as its partner as follows:
Alter database Northwind set partner = 'TCP://Mirror .domain:10111'
It failed. The message (#1418) was the Mirror instance is not running or not existing. But it was up and running right in front of me.
Appreciate your opinions or help
Thinh Ho
tho@hydro.mb.ca