Dear Thwack
While I run a query mentioned below to fetch Inventory report for nodes, I am facing an error as per below screenshot, please note other queries run successfully.
and I have also updated SWQL config file for operation time out to 15 mins.
SELECT N.NodeName, N.IP_Address, N.Vendor, n.MachineType, NCMPhysical.Serial, N.IOSImage, n.IOSVersion, ncmphysical.FirmwareRevision,
ncmphysical.HardwareRevision
FROM NCM.EntityPhysical NCMPhysical
INNER JOIN NCM.Nodes NCMNodes
ON NCMNodes.NodeID = NCMPhysical.NodeID
INNER JOIN Orion.Nodes N
ON N.NodeID = NCMNodes.CoreNodeID
where NCMPhysical.EntityClass = 3


Thanks and regards