Re: distributor_admin Issue....But different than normal

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Thanks, Hilary...There certainly was a difference...

I followed your instructions, and I'm going to take another stab at
setting distribution up.

You are the man! I'm going to have my boss order your book....

-Joseph

Hilary Cotter wrote:
What happens when you do a select @@servername?
Does it match what you get when you issue a xp_cmdshell 'hostname'?

if not you need to do the following

sp_dropserver @server='oldServername'
sp_addserver @server='NewServerName', @local='LOCAL'

Then restart SQL Server.

--
Hilary Cotter

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"Joseph" <josephsheppard@xxxxxxxxx> wrote in message
news:1168894392.883101.309200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am having the common "distributor_admin does not exist" error when
trying to set up a machine as its own distributor. (First time after
setting up about 200 distributors). I get this whether I'm doing it
remotely, or on the machine itself.

The wrinkle is that the login "distributor_admin" does not exist at all
on the potential publisher (who, again, is going to be its own
distributor).

Do I need to reinstall MS-SQL to get that login created? Or can I do
it by hand somehow?

Or am I barking up the wrong tree?

Thank you!

-Joseph


.



Relevant Pages

  • Re: SQL Server 2000 Replication Agents Credentials
    ... The only password I see in sysjobsteps is for the distribution agent. ... BUT the snapshot agent uses sql server login/password. ... in to the distributor using sql login. ...
    (microsoft.public.sqlserver.replication)
  • Re: distributor_admin Issue....But different than normal
    ... Looking for a SQL Server replication book? ... trying to set up a machine as its own distributor. ... The wrinkle is that the login "distributor_admin" does not exist at all ... Do I need to reinstall MS-SQL to get that login created? ...
    (microsoft.public.sqlserver.replication)
  • SQLDMO replication installation troubleshooting tips?
    ... While attempting to enable replication on a customer's SQL Server cluster we ... SQLDMO is used to create the database that is to be replicated and the ... The cluster was recently updated to SQL Server 2000 SP4. ... The distributor database is set as being used for replication (state ...
    (microsoft.public.sqlserver.replication)
  • RE: Error setting up SQL Replication
    ... SQL Server when you setup up your merge replication? ... Did your SQL Server service account has encough permission to read/write ... are using a remote distributor, please ensure that your distributor SQL ... Please gather Windows Event Logs on the problematic node: ...
    (microsoft.public.sqlserver.replication)
  • Re: SQL Server 2000 Replication Agents Credentials
    ... Looking for a SQL Server replication book? ... sql server 2000 sp4 distributor on another ... Then in the distribution agent job, the command line parameters are as ...
    (microsoft.public.sqlserver.replication)