How to detect changes in a SRM reservation
21st June 2022
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 …
Answer
21st June 2022
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 …
21st June 2022
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 …
21st June 2022
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 …
20th June 2022
Hi Marieke, Our applicaton uses the xbap format. This is not supported in the Edge browser, that’s why the page will not load here. The xbap format is a Microsoft …
20th June 2022
Hi, Starting from RN26605 (DataMiner version 10.0.10) the use of NuGets is supported in a Protocol solution. The automatic code generation could be replaced by a NuGet. The DLL is …
20th June 2022
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 …
20th June 2022
Hi, That is part of the class library, which is not included in the DataMiner Agent. The class library is at this moment mostly used in DIS through automatic code …
20th June 2022
Hi all. Once we have ruled out the Dataminer possibilities, we have recreated the user domain account and this time the user got the correct membership permissions. This topic was …
18th June 2022
Hi Alberto – not entirely sure, so you may have to wait for more knowledgeable people to respond, but I do believe this might be running off a script triggered …
17th June 2022
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. …
17th June 2022
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, …
17th June 2022
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*.
16th June 2022
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 …
16th June 2022
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 …