When trying to setup SQL replication we're seeing this error? How do we go about fixing it?
===================================
SQL Server could not enable 'SERVERNAME\DBNAME' as a Publisher. (Microsoft.SqlServer.Rmo)
Program Location:
at Microsoft.SqlServer.Management.UI.ReplicationSqlConnection.EnablePublisher(Publisher publisher, Boolean bScripting)
at Microsoft.SqlServer.Management.UI.ConfigureDistributionWizard.InstallDistributor(Boolean& anyExceptions, Boolean bScripting, ApplicationException& outerEx, StringBuilder command)
===================================
Object was not found on server. Check if this object exists on the server. (Microsoft.SqlServer.Rmo)
Program Location:
at Microsoft.SqlServer.Replication.ReplicationObject.CommonCreate()
at Microsoft.SqlServer.Management.UI.ReplicationSqlConnection.EnablePublisher(Publisher publisher, Boolean bScripting)