I'm trying to create a new Oracle publisher but I always get the following error. I already dropped the old publisher using exec
sp_dropdistpublisher @publisher='old'
. (However, the dropping get errors now (http://social.msdn.microsoft.com/Forums/en-US/home?forum=sqlreplication)).
TITLE: Distributor Properties
An error occurred applying the changes to the Distributor.
ADDITIONAL INFORMATION:
SQL Server could not enable 'newpub' as a Publisher. (Microsoft.SqlServer.ConnectionInfo)
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
The Oracle server [newpub] is already defined as the Publisher [old] on the Distributor [MyServer].[distribution]. Drop the Publisher or drop the public synonym [MSSQLSERVERDISTRIBUTOR]. Changed database context to 'master'. (Microsoft SQL Server, Error: 21646)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=10.00.4000&EvtSrc=MSSQLServer&EvtID=21646&LinkId=20476