The server network address can not be reached or does not exist

Hi all       
    When i am trying to configure Mirroring .i am getting the below error.
 The server network address "TCP://RDEEPA:5022" can not be reached or does not exist. Check the network address name and reissue the command. (Microsoft SQL Server, Error: 1418)
. TCP/IP and Name pipe connection is enabled in both principle and mirror server configuration.
I post the complete error message below ,which is in red  
TITLE: Database Properties
An error occurred while starting mirroring.
ADDITIONAL INFORMATION:
Alter failed for Database 'success'.  (Microsoft.SqlServer.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Alter+Database&LinkId=20476
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
The server network address "TCP://RDEEPA:5022" can not be reached or does not exist. Check the network address name and reissue the command. (Microsoft SQL Server, Error: 1418)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=1418&LinkId=20476
BUTTONS:
OK

Hi,
I have the same problem. However beginning over and over again and using other ports did not solve this unfortunately.
Here is the SQL I used to setup the mirroring.
* Principal DB
CREATE ENDPOINT [MirroringEndpoint]
    AUTHORIZATION [DOMAIN\administrator]
    STATE=STARTED
    AS TCP (LISTENER_PORT = 5022, LISTENER_IP = ALL)
    FOR DATA_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS NEGOTIATE
, ENCRYPTION = REQUIRED ALGORITHM RC4)
BACKUP DATABASE TEST
    TO DISK = 'C:\full-backup.bak'
    WITH FORMAT
BACKUP LOG TEST
    TO DISK = 'C:\log.bak'
ALTER DATABASE TEST SET PARTNER ='tcp://sql2.domain.local:5022';
* Mirroring DB
CREATE ENDPOINT [MirroringEndpoint]
    AUTHORIZATION [DOMAIN\administrator]
    STATE=STARTED
    AS TCP (LISTENER_PORT = 5022, LISTENER_IP = ALL)
    FOR DATA_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS NEGOTIATE
, ENCRYPTION = REQUIRED ALGORITHM RC4)
RESTORE DATABASE TEST
    FROM DISK = 'C:\full-backup.bak'
    WITH NORECOVERY
RESTORE LOG TEST
    FROM DISK = 'C:\log.bak'
    WITH FILE=1, NORECOVERY
ALTER DATABASE TEST SET PARTNER ='tcp://sql1.domain.local:5022';
The last statement on the principal server gives me the following error :
Msg 1418, Level 16, State 1, Line 1
The server network address "tcp://sql2.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.
From the principal server I'm able to ping the mirror server and can establish a telnet connection. When the statement gets executed even netstat gives me the following output :
TCP    0.0.0.0:5022           0.0.0.0:0              LISTENING       1244  [sqlservr.exe]
TCP    10.1.1.140:5022       10.1.1.110:1223       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1226       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1216       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1218       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1225       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1222       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1221       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1224       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1219       TIME_WAIT       0
TCP    10.1.1.140:5022       10.1.1.110:1220       TIME_WAIT       0
Is it normal so many ports get opened?
Any help would be greatly appreciated (as this drives me crazy :-( )
Found the problem eventually. The mirroring ran as the NT_AUTORITY user instead of DOMAIN\administrator.

Similar Messages

Maybe you are looking for

  • Adding Fields to New Hire SAP Script, Text ID PAMA

    Hi there, I have successfully created a sapscript email to be sent via Dynamic Actions for the notification of New Hires and Terminations.  This has been accomplished via feature M0001 (we have created two new features u2013 M00NH & M00TM), dynamic a

  • Iphone Battery issues

    is any one else having issues with the battery draining quickly ?? losing about 1% every 3-5 mins

  • How can B2B identify Trade partner if Host`s Channel is Generic HTTP-1.0

    I have error: B2B-50547 (Agreement not found for trading partners: FromTP null, ToTP MyCompany with document type B2B Process-1.0-INBOUND.) Where i need to use Name of Trade Partner in my POST request? I tried to use Generic Identifier with value - I

  • Business Explorer in German Version

    Hi, I have installed SAP GUI 710.  When I am trying to open Bex Analyzer am not getting English version.  Its getting some german version. And I am tring to open with Older version 3.5 also.  Its also throwing some error. Can anybody help in this. Re

  • Design View and overwritten methods in subclasses

    Dear all DESIGN VIEW DOESN'T WORK WITH OVERWRITTEN METHODS IN SUBCLASSES I am developing a reasonably large applet-based menu using JDeveloper. Because much of it varies only in small details, I had planned to create a base class to hold all the comm