This forum has provided us with information about the "&DataFormat=XLS" and "&DataFormat=CSV" suffixes to report URLs. They enable us to produce reports in an output format without us needing to resort to the explicit export functions on the report screen.
I have been using both the XLS and CSV outputs for the Discovered Links reports (within the Topology reporting section).
The XLS format works - the CSV format appears to work by populates the file with the following:
System.Data.DuplicateNameException: A column named 'IP Address' already belongs to this DataTable.
at System.Data.DataColumnCollection.RegisterColumnName(String name DataColumn column DataTable table)
at System.Data.DataColumnCollection.BaseAdd(DataColumn column)
at System.Data.DataColumnCollection.AddAt(Int32 index DataColumn column)
at SolarWinds.Orion.Web.Reporting.OrionReportCsvFormatter.GetReport()
at SolarWinds.Orion.Web.Reporting.ReportRunner.WorkerProc()
Other CSV output works (e.g. Groups report, Hardware Report) but that is because they dont contain two fields with the same name.
Does anyone have a solution?
Thanks
Geoff