Update variables after parameter update
30th June 2023
Hi Yuki, This is a rather specific question to your use case. I highly recommend examining all the components within your Visual Overview and, more importantly, verifying the accuracy of …
Answer
30th June 2023
Hi Yuki, This is a rather specific question to your use case. I highly recommend examining all the components within your Visual Overview and, more importantly, verifying the accuracy of …
30th June 2023
Hello Arunkrishna, I tried to Install that app, but it ended up in the middle of the process. With CubeApp, I am able to access the Agent, so I should …
30th June 2023
Can you install the URL Rewrite exe from URL Rewrite : The Official Microsoft IIS Site and verify if you are able to reach that page ?
29th June 2023
Hi Alberto, I don’t believe the current syntax allows you to define multiple interfaces that share some fields. There are polling mechanisms like multithreaded timers, dynamic polling, and raw SNMP …
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 …