Product Name
SQL Server
Product Version
10.0
Product Build Number
-
Event ID
1418
Event Source
MSSQLSERVER
Component
SQLEngine
Symbolic Name
DBM_PARTNERNOTFOUND
Message Text
The server network address "%.*ls" 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.
The server network endpoint did not respond because the specified server network address cannot be reached or does not exist.
Verify the network address name and reissue the command.
Corrective action might be required on both partners. For example, if this message is raised when you are trying to run SET PARTNER on the principal server instance, the message might imply that you only have to take corrective action on the mirror server instance. However, corrective actions might be required on both partners.
In some cases, only error log files are available for investigation. In these cases, determine whether the error log contains error message 26023 for the TCP port of the database mirroring endpoint. This error, which is severity 16, might indicate that the database mirroring endpoint is not started. This message can occur even if sys.database_mirroring_endpoints shows the endpoint state as started.
After resolving any issues that you encounter, rerun the ALTER DATABASE database_name SET PARTNER statement on the principal server.
When you are configuring the network for a database mirroring session, make sure the database mirroring endpoint of each server instance is used by only the database mirroring process. If another process is listening on the port assigned to a database mirroring endpoint, the database mirroring processes of the other server instances cannot connect to the endpoint.
To display all the ports on which a Windows-based server is listening, use the netstat command-prompt utility. The syntax for netstat depends on the version of the Windows operating system. For more information, see the operating system documentation.
To list listening ports and the processes that have those ports opened, enter the following command at the Windows command prompt:
netstat -abn
To identify the listening ports and the processes that have those ports opened, follow these steps:
SELECT SERVERPROPERTY('ProcessID')