I am getting an error message in my Event viewer of windows server 2008 R2.
"Error Message is: An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. 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. "
when i try to resolve this problem by changing the authorization using the query
"ALTER AUTHORIZATION ON DATABASE::[database name] TO sa;" ........it shows another error message "Msg 15110, Level 16, State 1, Line 1
The proposed new database owner is already a user or aliased in the database.".
After that I tried to drop that user so that I could add that particular user again..result of this experiment was like..."Msg 15008 , Level 16, State 1, procedure sp_dropuser, Line 12 user 'acsyssvc' does not exist in the current database. "