How to display trending in the cloud share

Hi Yuki Your dojo post was just brought to my attention. The issue you are experiencing is indeed due to the WAF rules as Baptiste mentioned. We are currently investigating …

How to configure RADIUS user password

Hi Jens, The documentation mentions that usage of RADIUS necessitates a matching DMA user on the system. This means that there’s 2 main ways of using RADIUS with DataMiner. RADIUS …

Dashboard – alarm states

hi Leander, I believe for now, your best way forward is pie graph linked to a custom GQI query.

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: …