Confirm the user_definitions tables are not in sync with each other to validate that is the cause.
As root or sudo root user that owns the CAPC installation go to (default install path):
/opt/CA/MySql/bin
Run the following to enter the mysql prompt:
./mysql -uroot -pnetqos
Run the following two queries:
- select UserID, Name from em.user_definitions;
- select UserID, Name from netqosportal.user_definitions;
If the user unable to see all Notifications is not listed in both DB tables, a full synchronization of the Event Manager Data Source should update the DB tables and resolve the problem. To take that step:
- Go to Adminstration->Data Sources to bring up the Manage Data Sources page in the CA Performance Center web UI.
- Select the Event Manager Data Source
- Select the Resync button.
- Check the box for "Perform a Full Resynchronization"
- Select the Resync button.
Wait 20-30 minutes for the synchronization to have time to complete before checking the results.