"Lance" wrote:
> gopal,
> You are right on target. The helpserver SP returns the old server name.
> Will the drop/add sp's fix this?
>
> "gopal" wrote:
>
> > If you look at management studio and check the name of the server at the top
> > of the tree
> > that is the name under which the server is registered...
> >
> > Also do a sp_helpserver query to determine the name corresponding to id 0
> > the registered name should be the same as that for id 0 (which normally is the
> > name of the server where SQL is installed.
> >
> > "Lance" wrote:
> >
> > > When Attempting to set up replication on my SQL server 2005 server, I right
> > > click and select new publication and imediately get the following error
> > > message:
> > >
> > > SQL Server is unable to connect to server 'spi-svr6'. (New Publication Wizard)
> > >
> > > ------------------------------
> > > For help, click:
> > >
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.06&EvtSrc=Microsoft.SqlServer.Management.UI.PubWizardErrorSR&EvtID=CantConnect&LinkId=20476 > > >
> > > ===================================
> > >
> > > 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,
> > > 'SPI-SVR203'. (Replication.Utilities)
> > >
> > > ------------------------------
> > > Program Location:
> > >
> > > at
> > > Microsoft.SqlServer.Management.UI.ReplicationSqlConnection.CheckServerAlias(ServerConnection conn)
> > > at Microsoft.SqlServer.Management.UI.ReplicationSqlConnection.Open()
> > > at
> > > Microsoft.SqlServer.Management.UI.CreatePublicationWizard.PrepareToShow()
> > >
> > > The help link provides nothing on this and I have been unable to locate any
> > > info on other user sites. I am at a loss on what the communication problem
> > > may be as the replication wizzard does not even begin.