Update Automation Script compiled as a Library

Hi Maximilliano, Most probably you need also to recompile the automation script that consumes such library (for that you can simply add a space or a comment and save it). …

Diplays Shapes based on row in Alarm from a table

Hi Alain, Just to give you some background information. Right now, when using dynamic shape generation in combination with AlarmSeverity filter, there is a limitation to Elements, Views, and Services. …

Export Table Automatically

Hi Yasser, Dashboards can be sent through email on a regular basis (using the scheduler). Next to a PDF they can also include a CSV file for every table in …

Cube : Could not load Visio application

Here’s how Cube tries to get/open your Visio application: Marshal.GetActiveObject(“Visio.Application”). This fetches the currently active instance of Visio if any. For this, the visio application needs to be registered in …

How does a Standalone DMA use NATS?

Hi, Yes, a standalone DMA could be using NATS. For example a DataMiner Extension Module (DxM) could be publishing/consuming messages on the NATS messagebroker. If there is no NATS then …

Export Table Automatically

Hi, That “Export table…” is a Cube client functionality. As this is a client, this means that it can run on any PC and would have to be active/open at …

Export Table Automatically

This is something that is done purely on the front end, which means there is no server side API call for doing this export. The only solution would be to …

Dashboard/Low code app table altnating color

Hi Gerwin, This is currently not available but it’s a great idea. I’ve created a task for and placed it on our backlog. You can track the progress on this …

How to trigger a QAction from a timer

Hi Dominique The flow can be: On the timer – > (1) Group (type: poll action)-> (2) Action (type: run actions) -> (3) Dummy Parameter -> (4) QAction triggered by …

How to trigger a QAction from a timer

Hi Dominique, You need to create a little flow inside the Protocol.xml like this: The QAction can only be triggered by a parameter. Here we linked it with a dummy …

Custom alarms sorting

Hello Alexander, First, Thanks for the reply. If i undestand well, i have to work from tables to adapt my sorting. But i’m using informations that doenst appear in a …

Custom alarms sorting

Hello Ilan, There’s some information in a related question: you could add the different sorts in your SubscriptionFilter (with a fullFilter) and work like that. I don’t believe you can combine …

Previous logfile empty

Dataminer keeps the logs for the current and previous runtime. For example, a DM restart moves the current logs towards the _BAK/previous logs. Element logs are also kept for current …