Network Management
Unable to open NTA Web Pages due to error after dismissing the Notification Bar for NTA in the SolarWinds Platform 2025.1 Web Console
After upgrading to SolarWinds Platform 2025.1, the NTA pages will display a notification related to SQL Express. Once this notification is dismissed, the web page will produce an error message of "Unexpected character encountered while parsing value: &. Path '',. line 1, position 2." or "Unexpected character encountered while parsing value: &. Path '', line 1, position 2."
First published date
Last published date
Overview
You can dismiss the notification bar seen in NTA pages as seen below:
Once the banner is dismissed and the page is refreshed, a website error will appear on all NTA pages with the following message:
Unexpected character encountered while parsing value: &. Path '',. line 1, position 2.
This issue only affects the user whose notification was dismissed before or after the upgrade. Users who haven't dismissed any notification bar will not be affected and will still have access to all NTA Flow pages.
Product section
Cause
The issue is caused by the changes related to HTML sanitation in SolarWinds Platform 2025.1.
Resolution
To resolve this problem, please upgrade to SolarWinds Platform 2025.2 and above.
As a workaround, you may remove the NotificationBar dismissal from the WebUser Settings using SQL Server Management Studio or SolarWinds Database Manager.
- Connect to the SolarWinds Server.
- Open Database Manager from the SolarWinds Platform of the Start menu.
- Select Add Orion server
- Expand the SQL server and SolarWinds Database in bold.
- Right-click the database
- Select New query. A query window appears on the right.
- Paste the below into the query window and select Execute query:
-- Scripts are not supported under any SolarWinds support program or service.
-- Scripts are provided AS IS without warranty of any kind. SolarWinds further
-- disclaims all warranties including, without limitation, any implied warranties
-- of merchantability or of fitness for a particular purpose. The risk arising
-- out of the use or performance of the scripts and documentation stays with you.
-- In no event shall SolarWinds or anyone else involved in the creation,
-- production, or delivery of the scripts be liable for any damages whatsoever
-- (including, without limitation, damages for loss of business profits, business
-- interruption, loss of business information, or other pecuniary loss) arising
-- out of the use of or inability to use the scripts or documentation.
DELETE FROM WebUserSettings WHERE SettingName = 'TrafficAnalysis_DismissedNofications'
Once the settings are removed from the database, the users who had it saved can now access/view the NTA Summary pages.
To prevent the issue from reoccurring, do not dismiss the notification bar on any NTA page until a permanent fix is implemented.