Hi Team,
I'm trying to get the element details(like element name and element state) from Dataminer using the below function by providing element IP
var elementInfo = _dms.SendMessage(new GetElementByIpMessage("10.130.104.106")) as ElementInfoEventMessage;
I'm getting the below error, though the element is present and active in dataminer
Element with IP 10.130.104.106 is unavailable.
And also is it possible to get details for list of elements at once?
Hari priya Venkatesan [DevOps Advocate] Edited question 7 hours ago