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 …

how to upgrade to latest version

Hello Syed, It is strongly recommend you take a backup first. Normally we have the upgrade steps described on the document : Upgrading a DataMiner Agent | DataMiner Docs , …

Element log issue in Dataminer

Sounds like your cube is running in a shared location. in this case, CefSharp is not downloaded automatically. It needs to be installed manually.

Element log issue in Dataminer

Hi Benjamin, This will happen when using a Cube version that was installed with an MSI Launcher (shared) package. These packages are found in the C:\Skyline DataMiner\Webpages\Tools\Installs folder on a …

Issue with Github Actions

This is a private repository. As such it doesn’t have access to secrets configured on the organisational level with the current subscription level to GitHub. The starter workflow requires 2 …

Issue with Github Actions

Hi Andre, have you entered the correct secrets in GitHub? This will be necessary to get access to SonarCloud and the DataMiner system to do the deployment.

Dataminer server not remaining in a stopped state.

As additional info, the main reason for the SLDataMiner service restarting automatically (in turn launching the rest of DataMiner) is the SLWatchDog service. This service will automatically trigger a restart …