Database Mirroring

  • 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

  • try a different port number for your mirror endpoint.

    HTH

    Billy

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply