Add parameters from two different connectors
23rd January 2025
Hi Greisen, For this use case, you could use aggregation rules. Below an extra of an aggregation rule that sum rows from a column parameter (you can also aggregate single …
Answer
23rd January 2025
Hi Greisen, For this use case, you could use aggregation rules. Below an extra of an aggregation rule that sum rows from a column parameter (you can also aggregate single …
22nd January 2025
Hi Stefan, For this use case, you could proceed as follows: Ingest stage: Use the connector indicated by Arun to interface with the DB. This connector will enable you to …
22nd January 2025
Hi Hari Priya, What version of DataMiner are you running? It seems like you are facing one of the two or even the two issues that have already been fixed …
22nd January 2025
Hi Nathan, I believe the best solution for this would be a connector that subscribes on the alarms you want to consider, keeps track on the ‘acknowledgement’ states they way …
22nd January 2025
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
22nd January 2025
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 …
22nd January 2025
A bit tedious , but it is possible to export and import Chrome extensions. Your friendly neighborhood ChatGPT can give you the finer details.
22nd January 2025
Hi Jeroen, Please check this link : How to download Chrome extensions for installing on another computer? – Super User
22nd January 2025
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 …
22nd January 2025
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 …
22nd January 2025
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 …
21st January 2025
I managed to figure this out with support, it turns out the issue was that the display key filter for that service used wildcards (*), so using [serviceDefinitionFilter] was passing …
21st January 2025
Hi Koen, Correct, for local users, the password and account lockout policies fully rely on the underlying OS. So, you need to make sure those are consistent across the different …
21st January 2025
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 …
21st January 2025
Hi Marco, I wanted to update you that we’ve just merged a fix for the issue you encountered. This fix will be included in the 10.5.3 release, and a web-only …