Groups | Blog | Home
all groups > sql server replication > may 2005 >

sql server replication : Publisher and Distribution DB show do not sync on which articles they think are marked for replication.


combfilter
5/13/2005 1:01:26 PM
Shouldn't he publisher and the distribution db have the same tables
marked for replication in both.

On the publisher I run the following query to find out what is being
replicated.

use dce01
select * from sysobjects where replinfo <>0
the results are as follows:

Areas
Category
CategoryItem
Comp
DayPart
DayPartJobGroup
dpvHstComp
dpvHstDeposit
dpvHstGndVoid
dpvHstItemSales
dpvHstLaborTotals
dpvHstPromotion
dpvHstSalesByInterval
dpvHstSalesSummary
dpvHstSalesTotals
dpvHstShift
dpvHstTender
EmployeeByStore
gblStore
Item
Promotion
Region
HstInventoryActivity <--- doesn't show up on dist. db
HstPhysicalCountReporting <--- doesnt' show up on dist. db.

I run this on dist. db.
Select * from dbo.MSarticles where publisher_db = 'dce01'
and here are the results from that. (missing 2 tables)
Areas
Category
CategoryItem
Comp
DayPart
DayPartJobGroup
dpvHstComp
dpvHstDeposit
dpvHstGndVoid
dpvHstItemSales
dpvHstLaborTotals
dpvHstPromotion
dpvHstSalesByInterval
dpvHstSalesSummary
dpvHstSalesTotals
dpvHstShift
dpvHstTender
EmployeeByStore
gblStore
Item
Promotion
Region
missing ----->(HstInventoryActivity)
missing ----->(HstPhysicalCountReporting)


The subscriber is saying those two tables were being replicated and all
the sudden stopped.

I have ran a dbcc updateusage on the publisher with no luck. I even
looked at the properties of every publication for this subscriber to see
if i could find out what publication those tables were part of. No
luck. I think the publisher is confused on what is actully being
replicated.

Any help would be appreciated.

Thanks
-comb
Hilary Cotter
5/13/2005 10:16:21 PM
are HstInventoryActivity and HstPhysicalCountReporting in sysarticles in the
publication database?

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

combfilter
5/16/2005 10:11:42 AM
In article <OqRFyrCWFHA.1508@tk2msftngp13.phx.gbl>,
hilary.cotter@gmail.com says...
[quoted text, click to view]
No they are not.

Hilary Cotter
5/18/2005 5:04:58 AM
It doesn't sound like they are been replicated then. Do they show up in the
publications?

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

combfilter
5/18/2005 4:18:10 PM
In article <eDS$si4WFHA.3884@TK2MSFTNGP10.phx.gbl>,
hilary.cotter@gmail.com says...
[quoted text, click to view]
no they don't. Basically I ran a sp_replflush and then went back and
added those publications. Not sure why they were still showing up in
the dist. db. the cleanup agents had been running fine.

Weird freak thing i guess.

thanks,
AddThis Social Bookmark Button