Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Merge Replication

Author  Topic 

lgodinez
Starting Member

1 Post

Posted - 2008-01-24 : 11:31:22
I have Computers A, B

A - Publisher (Merge)
B - Subscriber (push)

Accidentally, A is destroyed. I tried to create B as new publisher
but I receive the following error


" you cannot create a merge publication in database 'DBNAME'. The database contains
one or more merge subscriptions that are
anonymous or that use the priority of
the Publisher when resolving conflicts...."


Is there a way to remove that restriction without having to restore Computer A

Thank you,

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-01-24 : 23:32:05
Try remove replication first then reconfigure it.
Go to Top of Page
   

- Advertisement -