unit tests: Metadata dll not found.

Hi Chian This is a known problem (something that Visual Studio doesn’t properly clean up) when migrating from packages.config to PackageReference. The fix is very easy though: Open the csproj …

How to disable the button during the Pressed method?

Hi Michiel Would it be an option to do something like this? private void OnPressed(object sender, EventArgs e) { Button.IsEnabled = false; // Method body Button.IsEnabled = true; } Setting …

Get script outputs from connector

You can make use of the Skyline.DataMiner.Core.DataMinerSystem.Automation (for automation scripts) or make use of the Skyline.DataMiner.Core.DataMinerSystem.Protocol (from protocols) NuGet libraries. For example: IDms thisDms = protocol.GetDms();  OR  IDms thisDms = …

Dashboard table filtering with column values

Hello You can achieve this in multiple ways: You can rightclick the column header to filter on that column. You can add a query filter visualization (soft-launch), add your query to …

Map marker position

Is the width/height and anchor correctly configured of the marker image you’re using? This can be configured in the config xml of the map (see docs). If these are not …

Map separator type order

The order of the layers should indeed be respected. I can’t immediately reproduce this. Which DataMiner version are you using? Can you share your map config xml?

Block DMA mobile UI

Next to Ruben’s answer, which disables all web apps, is it also possible to disable only the Monitoring web app (separate checkbox under Modules). There are also separate flags for …

Block DMA mobile UI

With mobile access I assume you refer to web access? In the Group permissions (System Center > Users / Groups > Groups > Permissions) , you can disable the ‘DataMiner …

Indexing Engine Installation Stuck

Hi Aston, Have you been able to solve the issue with Arunkrishna’s answer? If so, could you select the answer (using the ✓ icon)? If not, you can also contact …

Can not connect with local SLNet

Hi Logan, Have you been able to solve the issue with these answers? If so, could you select the best answer (using the ✓ icon)? If not, you can also …