Comments
-
Hello, - check which additional web engine you were logged in. Then RDP to the server and restart the orion services. - look into clearing cache of the browser if still not resolved.
-
currently we have 30 nodes down but only showing 20 nodes on the report.
-
Does it work with sonus SBC 7000?
-
Hello, normally what table is needed?. thank you
-
Hello, How will I insert this time range on this SQL query? thanks for the help in advance. DECLARE @StartDate DateTime DECLARE @EndDate DateTime SET @StartDate = CAST((ROUND(CAST(GetDate() - 7 AS FLOAT), 0, 1)) as datetime) SET @EndDate = GetDate() SELECT Top 1000 Interfaces.InterfaceId, Nodes.Caption AS NodeName,…
-
Hi Sir, Can you help me to add led status on the hostname and the minutes computed as duration. Like to know the months/days/minutes/seconds. Thank you
-
The query im using is below: ====working but not all node down is showing== SELECT N.StatusLED as Status,N.Caption AS Device,MAX(E.EventTime) AS DownTime, Cast(DateDiff(day,MAX(E.EventTime),getdate()) as varchar) + ' Day(s) ' + convert(char(8),dateadd(second,DateDiff(second,MAX(E.EventTime),getdate()),0),14) as Duration…
-
Its not working on my current version i guess. Im using 11.5.2 -_-
-
Hello, Why is not all down nodes we have is not showing on the report?