all groups > sql server replication > november 2004 >
You're in the

sql server replication

group:

configuring a publishing and distribution wizard


configuring a publishing and distribution wizard Sam
11/14/2004 9:54:05 AM
sql server replication:
I am having a problem with configuring publiushed and distributor .i am
selecting the option to make the local server its own distibutor.
After competing the task, I am getting an enterprise manager error stating
that
Sql server manager could not configure the "SQLSERVER' as distibutore for
"SQLSERVER'
error 18483 could not connect th the server 'SQLSERVER' becouse
Distibutor_admin' is ot defined as a remote login at the server...

Re: configuring a publishing and distribution wizard Hilary Cotter
11/15/2004 4:21:03 PM
what happens if you do a select @@servername on the local server?

[quoted text, click to view]

Re: configuring a publishing and distribution wizard Sam
11/15/2004 6:23:03 PM
Hi Guys,
I have tried the sp_addserver and sp_dropserver procedure, restarted the
server and i still have the sa me issue



[quoted text, click to view]
Re: configuring a publishing and distribution wizard rboyd NO[at]SPAM onlinemicrosoft.com
11/15/2004 9:56:10 PM
As Hilary is alluding to, the @@servername valiable is probably incorrect.
If this is the case, you will need to run the sp_addserver procedure with
the local parameter to set it correctly. You may also need to run
sp_dropserver as well.

After doing this, you will need to stop and restart SQL Server for the
change to take effect.

Rand
This posting is provided "as is" with no warranties and confers no rights.
Re: configuring a publishing and distribution wizard Hilary Cotter
11/15/2004 10:48:44 PM
what happens when you issue a select @@servername now

--
Hilary Cotter
Looking for a SQL Server replication book?
Now available for purchase at:
http://www.nwsu.com/0974973602.html


[quoted text, click to view]

AddThis Social Bookmark Button