Groups | Blog | Home
all groups > sql server replication > february 2006 >

sql server replication : Merge Subscription Notifications


TCorp
2/6/2006 4:09:15 PM
The application error log on my SQL Server 2005 is full of error messages
from my push subscriptions not being able to connect when they are off the
network.

I have a SQL Server 2005 publisher to several MSDE merge push subscribers.
Many subscribers are laptops which go off the network for periods during the
day or overnight. I am getting the following message litting my Server's
application log:

Replication-Replication Merge Subsystem: agent <AgentName> failed. The
process could not connect to Subscriber '<MSDESubscriberServerName>'.


I tried unchecking the "Write to Windows application event log" setting for
the job, but it didn't seem to make any difference (would I need to
reinitialize the subscription?).

TIA,
-Ted.

gopal
2/6/2006 4:49:28 PM
Unchecking the option should have prevented anymore messages from going to
the event log, try restarting the sql server agent. You do not have to reinit
for this to take effect

[quoted text, click to view]
Hilary Cotter
2/7/2006 5:05:52 AM
In a case like this you should be using pull subscriptions and use Windows
Synchronization Manager to manage the pull. With WSM you can configure it to
pull when it senses a network connection.

--
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]

TCorp
2/7/2006 9:17:44 AM
Thanks Gopal and Hilary. I will try both suggestions.

I knew that WSM was an option, but I haven't investigated it. Is there a
way to centrally manage all the WSMs? The fact that I can centrally manage
the push subscriptions is the reason I was using them.

Thanks again,
Ted.

[quoted text, click to view]

Hilary Cotter
2/7/2006 1:50:53 PM
this should help

http://support.microsoft.com/kb/292442/en-us

--
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]

TCorp
2/8/2006 8:46:06 AM
Thanks.

[quoted text, click to view]

AddThis Social Bookmark Button