Additional SQL Server features and topics not covered by specific categories
Hi @mkea ,
>SQL Server could not enable 'SERVERNAME\DBNAME' as a Publisher. (Microsoft.SqlServer.Rmo)
>Object was not found on server. Check if this object exists on the server. (Microsoft.SqlServer.Rmo)
Did you using Replication Management Objects (RMO) to configure replication publication? According to your error message, please verify that the database exists.
Please check if you miss some steps follow the MS document Create a Publication.
If the response is helpful, please click "Accept Answer" and upvote it, thank you.