Visio Regex – syntax for parameter values

Hi Carys, If I understand your question well, you would like to have the parameter value as the input of your ReGex instead of the element name. In this case, …

Service Creation Load Balancing

Hello, You can apply the same logic we do in our service template logic. Identify which DMA hosts the most elements that the service should contain and place the service …

Opensearch on Windows Server 2022

Hi Felix, thanks for your help, if I do this like this I get an error to start it. I have now removed it and create the service with nssm. …

Alarm Storm – how to clear

Hi Joaquim, It appears that the Alarm Storm Protection mode is active in your system due to a high volume of alarms for two specific parameters: “Parameter Invalidity Checking” – …

Create Correlation Rule through automation

Hi Amer, This is possible by using the UpdateCorrelationRule message. You can find a similar question here: How to enable/disable correlation rule from code? – DataMiner Dojo

Old. NET version

Hi Tiago, If you are running a version of DataMiner that only requires .NET 8 (which you can check here) and if all the DxMs you have installed are up …

Old. NET version

That would depend on exactly which version of DataMiner you are running, see https://docs.dataminer.services/user-guide/Reference/DataMiner_Compute_Requirements.html#microsoft-net

Theory overload DMS how to deal with that

Hi Davor, You can have a look at the health assessment guidelines to confirm that the DMA is still able to cope with extra load. If your plan is to …

Search options

Hi Naveen, Assuming that the software version of the element is retrieved by the element and available in a parameter (single or column parameter), you could use a GQI query …

Script Does not contain GetDms

namespace AutomationScript1_1 { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using Skyline.DataMiner.Automation; using Skyline.DataMiner.Core.DataMinerSystem.Automation; using Skyline.DataMiner.Utils.InteractiveAutomationScript; public class Script { private InteractiveController app; private MaskElementDialog dialog; private …

Script Does not contain GetDms

Hi Davor, You will need to install the NuGet package: NuGet Gallery | Skyline.DataMiner.Core.DataMinerSystem.Automation 1.1.1.13 More information can be found in DataMiner Docs: Class library introduction | DataMiner Docs Hope …