Redundancy Group Element – Element Property

Hi André, Since you are referring to showing properties of elements in the surveyor, I assume you have created a ‘custom’ property with the name ‘Description’. If you fill in …

Dashboard Create Summing Graph Different protocols

Hi Marco, For this case, a possible approach is to use profile definitions. A profile definition will allow you to map (using profile parameters) PIDs from different protocols. Once the …

Using WebServices to extract data from table

Hi Bing, To iterate through the rows of a table, you could use the following methods: GetTableForParametersV2: With this method you could retrieve the list of primary keys/display keys (see …

SNMP Managers / Forwarding – Resend Clear Only

Thanks for the question Jardel and all folks here for the answers. Our environment is configured to resend active alarms from time to time, all that configured in the northbound …

Cisco Nexus – Information Polling Messaging

Hi David, The error “Data at the root level is invalid. Line 1, position 1” suggests that the device is returning an XML response in a format that the connector …

Using GQI RegexMatch with Capturing Groups

Hi Felix, I believe you can use regex Lookahead and Lookbehind assertions (Lookahead assertion: (?=…), (?!…) – JavaScript | MDN (mozilla.org)) In your case, an expression that can work is …

LCA : Version history – GQI queries

Hi Wale, Indeed, when reverting to a previous version of a Low Code Application, the queries, components, and pages are also reverted. The versions act as snapshots of the LCA …

license is free or paid ?

Hi Chirangee, 1. The DataMiner Community Edition license is the perfect way to get started with DataMiner. This license is valid for a year and is free if managed on …

cqlsh not working with Python 3.12

As a workaround, you can install cqlsh even on a different Ubuntu 24.04 with Python 3.12 with snap and then remote into your cluster: sudo snap install cqlsh cqlsh -u …