How to prevent repeated runs of a script
22nd May 2023
Hi – in a script you have memory available, which allows you to pass on data between different script runs. You could store a timestamp in memory when you run …
Answer
22nd May 2023
Hi – in a script you have memory available, which allows you to pass on data between different script runs. You could store a timestamp in memory when you run …
22nd May 2023
Alarm bubble-up in the tree control is based on (hidden) properties on alarms. When an alarm is generated, a property is added which contains the primary key of every parent/ancestral …
22nd May 2023
Hello Chris, in the help there is something documented: Backing up a DataMiner Agent in DataMiner Cube | DataMiner Docs. Will this answer your question?
22nd May 2023
Hi Mieke In PTP we use this code, maybe this can be of help? Do note, this is to update your own element (hence the async). // Needs to happen …
22nd May 2023
Sounds like you’re looking for the AlarmSummary. Among other things, it also supports an option for “DefaultAlarmLevel”. All of this can be found on the linked docs page. Hope that …
22nd May 2023
Hi, The Wireshark capture shows that it constantly tries to setup the TCP connection (SYN messages) and immediately after that it received the ACK it is closing the connection again …
22nd May 2023
By comparing the two Wireshark captures, I found a possible clue that might explain this strange behaviour. With Telnet CMD closed, our 192.168.122.168 is sending from all different ports, ranging …
22nd May 2023
Hi, I have now tried lots of things from the answers above but I can´t solve my issues. Maybe I´m thinking totally wrong when I try to do it. An …
19th May 2023
Interesting question! DataMiner indeed runs a mix of 32 and 64 bit processes. In short, the processes potentially requiring lots of memory on bigger systems (more than 4GB) are running …
19th May 2023
Hi, I just saw this (I am WfH) and I thought perhaps you could have a look at the DataMiner.xml Telnet tag in order to activate the Telnet interface. Check …
19th May 2023
Hi Christhiam, From what I understood, I believe that the issue is caused by the destination web server being unable to handle all the requests it is receiving. This results …
19th May 2023
(starting a new response to include a capture) Isn’t this what you are looking for: Available here: Export rules | DataMiner Docs
19th May 2023
I’m not a driver developer, but this is how it is usually done. pageOrder attribute | DataMiner Docs Not sure if it can be done in a DVE protocol. Did …
19th May 2023
I did want to share that we seem to have a driver for this Cisco product: Catalog (dataminer.services). But that’s probably more to manage and monitor that product, and you …
19th May 2023
Hi Stuart – would this be the specific information you are looking for? Trending techniques | DataMiner Docs It explains how DataMiner does so-called real-time trending for a specific period …