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

sql server replication

group:

Still Error 18483


Still Error 18483 JFB
11/29/2004 4:28:57 PM
sql server replication:
Hi I can't go forward, I have the same error... Paul Ibison was helping but
maybe he is busy... please help.
Error 18483: could not connect to server 'serverName' because
'distributor_admin' is not defined as a remote login at the server.
a) I'm using Named pipes and TCP/IP with not alias because both servers are
in the same domain.
b) The select@@serverName is giving me the server name so this is not the
problem.
What is the problem here.
Tks in advance
Johnny

[quoted text, click to view]


Re: Still Error 18483 Vijay [MSFT]
11/29/2004 5:13:05 PM
Are you using remote distributor?

The standard procedure is
On distributor: exec sp_adddistributor @@servername
exec sp_adddistributiondb 'distribution'
exec sp_adddistpublisher
@publisher='publishername',@distribution_db='distribution',@working_director
y='whatever it is'
On Publisher: exec sp_addistributor 'remotedistributorname'

These steps should create the distributor_admin account on repl_distributor
(which should map to the distributor server) and enable publisher to connect
to repl_distributor using RPC link.

If you still have issues I suggest you sp_dropdistpublisher,
sp_dropdistributiondb, sp_dropdistributor on the distributor and
sp_dropdistributor publisher in that sequence and try again.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
[quoted text, click to view]

Still Error 18483 Paul Ibison
11/30/2004 5:39:21 AM
Sorry - I didn't see this post and have applied to your
original thread.
Rgds,
Re: Still Error 18483 JFB
11/30/2004 1:33:51 PM
Tks for you reply... it was a problem with my server name. Now the
Replicator is configured.
JFB

[quoted text, click to view]

AddThis Social Bookmark Button