Compatibility Manager is not initialised yet [Low-Code / GQI]
29th June 2023
Hi, restarting IIS will most likely get manager up and running again (no DMA restart required). We’ll investigate what could have gone wrong.
Answer
29th June 2023
Hi, restarting IIS will most likely get manager up and running again (no DMA restart required). We’ll investigate what could have gone wrong.
29th June 2023
Assuming you have set the correlation rule correctly and it gets triggered by an alarm then I would do this: int elementID = Tools.ToInt32(parts[2]); // Gets the Element ID int …
29th June 2023
Hi Bernard, The alarm storm will use the parameterdescription of the alarm to detect if the parametername is the same. This means that the protocol will not be taken into …
29th June 2023
Hi Baptiste, thanks for your answer. If I use a custom format, I will get an error. It’s independent of cm, mm or px. Best regards, Daniel
29th June 2023
Hi Bert, I upgraded to version 10.3.6 but still there is issue with failover and disconnection from server. Sometimes when restart on A leg happens, it auto failover to B …
29th June 2023
Hi Daniel There is no built-in option yet to generate a report in landscape mode, unfortunately. The closest you can get to this is by changing the Paper format to …
29th June 2023
I comply with Ben’s guess. “And if you freeze the analyzer, then it stops taking sweeps, and hence stops setting it to 1, and hence allowing you to control it. Just …
29th June 2023
Hi Jim, Based on your explanation, a custom connector is the best place to implement the countdown logic. You will need to create a parameter to hold the real-time value …
29th June 2023
That would surprise me. The Freeze option is a client UI feature, it shows the then current trace and stops updating with new upcoming traces, until you Unfreeze it. Not …
29th June 2023
Datacenters consume large quantities of energy every year. Global data center electricity use in 2021 was 220-320 TWh2, or around 0.9-1.3% of global final electricity demand. Using DataMiner, clients can make …
28th June 2023
<span class="Y2IQFc" lang="en">The solution to the exception that I found was the following: generate a class that inherits from WebClient and the timeout property increments it. With this, the exceptions …
28th June 2023
Hi Reinout, The initial intention behind this functionality was to enable panning to specific locations on the map through the use of volatile actions. These volatile actions include the coordinates …
28th June 2023
Hi Alberto, If I understand your question correctly, you want an indication to know what DMA is active from the failover pair. The short answer to your question is, No, …
28th June 2023
This will be investigated via a collaboration task: DCP211763
28th June 2023
See: Adding C# code to an Automation script | DataMiner Docs If you don’t define a Script class, dataminer will make that class for you and wrap your code in …