Network Management
Network Wide Charts are blank in SolarWinds Platform 2024.2 to 2025.2
Custom Network Wide Chart and Network Wide Average Response Time missing after NPM update
First published date
Last published date
Overview
Since SolarWinds Platform 2024.2 to 2025.2, classic interface charts are broken:
/Orion/NPM/Resources/SummaryCharts/CustomNetworkChart.ascx
/Orion/NPM/Resources/SummaryCharts/NetworkFRAvgUtil.ascx
/Orion/NPM/Resources/SummaryCharts/NetworkTotalBytes.ascx
/Orion/NPM/Resources/SummaryCharts/NetworkAvgUtill.ascx
Getting this error on the Orionweb.log:
ERROR ASP.global_asax - (null) Application_Error: Inner exception System.Data.SqlClient.SqlException (0x80131904): Explicit conversion from data type datetime2 to float is not allowed.
Product section
Resolution
The issue is resolved in SolarWinds Platform 2025.4. Consider upgrading your environment. If you cannot upgrade, use the workaround below.
- Go to and open 'C:\Program Files\SolarWinds\Orion\NetPerfMon.Charts' using Notepad or NotePad++
- Replace
Cast(DateTime as Float)
with
Cast(Cast(DateTime as DateTime) as float)
3. Do step 2 for 'C:\Program Files\SolarWinds\Orion\NPM-NetPerfMon.Charts' as well
4. Restart Orion services
Note: The Program Files path may differ from the customer's environment.