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

sql server replication

group:

Log Reader


Log Reader larry
4/14/2004 7:56:05 AM
sql server replication:
Running SQL 2K & Win 2K

I had to bulk insert 220,000 records into a table that is
replicated via a transactional publication.

The Log Reader gave me an error indicating that I had to
increase the size allocatedto the dB. I did this and
this error disappeared. I am now getting a timeout
error 'The agent is suspect. No response within last 10
minutes.'

This error continued for 36 hours. I deleted the
publication and recreated it via SQL. I am still getting
the same error on the log reader....'The agent is
suspect. No response within last 10 minutes.'

Nothing is replication from this location due to this
error. How can I clear out the Log Reader so of this 220L
records so replicaton will restart.

Any help is appreciated,

Larry....

Re: Log Reader anonymous NO[at]SPAM discussions.microsoft.com
4/14/2004 11:32:42 AM
Hilary,

As always you know your stuff!!!! A restart did the trick.

Thanks a million,

Larry...
[quoted text, click to view]
Re: Log Reader Hilary Cotter
4/14/2004 1:03:57 PM
first off change your heartbeat interval to something huge - i'd try 2-3
days. To do this connect to your SQL Server in EM, right click on
Replication Monitor and select Refresh Rate and Settings, then select
Inactivity Threshold and set this value to something like 4000 minutes.

Next you really should reboot your Publisher. Replication relies on caching
replication metadata and I have run into instances where the log reader
hangs on initialization like what you are seeing. A reboot clears this
condition. When you encounter this condition your log reader generally gives
the message initializing before goign to the suspect method.

The underlying problem is that your replication topology has choked on this
large amount of data. I'd consider beefing up the amount of hardware you
have as replication can handle such large bulk inserts.

You might want to try dropping your subscription, and then refreshing, to
clear this condition as well.

[quoted text, click to view]

AddThis Social Bookmark Button