VS don´t find DM project models

Hi Indiara. The DataMiner projects templates can manually be installed by running the following command in a command prompt window. dotnet new install Skyline.DataMiner.VisualStudioTemplates Could you please give this a …

Elastic to Opensearch migration

When I tested this, I did the following steps 1.) Take a snapshot 2.) Restore the snapshot onto Elastic 7.12 running in a Docker container (Opensearch requires the indexes to …

LCA Collapse grouped table

Hi Gerwin, That’s not possible right now. Alternatively, you could list all groups in a dropdown or grid and display the items from the selected group in a table. It’s …

Microsoft security patches.

Hi Roger, You are correct on this. We highly recommend to install the security patches for .NET (hosting bundle), .NET framework (via OS updates), the OS itself, the Visual C++ …

3rd Party assembly reference not getting added

Hi Arbab, Can you try whether creating an Interop assembly from that Blackmagic design switchers assembly works? For this, you can use the Type Library Importer tool (TlbImp.exe) as follows …

LCA – Moving through IAS Panel

Hi Nejra Thanks for raising this! As Alija mentioned, the behavior you’re seeing is indeed the default. To avoid this, a workaround could be to redesign the dialog so that …

low code app with automation script

Hi Ömer, For now, only string values can be used as a feed value in the postActions of the Execute a Script action. In the future, we do plan to …

Dashboard Gateway – Upgrade best practice

Hi Miguel, The Dashboard Gateway and the DataMiner Agent must run on the same web version, so the gateway needs to be updated after every upgrade. In practice, that means …

SNMP table with over 100k rows

The warning should also prompt a reflection on whether a table is the right format to present this data. Why does the user need access to all rows? How will …