Network Management
There was an error retrieving data from SolarWinds Information Service in the SolarWinds Platform Web Console
This articles provides resolution for an issue when opening any objects on the SolarWinds Platform Web Console, the following error appears: There was an error retrieving data from SolarWinds Information Service
First published date
Last published date
Overview
When opening any objects, such as http://<NPM server IP>:<port>/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:XX, the following error appears:
There was an error retrieving data from SolarWinds Information Service
The following information shows in the Event logs:
Time: 11/04/2015 10:18:08.5040 Server: Microsoft-IIS/8.5 Pipeline: Integrated User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36 Error Instance: 5ff36bea6da84b4d8a874c8152610a79 User: admin URL: http: //npm1:8787/Orion/NetPerfMon/No...NetObject=N:44 Referrer: http: //npm1:8787/Orion/NetPerfMon/No...NetObject=N:44 Message: Error: A query to the SolarWinds Information Service failed. ErrorSite: OrionWeb.InformationServiceProxy.PropagateException ErrorType: SolarWinds.Orion.Web.InformationService.SwisQueryException Stack: at SolarWinds.Orion.Web.InformationService.InformationServiceProxy.PropagateException(Exception e) at SolarWinds.Orion.Web.InformationService.InformationServiceProxy.Query(String query, IDictionary`2 parameters, Boolean useSeparateExecutionContext) at SolarWinds.Orion.Web.InformationService.InformationServiceProxy.Query(String query, IDictionary`2 parameters) at SolarWinds.Netflow.Web.Reporting.SWISHelper.<>c__DisplayClass1.<Query>b__0() at SolarWinds.Netflow.Web.Reporting.SWISHelper.Query(String swql, Dictionary`2 parameters, Func`1 getData) at SolarWinds.Netflow.Web.Reporting.SWISHelper.Query(String swql, Dictionary`2 parameters, IInformationServiceProxy proxy) at SolarWinds.Netflow.Web.Reporting.SWISHelper.Query(String swql, Dictionary`2 parameters) at SolarWinds.Netflow.Web.Reporting.TimePeriodUiDbInfo..ctor(DateTime startTime, DateTime endTime, Boolean trimStartTimeEndTime)
Product section
Cause
The Information Service is corrupted and subscription is not cleared out.
Resolution
Resolution 1
Notes:
- Consult your System Administrator before performing the following procedure.
- Log in as Local Administrator and not as Domain Administrator on the server.
- Disable UAC before performing these steps.
- Save/Backup a copy of the original files to your local drive, in case you need to roll back to a previous later.
- Log in to your SolarWinds Platform server using a Local Administrator account.
- On the SolarWinds Platform server, click Start > All Programs > SolarWinds Platform > SolarWinds Platform Service Manager to access your SolarWinds Platform Service Manager.
- Click Shutdown Everything to stop all services.
- Open CMD, and run the command iisreset /stop.
- Go to the following locations and delete the folder inside 'root' folder:
- C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root
- C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root
- C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root
- Click Start > All Programs > SolarWindsOrion > Advanced Features > Database Manager. Once there, follow the following steps:
- Click Add Default server.
- Expand your SQL server and locate your SolarWinds database.
- Right-click your SolarWinds database and then select New Query.
- On the right field, paste the following:
-- 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 [PendingNotifications] DELETE FROM [SubscriptionTags] DELETE FROM [Subscriptions]
- Note: This clears out all the temporary data from the Subscriptions table.
- Go to C:\ProgramData\SolarWinds\Installers
- Right-click InformationService.msi and then click Repair.
- Open CMD, and run the command iisreset /start
- Go to Start > SolarWinds Platform > SolarWinds Platform Service Manager, and then click Start Everything.