How to turn off suppressed Views for everyone at once
search cancel

How to turn off suppressed Views for everyone at once

book

Article ID: 13525

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management

Issue/Introduction



How do I turn off suppressed views for all users in NetOps Portal?

Environment

Any version of NetOps Portal

Resolution

You can run the following query against the netqosportal on NetOps Portal:

  • update user_definitions set SuppressViews='N'; 

This will turn off suppressed views for all users

The full steps would be

  1. Open a linux shell to NetOps Portal
  2. mysql netqosportal
  3. update user_definitions set SuppressViews='N'; 
  4. Log out of the CAPC UI, then back in again.  All views should now be exposed  in the UI for everyone

Additional Information

When view suppression is enabled it should hide views that do not apply for the datasources you have added.  The downside of this procedure is it may result in views being exposed that do not necessarily have data