Where can I find info about the DMS_GET_INFO call?
24th April 2023
Hi Jens, As far as I know there’s no documentation available for this call, I can however give you the meaning of the indices in the code snippet you provided: …
Answer
24th April 2023
Hi Jens, As far as I know there’s no documentation available for this call, I can however give you the meaning of the indices in the code snippet you provided: …
24th April 2023
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 …
24th April 2023
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 …
24th April 2023
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 …
24th April 2023
Hi Trong, In the alarmfilter section of your correlation rule you need to check the option “Trigger on single events. Don’t maintain active tree status”.
23rd April 2023
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 …
23rd April 2023
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 …
23rd April 2023
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 …
22nd April 2023
Hi Shawn, While performing an upgrade, there is a moment in time when the old SLNet.exe process shuts down and before the new SLNet.exe process starts up. During that timespan …
21st April 2023
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 …
21st April 2023
Hello Paul, This was indeed an issue that has been fixed in 10.3.4. Sadly, there is no workaround for this in your version.
21st April 2023
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 …
21st April 2023
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 …
21st April 2023
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 …
21st April 2023
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 …