Hi,
i have another question.....
Since i upgraded to 9.5 my Node uptime report does not seem to work anymore....
SELECT Nodes.Site_code,VendorIcon,Caption,Ip_Address,
DateDiff(hour,Nodes.LastBoot,GetDate()) AS HoursUp
FROM Nodes
WHERE DateDiff(hour,Nodes.LastBoot,GetDate()) < '24'
ORDER BY 1,5 ASC
In the reportmaker under preview looks good but when i save it i get the following message:
"Detected usage of a Macro which links to a nonexistent field in the report. Therefore WebURL, which usages this macro, will not be generated correctly. Missing Fields: NodeID"
The report shown in the webconsole is giving the following error:
System.ArgumentNullException: Value cannot be null. Parameter name: s at System.IO.StringReader..ctor(String s) at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options) at System.Xml.Linq.XDocument.Parse(String text) at SolarWinds.Orion.Web.Reporting.OrionReport.ApplyLayoutGroupingSort(String grouping, String& sort) at SolarWinds.Orion.Web.Reporting.OrionReport.BuildQuery(IC1QueryProxy c1host, String orderBy, String grouping, String filter) at SolarWinds.Orion.Web.Reporting.OrionReport.BuildQuery(String orderBy, String grouping, String filter) at SolarWinds.Orion.Web.Reporting.ReportRunner.WorkerProc()
Anybody any suggestions??