Cisco Nexus – Information Polling Messaging
12th September 2024
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 …
Answer
12th September 2024
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 …
12th September 2024
Hi Jardel, Is not an option to create another SNMP Manager that contains a filter where only cleared alarms can be sent? Hope it helps.
12th September 2024
Hi Baranisudha, I am not sure if there is a method that can provide the parameter name from a parameter ID. For example, when triggering an automation script from a …
12th September 2024
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 …
12th September 2024
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 …
12th September 2024
Hi Tim, The last time we tried, it only installed on the server where the package was installed. We had to install the package on all servers to ensure the …
12th September 2024
Hi Petar, This is very possible using Low Code Apps. I have created an 2 examples of this: The Name property uses a Grid component with a template linked to …
12th September 2024
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 …
12th September 2024
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 …
12th September 2024
Hi, Yes, it should be possible to add local dependencies as pip does download them and place them in the local file so if you were to download them on …
12th September 2024
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 …
12th September 2024
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 …
12th September 2024
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
12th September 2024
Hi Chirangee, DataMiner itself is doesn’t have an app and is instead handled by DataMiner Cube and Skyline Taskbar Utility. DataMiner is essentially just a group of services. In order …
11th September 2024
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 …