3rd Party assembly reference not getting added

Hi Tom, As per the documentation provided by the vendor, “The SDK interface is modeled on Microsoft’s Component Object Model (COM). On Microsoft Windows platforms, it is provided as a …

.NET 9 version

Hi Daniel, As of writing this, nothing on the DataMiner Agent requires .NET 9 so it’s not required for it to function. That being said, if you require .NET 9 …

ERROR_WINHTTP_SECURE_FAILURE on specific requests

DataMiner connectors that use HTTP connections rely on WinHTTP to handle requests, which delegates SSL/TLS handling to the operating system. Which operating system version is your DataMiner running on? It’s …

Replacement of Notify(87) for connectors and pagination

Hi, Using the class library is indeed a valid replacement for connectors. By using the IDmsTable object (Skyline.DataMiner.Core.DataMinerSystem.Common) and calling the method GetData(), an object will be returned that contains …

CISCO Manager – IF Interval

If someone is interested here is the solution via automation script: using Skyline.DataMiner.Automation; namespace CiscoIFInterval { using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using Skyline.DataMiner.Automation; …

DataMiner MCP integration for AI

Hey Ian, We’re definitely hard at work bringing LLMs to DataMiner! Since LLMs can only generate text, we need to connect them to “tools” so they can actually perform actions. …