January 8, 2010 at 3:50 am
Error message which I get when I click on 'New Publicaiton'
TITLE: New Publication Wizard
------------------------------
SQL Server is unable to connect to server 'Z2T3ITRMPLM01'.
------------------------------
ADDITIONAL INFORMATION:
SQL Server replication requires the actual server name to make a connection to the server. Connections through a server alias, IP address, or any other alternate name are not supported. Specify the actual server name, 'Z2T3ITRMLM01'. (Replication.Utilities)
------------------------------
BUTTONS:
OK
------------------------------
I ran the below commands to check the name of the server and it gave 2 different names
select @@servername - output was 'Z2T3ITRMLM01'
go
sp_helpserver - Output was 'Z2T3ITRMLM01'
go
select serverproperty('servername') - Output was 'Z2T3ITRMPLM01'
So, if you see the output of the last command it has an extra 'P'.
Please suggest how to correct this.
Rgds,
Pankaj
January 8, 2010 at 4:42 am
Did you get the chance to read the article http://msdn.microsoft.com/en-us/library/ms143799.aspx that talks about changing the server.
Can you please try that and see if that helps.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply