How to detect changes in a SRM reservation

So far, my solution is using a correlation rule to detect when a booking is modified in the standard SRM application: An automation script complements the logic by ensuring the …

Can DMS Alerter use HTTPS?

Hi Robin, I have just checked and SLAlerter supports connecting to HTTPS-only DataMiner systems. The logging of Alerter is only added to the Eventviewer of Windows but in this case …

Can DMS Alerter use HTTPS?

Hi Robin, I just double-checked and SLAlerter supports connecting to HTTPS-only DataMiner systems, so I don’t think forcing HTTPS is the problem. I did notice a similar exception was fixed …

max number of map overlay layers

There’s no hard coded limit on this, but 7500 layers won’t be really workable… To better understand your use-case, why are there so many? It’s possible to configure which layers …

Cube automatic update over https

Hi Bernard, When adding an agent to the Cube Start Window, it will automatically check if HTTPS is available or not. If it is, it will be preferred over HTTP. …

Non-supported type Parameter name: dataType

Sounds like a parameter-level subscription was made on a type which does not support this. You might be able to find more info on the type in the SLNet.txt logging, …

Using a * Wildcard in the Show / Hide Shape data

Hi Chris, I don’t believe the wildcards will work. A better solution would be to use a regex. e.g. [sep:-^]<A>^A|Element:swic9ips03agr (Application)|Parameter:6008,DolphinStream-03/MetadataProbe-01/Audio Shuffler-01|Regex=.*ST-PT*.

clearing an alarm storm caused by Database

Hi Jeroen, An alarmstorm alarm can not be cleared. It should clear automatically when the alarms causing the storm are cleared and the number of alarms go below the configured …

DIS dll import paths with nuget packages

Hi Juho, This is by design: When using packages.config, the “packages” folder in the solution indeed contains subdirectories containing both the name and version of the NuGet package. However, the …