dbTalk Databases Forums  

URGENT: distribution agent failure: NT AUTHORITY\ANONYMOUS LOGON

microsoft.public.sqlserver.connect microsoft.public.sqlserver.connect


Discuss URGENT: distribution agent failure: NT AUTHORITY\ANONYMOUS LOGON in the microsoft.public.sqlserver.connect forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JJ Wang
 
Posts: n/a

Default URGENT: distribution agent failure: NT AUTHORITY\ANONYMOUS LOGON - 12-23-2004 , 08:22 PM






hi,

I am working on sql server 2000 replication. One of our
sql servers has multipul publications that push out to
several subscribers, and some of the subscribers are the
database on the same publisher server. and I've
encountered the following failures with only one of its
publications. This particular publication is from one
database push to another database on this same publisher
server. And we have a seperate server to act as
distributor for all server's replications:

----------
Executed as user: domain_name\distributor_server_name.
Replication-Replication Distribution Subsystem: agent
distribution_agent_name failed. Login failed for user 'NT
AUTHORITY\ANONYMOUS LOGON'. The process could not connect
to Distributor 'distributor_server_name'. The step failed.
----------

I've verified all login configurations on the publisher
and subscriber (in this case, they are of the same
server), and the distributor. All correct.

what process/agent's logon account is this error complaint
about (user 'NT AUTHORITY\ANONYMOUS LOGON')?

many thanks!!

JJ

Reply With Quote
  #2  
Old   
Hilary Cotter
 
Posts: n/a

Default Re: URGENT: distribution agent failure: NT AUTHORITY\ANONYMOUS LOGON - 12-24-2004 , 06:18 AM






Is builtin\administrators part of your system administrators role? It sounds
like someone has removed this group.

What account is your SQL Server running under as well?

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"JJ Wang" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
hi,

I am working on sql server 2000 replication. One of our
sql servers has multipul publications that push out to
several subscribers, and some of the subscribers are the
database on the same publisher server. and I've
encountered the following failures with only one of its
publications. This particular publication is from one
database push to another database on this same publisher
server. And we have a seperate server to act as
distributor for all server's replications:

----------
Executed as user: domain_name\distributor_server_name.
Replication-Replication Distribution Subsystem: agent
distribution_agent_name failed. Login failed for user 'NT
AUTHORITY\ANONYMOUS LOGON'. The process could not connect
to Distributor 'distributor_server_name'. The step failed.
----------

I've verified all login configurations on the publisher
and subscriber (in this case, they are of the same
server), and the distributor. All correct.

what process/agent's logon account is this error complaint
about (user 'NT AUTHORITY\ANONYMOUS LOGON')?

many thanks!!

JJ



Reply With Quote
  #3  
Old   
JJ Wang
 
Posts: n/a

Default Re: URGENT: distribution agent failure: NT AUTHORITY\ANONYMOUS LOGON - 12-24-2004 , 04:55 PM



thanks Hilary.

builtin\administrators is part of our system
administrators role. and our sql servers are running
under their own domain account which is also system admin
role on the servers.

the wierd thing is that only this one publication is
failing, rest of the publications from the same server are
working fine.

JJ

Quote:
-----Original Message-----
Is builtin\administrators part of your system
administrators role? It sounds
like someone has removed this group.

What account is your SQL Server running under as well?

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"JJ Wang" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:259601c4e95f$785ef330$a401280a (AT) phx (DOT) gbl...
hi,

I am working on sql server 2000 replication. One of our
sql servers has multipul publications that push out to
several subscribers, and some of the subscribers are the
database on the same publisher server. and I've
encountered the following failures with only one of its
publications. This particular publication is from one
database push to another database on this same publisher
server. And we have a seperate server to act as
distributor for all server's replications:

----------
Executed as user: domain_name\distributor_server_name.
Replication-Replication Distribution Subsystem: agent
distribution_agent_name failed. Login failed for
user 'NT
AUTHORITY\ANONYMOUS LOGON'. The process could not
connect
to Distributor 'distributor_server_name'. The step
failed.
----------

I've verified all login configurations on the publisher
and subscriber (in this case, they are of the same
server), and the distributor. All correct.

