x
login about faq Site discussion (meta-askssc)

Error while monitoring Replication

Error messages:

The process could not execute 'sp_replcmds' on 'WINTESTSQL2'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20011)
Get help: http://help/MSSQL_REPL20011
Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated, or you do not have permission. (Source: MSSQLServer, Error number: 15517)
Get help: http://help/15517
The process could not execute 'sp_replcmds' on 'WINTESTSQL2'. (Source: MSSQL_REPL, Error number: MSSQL_REPL22037)
Get help: http://help/MSSQL\_REPL22037

more ▼

asked Jul 31 '12 at 09:12 PM in Default

Chitrarekha gravatar image

Chitrarekha
140 4 21 38

(comments are locked)
10|1200 characters needed characters left

1 answer: sort oldest

Is replication working normally?

I would check to see if all the database have valid owners on WINTESTSQL2 and I guess WINTESTSQL1

select name ,suser_sname(owner_sid) from sys.databases

If any of your DBs have NULL then you will need to resolve this first. See here

ALTER AUTHORIZATION ON DATABASE:: WINTESTSQL2 TO [sa]
more ▼

answered Aug 01 '12 at 07:41 AM

sp_lock gravatar image

sp_lock
8.1k 20 26 29

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x237

asked: Jul 31 '12 at 09:12 PM

Seen: 295 times

Last Updated: Aug 01 '12 at 08:06 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.