Hello,
I have a query in SQL but if I run it with SWIS (/orion/Admin/swis.aspx) I have an error
Server error: Error: A query to the SolarWinds Information Service failed.
RunQuery failed, check fault information.
Source entity [AlertHistoryView] not found in catalog
My query :
SELECT AlertHistoryID, AlertObjects.EntityCaption, Nodes.team, Nodes.Tribe, Nodes.Squad
FROM AlertHistory INNER JOIN AlertObject ON AlertHistoryView.AlertObjectID = AlertObjects.AlertObjectID INNER JOIN Nodes ON AlertObjects.EntityCaption = Nodes.Caption
WHERE (AlertHistoryView.AlertHistoryID = '''+ $Alert.AlertObjectID +''')
I can not convert it. Is it possible to help me?
Thanks
Best regards