Event Id14010
SourceMSSQL_ENG
DescriptionThe server %s is not defined as a subscription server
Event InformationAccording to Microsoft

Cause:

Replication expects all servers in a topology to be registered using the computer name with an optional instance name (in the case of a clustered instance, the SQL Server virtual server name with the optional instance name). For replication to function properly, the value returned by SELECT @@SERVERNAME for each server in the topology should match the computer name or virtual server name with the optional instance name.

Replication is not supported if you have registered any of the SQL Server instances by IP address or by Fully Qualified Domain Name (FQDN). If you have any of the SQL Server instances registered by IP address or by FQDN in SQL Server Management Studio when you configured replication, this error could be raised.

Resolution:

Verify that all SQL Server instances in the topology are registered properly. If the network name of the computer and the name of the SQL Server instance differ, either:

1.Add the SQL Server instance name as a valid network name. One method to set an alternative network name is to add it to the local hosts file. The local hosts file is located by default at WINDOWS\system32\drivers\etc or WINNT\system32\drivers\etc. For more information, see the Windows documentation. For example, if the computer name is comp1 and the computer has an IP address of 10.193.17.129, and the instance name is inst1/instname, add the following entry to the hosts file:
10.193.17.129 inst1

2.Remove replication, register each SQL Server instance, and then reestablish replication.For information about removing replication, see Removing Replication. If the value of @@SERVERNAME is not correct for a non-clustered instance, follow these steps:

sp_dropserver <old_name>, droplogins
go
sp_addserver <new_name>, local
go

After you execute the sp_addserver (Transact-SQL) stored procedure, you must restart
Reference LinksEvent ID 14010 of Source MSSQL_ENG


  Did this information help you to resolve the problem?
  Yes: My problem was resolved.
  No: The information was not helpful / Partially helpful.
  Comments:

Captcha  Refresh