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

12/3/2020 1:12 AM

Last published date

10/21/2025 7:44 PM

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

image (2).png
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

Network Performance Monitor

Resolution

The issue is resolved in SolarWinds Platform 2025.4. Consider upgrading your environment. If you cannot upgrade, use the workaround below.

  1. Go to and open 'C:\Program Files\SolarWinds\Orion\NetPerfMon.Charts' using Notepad or NotePad++
  2. 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.