all groups > sql server replication > july 2005 >
You're in the

sql server replication

group:

Replication problems after SP4 upgrade


Replication problems after SP4 upgrade Dave Wall
7/27/2005 3:41:08 AM
sql server replication:
Hi,

We're experiencing a problem with transaction replication on SP4.

The snapshot is taken without any problems and applies, however, when it
comes to processing the additional transactions which have taken place since
the snaphot, the process starts processing in parrallel and blocks itself.
The process eventually fails and rollbacks.

This used to work fine on SP3a, but not any more... anyone any ideas?

Thanks in advance
Dave

--
Re: Replication problems after SP4 upgrade Hilary Cotter
7/27/2005 7:25:06 AM
what do you mean by processing in parallel? Can you log the output to a text
file and post it here.

Follow these step on how to enable logging.

http://support.microsoft.com/default.aspx?scid=kb;en-us;312292

--
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
[quoted text, click to view]

RE: Replication problems after SP4 upgrade Raymond Mak [MSFT]
7/27/2005 3:26:01 PM
Hi Dave, it would be great if you can post the [abridged] result of sp_who2
on the distributor\subscriber (or wherever the blocking occurs) as well.
Thanks.

-Raymond

[quoted text, click to view]
RE: Replication problems after SP4 upgrade Dave Wall
7/28/2005 2:35:02 AM
Hi Raymond,

Got the thing sorted last night. Two things helped. The first was to
increase the minimum query plan threshold for considering paralell execution.
Secondly - we found that our networks team hadn't set the server up with PAE
extensions and so SQL wasn't using all the memory i'd assigned it. Once
these two were changed - replication went through first time.

Looks like a similar problem we had with a another server (see another post)
were processes were blocking themselves. Without the additional memory, IO
went through the roof and the spids started blocking themselves (whilst
waiting for IO)

Sorted the memory, and alls well now.

Thanks
Dave
--
Dave Wall


[quoted text, click to view]
Re: Replication problems after SP4 upgrade Mark
7/28/2005 7:20:32 AM
Dave,
Am curious which server needed the extra memory. Was it pub, sub, or
dist?
Thanks
Mark Andersen
AddThis Social Bookmark Button