RE: Subscriber cannot "see" Publisher - and it's going to stay that wa
- From: changliw@xxxxxxxxxxxxxxxxxxxx (Charles Wang[MSFT])
- Date: Fri, 10 Nov 2006 08:36:04 GMT
Hi Nexdeveloper,
Thanks for using Microsoft Online Managed Newsgroup.
From your discritpion, I understand that:You had a transactional replication, however you found that the distributer
could access both the publisher and the subscriber though they coud not
directly access each other. I guess you think that in transactional
replication the distributer should only see the subscriber so that the
communication line can keep single direction.
If I have misunderstood, please let me know.
Transactional replication is implemented by the SQL Server Snapshot Agent,
Log Reader Agent, and Distribution Agent. The SQL Server Snapshot Agent is
located in the publisher; while the Log Reader Agent and Distribution Agent
are located in the distributor.
The Log Reader Agent monitors the transaction log of each database
configured for transactional replication and copies the transactions marked
for replication from the transaction log into the distribution database,
which acts as a reliable store-and-forward queue. The Distribution Agent
copies the initial snapshot files from the snapshot folder and the
transactions held in the distribution database tables to Subscribers.
As you can see, the Log Reader Agent needs to access transaction logs in
the publisher; the Distribution Agent is responsible for copying the
snapshot files and transactions to subscribers. So the distributor should
see both the publisher and the subscriber. However, in this case, the
publisher does not make any try to access the subscriber, which is only a
task of the distributor.
For more information, you can refer to:
How Transactional Replication Works
http://msdn2.microsoft.com/en-us/library/ms151706.aspx
Hope this helpful.
Please feel free to let me know if you have any other questions or
concerns. Have a great day!
Charles Wang
Microsoft Online Community Support
======================================================
When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
.
- Prev by Date: Merge Replication using ip address to distributor/publisher
- Next by Date: Re: Sync shema independently of data????
- Previous by thread: Re: Subscriber cannot "see" Publisher - and it's going to stay that wa
- Next by thread: Re: Subscriber cannot "see" Publisher - and it's going to stay that wa
- Index(es):
Relevant Pages
|
Loading