Permission to access the msdb database is required for this feature to work correctly

Answered Permission to access the msdb database is required for this feature to work correctly

  • Sunday, February 10, 2013 3:22 PM
     
     

    I am using SQL Server 2012. It was running ok for a while, but today I prompt with

    Cannot display policy health state at the server level, because the user doesn’t have permission. Permission to access the msdb database is required for this feature to work correctly.

    I looked all over internet but unable to resolve the issue.

    Any help will be very much appreciated.


    Agha Khan

All Replies

  • Monday, February 11, 2013 2:16 AM
     
     Answered

    Hi there,

    If it was working earlier and not working now with out changing any thing. I suspect your msdb may be corrupted.

    run this command. open a new query window

    dbcc checkdb('msdb')

    if you have errors restore it from a back up or repair it.

    thanks

    kumar

    • Marked As Answer by Agha Monday, February 11, 2013 6:12 AM
    •