Here is the message when I try to create a merge replication.
---
You cannot create a merge publication in database 'XXX'. The database contains one or more merge subscriptions that are anonymous or that use the priority of the Publisher when resolving conflicts.
The create a merge publiction in this database, drop the existing merge subscriptions, create the public, and then recreate the subscriptions.
---
In my case, the merge subscription can't be dropped. I just want to create another publisher in the same server to publish the data to another server. What to do to create a merge publication with existing merge subscription.
Anyone can tell.