Update Automation Script compiled as a Library
13th April 2023
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). …
Answer
13th April 2023
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). …
13th April 2023
Hi Alex according to my understanding this is indeed the case at the moment. Wkr
13th April 2023
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. …
13th April 2023
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 …
13th April 2023
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 …
13th April 2023
There isn’t any way to enforce this in the Visual Overview. However, we have the Cube native behavior of using ‘Ctrl’ and ‘Shift’. Ctrl: Opens the content in a new …
13th April 2023
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 …
13th April 2023
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 …
13th April 2023
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 …
12th April 2023
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 …
12th April 2023
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 …
12th April 2023
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 …
12th April 2023
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 …
12th April 2023
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 …
12th April 2023
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 …