This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Database Details page "Unexpected Website Error" after upgrade from NPM 12.3 to 12.4

After we upgrade Orion from NPM12.3 to 12.4, the database details page starts to appear like this,

pastedImage_0.png

A quick research suggested that the page requires accessing to table sys.master but failed due to permission issue. We then grant permissions using

      GRANT VIEW ANY DEFINITION TO [Solarwinds_user_name]

It solves the Website Error problem, and the page can be accessed as normal.

My question is,

Is there any risk associated to such database permission change? and

Why NPM12.4 requires further DB permission in compare to older versions?