After successfully installing the NetOps Operational Reports and enabling it in the Performance Management Portal, Operational Reports (such as Asset, Alarm, or Availability reports) fail to display data.
Users may see a "Query failed" message in the Portal UI. The following error is found in the PCService.log on the Performance Management Portal server:
DX NetOps Performance Management: 24.3.x
DX NetOps Spectrum: 24.3.x
The MySQL user account (typically SRM_user) used by the NetOps Report Manager Service to query the reporting database lacks the EXECUTE privilege. This privilege is required to run stored routines and functions (like IS_SECURITY_ENABLED()) used in the reporting queries.
To resolve this issue, grant the necessary permissions to the SRM_user in the MySQL reporting database:
root).SELECT and EXECUTE privileges on the reporting database:systemctl restart srm-rib.service