DataBase Mirroring

  • Please, Help!!!!

    One of my project need to user mirroring to replicate data between 2 database servers. Servers are the same domain, I follow the mirroring rules, but some error message stop me......

    The principal Server:

    SQL Server Log:

    Error: 1474, Severity: 16, State: 1.

    Database mirroring connection error 4 'An error occurred while receiving data: '10054(An existing connection was forcibly closed by the remote host.)'.' for 'TCP://servername.domain:5022'.

    The Mirror Server

    SQL Server Log:

    The Database Mirroring protocol transport is now listening for connections.

    Logon Database Mirroring login attempt by user 'NT AUTHORITY\ANONYMOUS LOGON.' failed with error: 'Connection handshake failed. The login 'NT AUTHORITY\ANONYMOUS LOGON' does not have CONNECT permission on the endpoint. State 84.'. [CLIENT: xxx.xx.x.xx]

  • Not an expert on mirroring, but it sounds like your SQL Server(s) are not using domain accounts to run and they may need to for mirroring.

  • This does look like an SQL account issue, to get mirroring to work you will need to either run your SQL servers with a domain accout, or if this is not possbile then you will have to setup mirroring to use certificates for authentication

  • if you don't want to use a domain account here are instruction to use certificate for local accounts. Unfortunately I have no experience with doing it like this

    http://msdn.microsoft.com/en-us/library/ms191477.aspx

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

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