Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Replication / October 2005

Tip: Looking for answers? Try searching our database.

Replication issue- data changes not seen at subscriber

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
subbu - 31 Oct 2005 16:59 GMT
Hi,

I have very simple one way transactional replication. There are multiple
publications. Every publication has multiple articles. All data in tables
have been published without a filter condition. Recently i have been getting
compalints about data sync. Changes appliad at publisher are not being
propated to subscriber. I verified agents log reader and distributor are
running fine, no error msgs. I manually updated one table in a publication
where i ususally encounter problems, but the change have not been propagated
to subsciber. It is working fine for other table updates. All publications
are from same database. and they go to same destination db.

Can someone pass me, how to troubleshoot to find out where is the problem?.
I reinitialized it , but not no use, didn't work.

Thanks,
Subbu.
rafameza - 31 Oct 2005 21:17 GMT
Hi,
A way to confirm in transactional replication that sql server is not
replicating a specific table of a publication (among other things) is to
verify that when a transaction is made at the publisher the corresponding
store procedure is executed at the subscriber, that is:

spMS_upd_yourtablename
spMS_ins_yourtablename
spMS_del_yourtablename

You can modify this stored procedures (after a backup, to be able to reverse
the procedure after troubleshooting) to include some code that will led you
to determine if the present stored procedure is being executed and if the
intended result is achieved.
If you come to the conclusion that sql is not replicating the table, it’s
advisable that you apply the latest service pack (all severs) and re create
de publications and subscriptions.

Regards,
Rafael Meza

"subbu" escribió:

> Hi,
>
[quoted text clipped - 13 lines]
> Thanks,
> Subbu.
subbu - 31 Oct 2005 22:26 GMT
Hi,

Thanks for the response.

As per my understanding, logreader will make entry into repl_commands table
in distributor db  as soon as there is a change on published data. Then
distributor will pickup the cmds from this table to apply on subscribers.
From the moment i made some changes to the published table,  i watched
repl_commands table in distributor to see the transaction, it never got into
the (repl_commands) table.

My question is why logreader agent is not picking up the changes i made.

Is there a way to troubleshoot or reset secondary log truncation mark
without droping and recreating replication.

Thanks,
Subbu.

whether they have been read by logreader agent.  there are no entries
> Hi,
> A way to confirm in transactional replication that sql server is not
[quoted text clipped - 36 lines]
> > Thanks,
> > Subbu.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.