Getting maximum value of a trended parameter in specific time?
6th October 2023
I believe this is what you are looking for Edson (except at the end you would choose maximum of course instead of average):
Answer
6th October 2023
I believe this is what you are looking for Edson (except at the end you would choose maximum of course instead of average):
6th October 2023
The exception “Something went wrong while setting the parameters” appears to be coming from inside the subscript. From what I find, this error message is not being generated by DataMiner …
6th October 2023
Hi Dario, The way you are calling the subscript I would start by looking at the following things to rule out the basics: You have script.SelectMemory(1, “multicastDefaultFileName”) and according to …
6th October 2023
Hi Gilles, I looked at the driver’s code (Generic HTTP Query), and noticed that the content-type header is set through the HTTPWebRequest.Headers property. However, it needs to be set through …
6th October 2023
Threads in DataMiner modules can send heartbeats to the SLWatchDog process in order to have RTE Thread Problem type errors generated when the thread gets stuck or ends up in …
6th October 2023
Managed to get my DMA running again by doing the following: 1) Uninstall & re-install NAS and NATS (using C:\Skyline DataMiner\Files\SLEndpointTool_Console.exe with default values) 2) Renew my cloud session (via …
6th October 2023
Hi Yvan, Using the clear from -> File changes in the SLNetClientTestTool.exe, you can remove the files from the synchronization list.
6th October 2023
Hi Gerwin, As far as I am aware there is no direct way of doing this. The only way I could think would be if there was a parameter on …
6th October 2023
Hi Brian, Looking at your XML definition, I cannot know for sure if you have a QAction triggering on the Write parameter to process the set but if that is …
6th October 2023
Hi Alexander at the moment you will indeed need to remove the Cloud Pack installation manually. If you leave the installation it will not impact the server in any way. …
6th October 2023
Hello Arunkrishna, Yes the change in parameter results in a new trend point with the value and the time this happend. In a way they are related to the driver …
6th October 2023
Hi, If you want to execute an Interactive Automation script (with dialogs) from a QAction, then you’ll need to make sure that this can be presented to the correct user. …
6th October 2023
Hi Yuki, This will depend on the type of license you currently use. A demo license (using the response.lic file) will be broken by a reinstall of the OS, while …
5th October 2023
Hi Robin, That action should not be tied to crossing a specific version, the change should happen from 10.3CU4 every time the DMA starts up. The DMA should log the …
5th October 2023
Mieke, Passing parameters in the URL is currently not supported by User-Defined API. There is a task in our backlog to investigate how we can support it ; however this …