DataMiner Cube Version

Hi Lisa, Cube updates to the latest version based on the update track, as mentioned in Managing the start window of the desktop app | DataMiner Docs. However, you can …

Annotations replacement

In an addition to earlier answers I also want to highlight the possibility to embed Dashboard components into Visio. You could make a Dashboard folder containing an Dashboard for each …

The support Opensearch ver. 2.x.x for DMA 10.3.0

Hi Jaroslaw, Yes it possible to migrate a MySQL system to CassandraCluster + OpenSearch. Note you cannot have standalone CassandraCluster; it needs to be a combination of CassandraCluster + OpenSearch. …

Alarm Type Update via Automation Script

Hi Ramesh, I believe you can use SetAlarmStateMessage to achieve this. Example: var tree = new AlarmTreeID(dmaId, elementId, rootAlarmId); var message = new SetAlarmStateMessage(tree, AlarmUserStatus.UnResolved, $”User {username} released ownership.”); engine.SendSLNetMessage(request); …

[Visio] – Condition over property

Hi Bruno, You can use a custom property as a filter.  In your case from what you are showing, I believe you are missing the [] brackets around the Property …

host an additional webpage on DataMiner

Hi Jeroen, In the docs it’s explained you can add files like this in the /public/ folder to make them available over remote access (still behind B2C Login & remote …

Spectrum Analyzer – Default units Y-Axis

Hello Miguel, as discussed internally, a possible solution could be to make a shared preset with the desired unit and to set that preset on elements where you need the …

Errors when setting on table

Hi Joshua, This kind of error typically points to a race condition or a timing issue during concurrent access or modification of a table row. For example, if multiple QAction …