Quantcast
Channel: THWACK: Unanswered Discussions - Network Performance Monitor
Viewing all articles
Browse latest Browse all 11013

Issue with Report Not Updating

$
0
0

I have a report that we use to see up and down times that was written in report writer. The issue I have is that it will stop updating the information into the report. If I manually run the SQL query I get the blank entries as well. Once I restart the server then it starts working again. Anyone have any ideas why this happens?

 

The query is:

 

SELECT

    StartTime.EventTime,

          (SELECT TOP 1

           EventTime

           FROM Events AS Endtime WHERE EndTime.EventType = 52 AND (Endtime.EventTime > StartTime.EventTime)),

       Nodes.Caption,

       Nodes.NodeID

 

 

FROM Events StartTime INNER JOIN Nodes ON StartTime.NetworkNode = Nodes.NodeID

WHERE (StartTime.EventType = 1) AND (StartTime.NetObjectType = 'N') AND

eventtime between dateadd(day, -7, getdate()) and getdate()

ORDER BY EventTime DESC, Nodes.Caption ASC


Viewing all articles
Browse latest Browse all 11013

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>