Mobile gateway on Cloud

Hi Zean, If you run your DMS in the cloud, it is possible to make a site-2-site connection to your on-prem network. If you have an IP-based mobile gateway in …

DataMiner Connections to Nodes (DMP) via Cloud

Hi Zean, The communication between DMPs (probes) and a DMS (a central, main cluster) is independent of a cloud connection to dataminer.services. So, it is perfectly possible to only connect …

Memory usage (Task Manager): nats-streaming-server:0

Hi Diego, The nats-streaming-server is associated with the NATS service. This is used by DataMiner processes to communicate between them. More info : General Main Release 10.1.0 – New features …

Information Event won’t trigger the Correlation Rule

Hi Trong, In the screenshot I noticed that you have the option ‘Trigger on single events. Don’t maintain active tree status’ unchecked. Since you are working with information events, this …

DataMiner startup stuck on ‘Initializing SLNetCom’

If your DataMiner agent is stuck during startup on ‘Initializing SLNetCom’ in SLDataMiner logging, a typical reason is an IP address change while certain configuration files still refer to the …

Alarm based on elapsed time on parameter

Hi Dave, Your use case is similar to what we achieve with alarm hysteresis. A possible option could be adding an extra column in your table that can be used …

Dashboard Connection when connected to the Cloud

Hi Zean, To access the Dashboards and Monitoring app via dataminer.services you have to be logged in to dataminer.services. For Cube, I’m assuming you mean the remote cube access as …

Cube Connection via Cloud

Most definitely! That is the way to connect to Cube when your DMS is hosted by Skyline in Azure. When you choose DataMiner As A Service, then your DMS is …

Automation – Assign visual to view

Hi Jens, Response of Klaas should do it. I’ll post a snippet from our RT manager framework, on behalf of completeness: how to create a Visio file + how to …

Automation – Assign visual to view

Hi Jens, I have found this piece of code that I used, probably it can be improved by checking the response. AssignVisioToView(eurView.Id, “Europe View.vsdx”, engine); private void AssignVisioToView(int viewId, string …

System Center – User/Groups – Delete users

Hi Stefan, they should indeed be removed. When a domain group is removed from DataMiner, these users should indeed not be present anymore on DataMiner. I would suggest to take …