Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Transactional Replication (with Update) problem

0 views
Skip to first unread message

KC

unread,
Nov 15, 2009, 10:29:01 PM11/15/09
to
Hi,

I wanna to work on my project with Transactional (with Update) Replication
in distribute offices, it works fine. But I found if the Publisher (same
Mechine I use as Distributer) is shut down, or the network connection
between Subscriber is disconnected, I can not processing any data update(or
delete) in my Subscriber SQL Server.

Error message like: (Named Pipes Provider: Could not open a connection to
SQL Server ), (Msg id 10054), (Msg id 65535, SQL Server Network Interfaces:
Error Locating Server/Instance Specified) ..... etc

Is there any way to fix this case, so I can use my Subscriber SQL Server in
"offline", disconnected mode?

Thx


Paul Ibison

unread,
Nov 21, 2009, 10:43:49 AM11/21/09
to
Yes - use a queued updating subscriber with a frequent schedule of the queue
reader agent. That way the subscriber doesn't depend on distributed
transactions with the publisher.
HTH,
Paul Ibison

0 new messages