replication issue (log reader agent is not running)
we have upgraded sql server 2000 2005. after upgrade, replication not working following symptoms: 1. subscription status show 'not running, performance critical'. 2. when try re-sychronize option "start synchronziing" , error encounter below : replication montior not start job '..................' additional informtion : sql server agent error : request run job stx-t01-stl_newcc (from user sa) refused because job running request user sa. (microsoft sql server , error: 22022) anyone kindly ? or idea further troubleshoot issue ? thanks , best regards, |
can stop sql server agent, , in task manager , see if see instances of logread running. if see there kill them.
restart sql server agent , see if works time.
if continues occur need stop log reader agents , check select * mslogreader_history see if agents have value of 1. if so, set 2.
can identify problem agent query: select id, name mslogreader_agents
looking book on sql server replication? http://www.nwsu.com/0974973602.html looking book on sql server 2008 administration? http://www.amazon.com/microsoft-server-2008-management-administration/dp/067233044x looking book on sql server 2008 full-text search? http://www.amazon.com/pro-full-text-search-server-2008/dp/1430215941
restart sql server agent , see if works time.
if continues occur need stop log reader agents , check select * mslogreader_history see if agents have value of 1. if so, set 2.
can identify problem agent query: select id, name mslogreader_agents
looking book on sql server replication? http://www.nwsu.com/0974973602.html looking book on sql server 2008 administration? http://www.amazon.com/microsoft-server-2008-management-administration/dp/067233044x looking book on sql server 2008 full-text search? http://www.amazon.com/pro-full-text-search-server-2008/dp/1430215941
SQL Server > SQL Server Replication
Comments
Post a Comment