Configuration wizard fails with error after upgrading to 2026.1.1. after giving Database listener active server IP instead of listener name issue resolved . But we have HA enabled, so giving IP won't invoke HA. Any resolution?
This is a known issue. With limited details provided I would start with the two articles.
Configuration wizard fails with "SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified" causing Certificate Management Service (CMS) not starting
Main Poller and Scalability Engines are Down After Upgrade to SolarWinds Platform 2026.1 due to gRPC Error Calling Feature Service on Port 17734
I have had success copying the certificates and updating the registry before running.
The known workaround for this is to set the registry setting to 0 - disabled, or copy Solarwinds CA into Trusted Root Certification Authorities and SolarWinds SCA into Intermediate Certification Authorities. Do not copy/move anything else.
Disable SendTrustedIssuerList
The registry setting HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\SendTrustedIssuerList set to enabled is blocking the client certificate on the TLS level.
The CertificateManagementService uses two levels of authentication, on the TLS level it allows any certificate and on the second level, it looks into the custom trusted certificate store and validates the chain and validity of the client certificate. But with the registry SendTrustedIssuerList set to enabled, it will block the client certificate on the first level as we don’t have root certificates in the trusted store location, but in the LOCAL/MY location. So on the second level of authentication, it will appear as if no client certificate was found.
PALO-ALG - Logging.xmlPalo Alto Networks ALG Security Technical Implementation Guide :: Version 2, Release: 3 Benchmark Date: 27 Oct 2022
Alert Cleared.htmlHello, I would like to share the HTML template details we have prepared so that Solarwinds alarms can become more meaningful. It can list alarm object details and connected device details separately in HTML template. Except for object and device details, you can easily add custom property information…
Cisco ASR Devices.pollerCisco ASR Devices
SWQL is built on the framework of SQL and as such supports most of the standard clauses as part of a query. A very simple example query is: SELECT Caption, IPAddress, Vendor, ResponseTime FROM Orion.Nodes Dissecting this query is relatively straightforward: show some fields (Caption, IP address, Vendor, and Response Time)…