MS Platform ‘pollingip’ parameter not returning the second IP
12th August 2024
A parameter of type pollingip will contain multiple IP addresses separated by a semicolon if the connector has more than one interface. If this is not the case for the …
Answer
12th August 2024
A parameter of type pollingip will contain multiple IP addresses separated by a semicolon if the connector has more than one interface. If this is not the case for the …
12th August 2024
Find some FAQs on what happens if a network cable is pulled out of one of the DMA network cards? If everything checks out cable wise, another check you can …
12th August 2024
From the documentation, it seems only c# versions up to (and including) version 7.3 are supported.
12th August 2024
Hi, the custom operator is an operator, not a datasource. A query always starts from a datasource, which you can then manipulate through operators. I would expect the Custom operator …
12th August 2024
Hi, Currently we do not support Alias names within ChildrenFilters, only the actual name of the elements. This does seem like an interesting feature, maybe post it within the feature …
9th August 2024
Here is a low-code application built to demonstrate integration capabilities: Techex MWCore | Catalog (dataminer.services). The app functionality is explained in Techex – Tech Partner Integrations – DataMiner Dojo Using …
9th August 2024
The shape data you need to use to display a page within another view is vdxPage. Making a shape display a particular page of the current Visio drawing | DataMiner …
9th August 2024
The web visualization got you covered. It allows you to embed any site or custom html, including video’s through the video tag.
9th August 2024
Hello, This is a critical process of DataMiner and should be left running. This process is always started and handles logic for spectrum analyzer connectors: Spectrum analyzer | DataMiner Docs …
9th August 2024
Hi Stefan, Yes that should be possible. When creating the service template, add a ‘child element’ under the tab ‘Child Elements’ and click the ‘Edit…’ button. Select the ‘Templated Service’ …
9th August 2024
Hello, You can see this on the server and open C:\Skyline DataMiner\LicenseInfo.txt Assuming the DMA attempted to start at least once. You can check the last fields these should mention …
9th August 2024
Hi Reza, Indeed, this is confusing in the cloud world of AWS and Azure. To clarify our requirements: it’s always logical cores we talk about. And I’ve now asked technical …
9th August 2024
Hi Catarina, This should work if you connect to the (public) hostname of the agent instead of “localhost”. If the agent is configured with HTTPS, make sure it has a …
9th August 2024
Hi, Do you mean to change the order of the groups? This is not possible through drag-drop and is defined by the order the items are returned by GQI. Swapping …
9th August 2024
Hi Jens, One way would be to use the available Skyline.DataMiner.Core.DataMinerSystem.Automation Nuget. it’s possible to verify if a script exists from the IDms interface (Method ScriptExists | DataMiner Docs). Kind …