what process/agent's logon account is this error
complaint
about (user 'NT AUTHORITY\ANONYMOUS LOGON')?

many thanks!!

JJ


.


Reply With Quote
  #4  
Old   
Hilary Cotter
 
Posts: n/a

Default Re: URGENT: distribution agent failure: NT AUTHORITY\ANONYMOUS LOGON - 12-24-2004 , 06:07 PM



what sort of a publication is this? Transactional? Transactional with
immediate/queued updating?

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"JJ Wang" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
thanks Hilary.

builtin\administrators is part of our system
administrators role. and our sql servers are running
under their own domain account which is also system admin
role on the servers.

the wierd thing is that only this one publication is
failing, rest of the publications from the same server are
working fine.

JJ

-----Original Message-----
Is builtin\administrators part of your system
administrators role? It sounds
like someone has removed this group.

What account is your SQL Server running under as well?

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"JJ Wang" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:259601c4e95f$785ef330$a401280a (AT) phx (DOT) gbl...
hi,

I am working on sql server 2000 replication. One of our
sql servers has multipul publications that push out to
several subscribers, and some of the subscribers are the
database on the same publisher server. and I've
encountered the following failures with only one of its
publications. This particular publication is from one
database push to another database on this same publisher
server. And we have a seperate server to act as
distributor for all server's replications:

----------
Executed as user: domain_name\distributor_server_name.
Replication-Replication Distribution Subsystem: agent
distribution_agent_name failed. Login failed for
user 'NT
AUTHORITY\ANONYMOUS LOGON'. The process could not
connect
to Distributor 'distributor_server_name'. The step
failed.
----------

I've verified all login configurations on the publisher
and subscriber (in this case, they are of the same
server), and the distributor. All correct.

what process/agent's logon account is this error
complaint
about (user 'NT AUTHORITY\ANONYMOUS LOGON')?

many thanks!!

JJ


.




Reply With Quote
  #5  
Old   
JJ Wang
 
Posts: n/a

Default Re: URGENT: distribution agent failure: NT AUTHORITY\ANONYMOUS LOGON - 02-02-2005 , 08:38 PM



hi Hilary,

thanks for all your help. it's resolved. the problem was
that we set the dist-agent to run on the publisher instead
of on our distributor. and this setting is buggy because
it uses domain account to authenticate to the remote
server.

we set the agent to run on the distributor and it has been
running like a charm.

it's transactional dist.

thanks again for all your help!!

JJ
Quote:
-----Original Message-----
what sort of a publication is this? Transactional?
Transactional with
immediate/queued updating?

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"JJ Wang" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:27c201c4ea0b$b39a7300$a401280a (AT) phx (DOT) gbl...
thanks Hilary.

builtin\administrators is part of our system
administrators role. and our sql servers are running
under their own domain account which is also system
admin
role on the servers.

the wierd thing is that only this one publication is
failing, rest of the publications from the same server
are
working fine.

JJ

-----Original Message-----
Is builtin\administrators part of your system
administrators role? It sounds
like someone has removed this group.

What account is your SQL Server running under as well?

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"JJ Wang" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:259601c4e95f$785ef330$a401280a (AT) phx (DOT) gbl...
hi,

I am working on sql server 2000 replication. One of
our
sql servers has multipul publications that push out to
several subscribers, and some of the subscribers are
the
database on the same publisher server. and I've
encountered the following failures with only one of
its
publications. This particular publication is from one
database push to another database on this same
publisher
server. And we have a seperate server to act as
distributor for all server's replications:

----------
Executed as user: domain_name\distributor_server_name.
Replication-Replication Distribution Subsystem: agent
distribution_agent_name failed. Login failed for
user 'NT
AUTHORITY\ANONYMOUS LOGON'. The process could not
connect
to Distributor 'distributor_server_name'. The step
failed.
----------

I've verified all login configurations on the
publisher
and subscriber (in this case, they are of the same
server), and the distributor. All correct.

what process/agent's logon account is this error
complaint
about (user 'NT AUTHORITY\ANONYMOUS LOGON')?

many thanks!!

JJ


.



.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.