I have a SQL Server 2005 db that serves as a backend to Office Communication system. This tool was unable to read from the backend db and the error it gave is: failed to execute registration stored procedure
I set up a trace in profiler and see the following issue:
the server principal (office communicator login) is not able to access msdb under the current security context.
how can I resolve this?