Network Management

Active session report for Cisco ASA stop working after upgrading to 2025.4.1

This article describes the workaround for the active session polling for Cisco ASA device

First published date

1/8/2026 9:48 AM

Last published date

1/9/2026 9:44 PM

Overview


The charts on PerfStack and other widgets show data that ends 2-3 days in the past even though in the database we have good current data. It looks like we should be mapping the Orion.ASA.RemoteAccessDetail SWIS object to the ASA_RemotAccess_CS view instead to get the proper data to show up on the web console.

Actual Result: ASA Remote Session data within Perfstack and other widgets is not showing current data, it shows data "stopped" 2-3 days in the past, after upgrading to 2025.4.

Eexpected Result: ASA Remote Session data within Perfstack and other widgets should show current actual data.

Product section

Network Performance Monitor

Cause

The Orion.ASA.RemoteAccessDetail SWIS object is still referencing the ASA_RemoteAccess_CS_Detail_hist table ONLY.

Resolution

 This issue is addressed in SolarWinds Platform 2026.1, available now as a release candidate. This fix will continue to be validated during this phase before general availability. Consider upgrading your environment. If you can't upgrade, change the SWIS schema file manually to address this issue as a workaround.

WORKAROUND:


1. Backup file C:\Program Files\SolarWinds\Orion\SchemasVPN.RemoteAccess.Schema.Local.xml.
2. Open it and change
<storage name="dbo.ASA_RemoteAccess_Detail" type="table" provider="Orion" tableName="dbo.ASA_RemoteAccess_CS_Detail_hist">

TO

<storage name="dbo.ASA_RemoteAccess_Detail" type="view" provider="Orion" tableName="dbo.ASA_RemoteAccess_CS">

And change
<storage name="dbo.ASA_RemoteAccessSession_Detail" type="table" provider="Orion" tableName="dbo.ASA_RemoteAccessSession_CS_Detail_hist">

TO

<storage name="dbo.ASA_RemoteAccessSession_Detail" type="view" provider="Orion" tableName="dbo.ASA_RemoteAccessSession_CS">

3. Save the file.

4. Restart the Solarwinds Information Service in Solarwinds Platform Service Manager.