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 …

DMA License Issues with multiple Network Adapters

Hi Tobias, In the situation you encountered it would indeed be required to share the latest generated request.lic file with our Licensing team (dataminer.licensing@skyline.be) to update the license accordingly. A …

Nuget (dev.common) issue

Hi Gerwin, Below some clarification about the different NuGet packages: The skyline.dataminer.dev.* NuGet packages refer to skyline.dataminer.files.* NuGet packages which contain DataMiner assemblies. These allow to create a Visual Studio …

Elasticsearch Unrestricted Access Information Disclosure

Hi Andrew, please use the link below for more info on securing your elastic search. https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/Advanced_security_configuration/Database_security/Security_Elasticsearch.html

Nuget (dev.common) issue

Hi Gerwin, Can I assume that the nugets that you added to your project (automation script) are the following: Skyline.DataMiner.Core.DataMinerSystem.Common Skyline.DataMiner.Core.DataMinerSystem.Automation Skyline.DataMiner.Dev.Common If this is the case. Can you verify …