NetOps Operational Reports for Availability show negative percentages (e.g., -200%) instead of the expected 0-100% range. This occurs specifically when viewing reports in the NetOps Portal that pull data from the Spectrum Report Manager (SRM).
Availability reports generated in the Portal contain negative values. This often follows a scenario where connectivity issues were recently resolved, but data remains incorrect.
This is caused by a product defect (DE194816). When Spectrum Security is disabled and multiple users exist in the database, the SRM RIB Service query planner incorrectly multiplies outages by the number of users. This results in a total downtime sum that exceeds the actual reporting period, driving the availability calculation into negative values.
This issue is confirmed as a product defect.
Users are encouraged to subscribe to this article to be updated on the fix status: .
To verify if this specific defect is impacting your environment, run the following query in the Spectrum MySQL reporting database: SELECT COUNT(distinct vssal.user_name) as Usernames, COUNT(distinct vssal.security_string) as S_Strings FROM v_security_string_accessibility_by_landscape vssal; If Usernames is significantly higher than S_Strings, the environment is susceptible to this defect.