Connect to an external SQL database

Hi Stefan, Can you try using this driver ? This connector can connect to an SQL Server database, execute queries, and retrieve the responses. Generic SQL Query | Catalog

How to trigger the mask/unmask alarm as we have in Cube?

Hi Apurva, To mask a specific alarm in an automation script, see this example where all the alarms of a service get masked: https://github.com/SkylineCommunications/SLC-AS-MaskServiceAlarms/blob/main/MaskServiceAlarms_1/MaskServiceAlarms_1.cs The “Get Alarms” GQI data source …

DataMiner Web Support Assistant

A bit tedious , but it is possible to export and import Chrome extensions. Your friendly neighborhood ChatGPT can give you the finer details.

DataMiner Web Support Assistant

Hi Jeroen, Please check this link : How to download Chrome extensions for installing on another computer? – Super User

Table values from a time in the past

Hi Romain, You can open DevCenter (located in C: –> Program Files –> Cassandra) and write a query. You need to query the elementdata table belonging to the sldmadb keyspace …

Table values from a time in the past

Hi Romain, A possible option is using GQI queries to get historic data. You could use the data source ‘Get parameter table ID’ and enable the box ‘History’. Below an …

generate URL based on DCF for an element on LCA

Hi Marco, The output from an automation script doesn’t directly support this. However, we’ve added a follow-up item to our backlog. As an alternative, you can create an ad-hoc data …

Debugging visio

In the next Cube release (10.5.3) you’ll find improved debug logging on loading times (more accurate), but also on shapes and placeholders that were not loaded after a timeout, when …

Multiple set from Automation script

Hi Benjamin, I took a closer look at the process when performing a “multiple set” action from the UI. In the background, each set is executed sequentially, one after the …

Missing “Connection lost with DMA” alarm

Hello, The difference between the 2 alarms is that the “Dataminer agent lost…” event is when a DMA detects that it can no longer reach the SLNet process of the …