Network Management
Report Writer error in the Orion Web Console
This article addresses an issues that generates are Report Writer error in the Orion Web Console. Error: System.ApplicationException: Field not specified or invalid at SolarWinds.Orion.Web.Reporting.C1QueryWrapper.BuildSQL() at SolarWinds.Orion.Web.Reporting.OrionReport.BuildQuery(StringoederBy, String Grouping, String filter) at SolarWinds.Orion.Web.Reporting.Reportrunner.WorkerProc(object state)
First published date
Last published date
Overview
System.ApplicationException: Field not specified or invalid at SolarWinds.Orion.Web.Reporting.C1QueryWrapper.BuildSQL() at SolarWinds.Orion.Web.Reporting.OrionReport.BuildQuery(StringoederBy, String Grouping, String filter) at SolarWinds.Orion.Web.Reporting.Reportrunner.WorkerProc(object state)
Product section
Cause
- The report includes an older field (such as Vendor) without a space.
- Schema may have been corrupted.
Resolution
Resolution #1:
- Remove and replace the old field.
- Re-create the report.
Resolution #2:
- Log on to the SolarWinds server.
- Go to SolarWinds installation folder. By default it is on C:\Program Files (x86)\SolarWinds\Orion
- On the search box, apply this search *Report*.schema
- This should show around 13 files or less.
- Rename all of them with appending suffix '.backup' so OrionReportWriter.schema turns into OrionReportWriter.schema.backup
- Run the Report Writer application again.
- It will show a wizard window, just let it finish. When Configuration Wizard starts automatically, just click Cancel as the schemas have been rebuilt.
- Check the report again.