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

sql server replication

group:

replication


replication zaferbektas2000 NO[at]SPAM yahoo.com
2/13/2004 4:39:36 AM
sql server replication:
while I am configuring publisher and distributor, at final state I met
an error: Error 18483: Could not connect the server (xxx.xxx.xxx).
Because distributor_admin is not define as a remote login at the
server.

replication Paul Ibison
2/13/2004 6:20:35 AM
Check to make sure SELECT @@SERVERNAME returns correct
servername. If not then you will need to run
sp_dropserver <wrong servername> and
sp_addserver <correct name>, local.
Then restart sql server service.
Regards,
AddThis Social Bookmark Button