On a server with 4 merge publications I'm getting errors from a Log Reader Agent.
From documentations it seems to me that Log Reader Agent must be present only if there are some transactional publication, so I think that errors depends on this.
Probably the Log Reader Agent was created some time ago with a transactional publication that no longer exists.
So my question is: can I remove the Log Reader Agent?
To remove it can I simply remove the associated job?
The error are all like this:
The process could not execute 'sp_repldone/sp_replcounters' on 'GEREONTK'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20011)
Get help: http://help/MSSQL_REPL20011
Unable to execute procedure. The database is not published. Execute the procedure in a database that is published for replication. (Source: MSSQLServer, Error number: 18757)
Get help: http://help/18757
The process could not set the last distributed transaction. (Source: MSSQL_REPL, Error number: MSSQL_REPL22017)
Get help: http://help/MSSQL_REPL22017
Thanks,
Roberto