Comments
-
Here is quick example what you can enter into ReportWriter as Advanced SQL. SELECT EventsTime.NetObjectID,N.Caption, DATEDIFF(hh, EventsTime.DownTime, EventsTime.UpTime) AS [Hours], DATEDIFF(mi, EventsTime.DownTime, EventsTime.UpTime) % 60 AS [Minutes] FROM ( SELECT E.NetObjectID,E.EventTime AS DownTime, (SELECT TOP 1…
-
Do you use some Limitation for Nodes on Website? Maybe it can be root cause of this issue.
-
What about try to reinstall .Net framework and IIS server? I belive that it can help. Issue what you describe looks as environment issue.