Driver is not using proxy of SYSTEM user

The HTTP engine used by DataMiner connectors is WinHTTP. To configure the proxy server there you can either add it manually with the following command: netsh winhttp set proxy myproxyserver:port …

NuGet Package References not installed

Following Joachim’s answer, also check you have the the nuget.org ‘https://api.nuget.org/v3/index.json’ package resource configured in the NuGet Package Manager.

Importing and Exporting User Information

Hi, As far as I’m aware, this is not possible for local users or manually added domain users. I would suggest, if possible, to use a different approach concerning the …

NuGet Package References not installed

Hi Richard, When you clone a repo and open your solution in Visual Studio, you will indeed still have this problem. In your QActions, the SLProtocol will not be recognized …

Identifying the DMS in an automation script

Just to be awkward I’ve gone with the DmsConfiguration message to return the cluster name var message = new GetInfoMessage(-1, InfoType.DmsConfiguration); var response = (GetDmsConfigurationResponseMessage)engine.SendSLNetSingleResponseMessage(message); var clusterName = response.ClusterName;

Error when browsing to Dashboard page

This is not a solution, but the errors appear to indicate that there is a problem with the configuration of the Web APIs, rather than with Dashboards itself. You will …