SQL Server Replication with Publication and Subscriptions not working as it requires the actual server name to make a connection -
i have computer / sql server machine software ( 500 applications) know tmpsql2
so on tmpsql2
machine have database want setup replication doing publication.
problem
sql server unable connect server 'tmpsql2'.
additional information:
sql server replication requires actual server name make connection server. connections through server alias, ip address, or other alternate name not supported. specify actual server name, 'tmpsql7'. (replication.utilities)
so run
select @@servername
sure enough tmpsql7
guess renamed ? many years ago??
so how can publication issue. is not option rename machine, many applications "looking" tmpsql2
so error states alias not allowed? hoping configuration sscm alias addition ( pending not harmful)
- can still publication/subscription, if , how?
- anything else recommended replicate or mirror database new backup restored on new machine?
from ssms, can connect tmpsql2 or tmpsql7? or please read helpful link sql server replication requires actual server name make connection server
Comments
Post a Comment