Accessing the Web Apps from Dataminer

Hello, We recently installed the Dataminer 10.5 via installer on our system, earlier was using 10.2. We also received the new license file form the Skyline, and the dataminer itself …

Connection of Miranda – HCO-3901

Hi, Are you aware of how to set up Miranda iControl General – HCO-3901 on the densite frame to the DMA without using an appserver?

embedded webpage

Hi, ​I would like to use the embedded webpage to link some devices that are not connecting. How can I link the IP addresses of these devices to DMA? I …

date in hexadecimal

The dataminer element shows me the date of the equipment in hexadecimal

Custom Time Range in Dashboards

Hi Dojo Community, I am trying to figure out whether it is possible to set a custom dynamic default value for the time range component in Dashboards. Specifically, I do …

Visio Dynamic Link to Parent View

Hi Community, I’m looking for a way to dynamically link a View shape to it’s own parent view. Example, link  inside the Visio of ABC to Hello World >Root View …

BrokerGateway Migration fails

Hello everyone, I have a problem with the BrokerGateway migration with a customer. Using the dmupgrade-Package it will run without end. Using the manual command the following error will be …

Access Level shape data

I want to use the Level shape data but set the value depending on the value of a session variable, which doesn’t look to work as soon as I make …

DaaS / STaaS – Trending TTL

Hi, Based on the info on this page of the dataminer docs it’s not possible to define the TTL for the real-time and average trend records when using DaaS or …

response using GetElementByNameMessage

hello how can i use the GetElementByNameMessage? i cant find the type to asing on the responde. GetElementByNameMessage elementVariable = new GetElementByNameMessage(); elementVariable.ElementName = Name; var responseGetElementy = _dms.SendMessage(elementVariable) as …