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 …

CISCO SD-WAN vManage

Hi Stefan, Yes, it is possible to query the Cisco SD-WAN vManage over the vManage API. Cisco SD-WAN vManage provides a REST API that can be used to programmatically interact …

C# API connection using proxy

Hello David, I think to build an interactive automation script could be usefull in this case. You could ask for the proxy address the very first time the automation is …

C# API connection using proxy

The reason why this works out of the box in Postman and the browser is because those processes will be running as the user who has the proxy settings configured …

Dataminer server not remaining in a stopped state.

Hi Edson, I have faced this issue in the past with another dataminer agent and what worked for me is the following (you require Administrator privileges): Open the services window …

Can an AlarmSummary be used in a Group and if so how?

Hi Sebastiaan, thank you for the hint. Linking the Group to [this service] and using the AllowInheritance=False option on the AlarmSummary child shapes indeed does the trick (and apparently even …