Dataminer Cube show only one View page.

Hi Yuki, It is not possible in Cube to hide everything but a single view. Two possibilities you can look into: Keep using Cube, with a Workspace with that view …

Assign a service to some views from an automation script

Hi Hideyuki, Below code example shows how you can control the views to which your service belongs. IDms myDms = engine.GetDms(); IDmsService myService = myDms.GetService(“my Service name”); IDmsView dmsView = …

Dashboard gateway set up

Another test you can do is trying to connect from your Dashboard GW server with DataMiner cube to the DataMiner Agent (with the same host, user & pwd). The connection …

Dataminer Cube show only one View page.

Hi Yuki, I am not sure if this helps, but for this kind of limited access we use the DataMiner monitoring app. It is accessible via web-browser at <hostNameOrIP>/monitoring

Alarm Filtering Editing

Hi Ryan, The easiest way to edit the protected filter would be by setting the ‘Edit/Delete protected filters’ to enabled in the permissions section for a specific user group (i.e. administrators), …

Low Code App // refresh table

Hi Emmanuel, This can be done by using a ‘Trigger’ component on your page. This component’s sole responsibility is to give a trigger to other components to refresh their data. …

DataMiner Cube – Scheduled tasks

Hi, This is the periodic update of Dataminer Cube. It checks ever 3 days if there are updates for Cube or the Cube Launcher. More info can be found here: …

Dashboard Index Limit

The amount of parameter rows is indeed limited to 100 when there is no filter specified. This is a hard limitation in the software to avoid overloading the system. When …

Dashboard Index Limit

Hi Manuel, Indeed, the state visualization limits its content to max 100 entries when the data is unfiltered. There is currently no way to change this limitation. Depending on your …

Alarm template doesn´t apply to full table

Hi Manuel, -How does the parameter definition look like in the protocol.xml? It is possible that there could be conditional monitoring defined in there that is not visible in the …

Alarm template doesn´t apply to full table

Hi Manuel, It is possible that the connector create DVEs? In that case the table entries which are available on a DVE will be monitored there and not on the …

Upgrading DataMiner from 10.1.X to 10.3.X

Hi Tim, You indeed will first have to upgrade to 10.2 before going to 10.3. There’s no need to let the system run for a couple of days on 10.2. …