all groups > sql server replication > august 2006 >
You're in the

sql server replication

group:

updating subscriber error for transaction replication


Re: updating subscriber error for transaction replication Hilary Cotter
8/7/2006 12:00:00 AM
sql server replication:
Can you check to see if the Subscription really has been dropped?

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

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]

updating subscriber error for transaction replication bchu
8/7/2006 3:44:01 AM
Dear all,

Currently I am working on a immediate updating subscriber for transaction
replication. After solving the MSDTC issue, I got an error "Could not change
the publisher because the subscription has been dropped. Use
sp_subscription_cleanup to clean up the triggers". After reading a previous
post, I make sure the two tables are having the same collations. But the
error still exist. What could be the problem?
Thank you!

CREATE TABLE [Supervisory] (
[Member] [varchar] (50) COLLATE Chinese_Taiwan_Stroke_CI_AS NOT NULL ,
[Supervisor] [varchar] (50) COLLATE Chinese_Taiwan_Stroke_CI_AS NULL ,
[Activate] [bit] NOT NULL ,
[msrepl_tran_version] [uniqueidentifier] NOT NULL CONSTRAINT
[DF__Superviso__msrep__17036CC0] DEFAULT (newid()),
CONSTRAINT [PK_Supervisory] PRIMARY KEY CLUSTERED
(
[Member]
) ON [PRIMARY]
) ON [PRIMARY]
GO

CREATE TABLE [Supervisory] (
[Member] [varchar] (50) COLLATE Chinese_Taiwan_Stroke_CI_AS NOT NULL ,
[Supervisor] [varchar] (50) COLLATE Chinese_Taiwan_Stroke_CI_AS NULL ,
[Activate] [bit] NOT NULL ,
[msrepl_tran_version] [uniqueidentifier] NOT NULL CONSTRAINT
[DF__Superviso__msrep__17036CC0] DEFAULT (newid()),
CONSTRAINT [PK_Supervisory] PRIMARY KEY CLUSTERED
(
[Member]
) ON [PRIMARY]
) ON [PRIMARY]
GO

Re: updating subscriber error for transaction replication bchu
8/7/2006 6:44:02 PM
Hilary Cotter, Thanks!

Actually the subscription is still there. I have re-created the replication,
but the problem exists. Also I have take care of system clocks. They are
almost identical, only 10 seconds' difference.

What could be the problem? Thank you!

[quoted text, click to view]
Re: updating subscriber error for transaction replication bchu
8/9/2006 12:14:01 AM
Can anyone provide insightful suggestion? Thanks in advance!

bchu

[quoted text, click to view]
AddThis Social Bookmark Button