Issues with Failover

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 …

ChildrenFilter in Visio using Alias

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 …

Create Router for Techex MWCore Element

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 …

Shape that display Visual of a Service

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 …

Embed in dashboard

The web visualization got you covered. It allows you to embed any site or custom html, including video’s through the video tag.

Must SLSpectrum service be started in Windows Server?

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 …

Service Template

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’ …

Licensing Information

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 …

Low code app – Link is missing in cube

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 …

Automation – How to check if a script exists?

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 …