Database Mirroring

  • I want to set up Mirroing for my databases, however I could not due to error 1418,tried using certificates still with no success could any DBA out there please help me on where I am getting it wrong.

    Regards,

    S.K DBA

  • what is the full description of errorr?

    ----------
    Ashish

  • The server network address "TCP://sql-server2.domain.local: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. (Microsoft SQL Server, Error: 1418

  • Hello,

    If you are running SQL Server as a domain account, you must grant login access to both servers.

    ServerA <--> ServerB (mutually authenticate)

    Next, you must grant connect on the endpoints to the service accounts. Finally, check to see that you have the Firewall configured to allow DB Mirroring on port 5022.

    Thanks, Craig

  • Run the following query and confirm that the mirroring end point is created successfully?

    select * from sys.database_mirroring_endpoints;

Viewing 5 posts - 1 through 4 (of 4 total)

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