Groups | Blog | Home
all groups > sql server replication > november 2005 >

sql server replication : Red across error in replication monitor



nick
11/21/2005 12:00:00 AM
hi all:

In my sql 2003 i have several publishers, now i got a problem that
it display a red across error in replication monitor , but there is no red
across error on any one of replication when i spread publisers.

And this red across in Agents folder as well which is under
replication monitor, but i couldn't find any error message there as well.

anyone has encounter this problem before ? please help me out , thanks
a lot

Cheers

Nick

Paul Ibison
11/21/2005 9:17:46 AM
Nick,
The replication monitor gets its info from
tempdb.dbo.MSreplication_agent_status and running
sp_MSload_replication_status refreshes this table. As restarting the SQL
Server Service causes the tempdb to be recreated from the model database,
this also removes the problem.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

Paul Ibison
11/22/2005 9:26:00 AM
Nick,
I didn't find any procedure which drops MSreplication_agent_status. I
suspect that the table is intended to get refreshed as a normal matter of
course but in some cases this doesn't occur.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)



nick
11/22/2005 9:43:51 AM
Thanks paul. It works

But i just wonder that those invalid records in
tempdb.dbo.MSreplication_agent_status table should be remove after deleted
the publication , shouldn't it ?

Cheers

Nick

[quoted text, click to view]

AddThis Social Bookmark Button