Comment in memory file: refresh for all connected users?
14th October 2024
Hi all! Are there any other ideas on this topic or other approaches to a solution from the community? Kind regards, Daniel
Answer
14th October 2024
Hi all! Are there any other ideas on this topic or other approaches to a solution from the community? Kind regards, Daniel
14th October 2024
Hi Marco I’m assuming you’re talking about the memory usage of SLDataMiner? SLDataMiner is a 32bit process, meaning it can use a maximum of 4GB RAM. Practically, we can see …
14th October 2024
Hi Joshua, Checking the command in the screenshot, I see that you are attempting to retrieve OFDMA information from a CMTS. Please verify if you can retrieve the same information …
13th October 2024
Hi, This is part of the anomaly detection capabilities of DataMiner, more specifically detection of a flatline. Working with behavioral anomaly detection | DataMiner Docs If you like to receive …
11th October 2024
Hi Fenta, In 10.4.12, the [Clients connected] information event will no longer be generated. Same for [Replicated Element], [Remote Element Name] and [Remote DMA IP] sets (element start-up). No need …
11th October 2024
Hi Paul, In System Settings – time to live you can specify how long you wish specific data types to be kept in the database for. This can be configured …
11th October 2024
Hi, Most likely you are trying to access the shared dashboard with another login email address than the one the dashboard was shared with. Can you check on what email …
11th October 2024
Hi David, I looked into the problem you reported and I can tell you it is a client software issue, There are some threading issues in the AlarmSummary shape. This …
11th October 2024
Hi Miguel Showing the different alarm levels underneath the parameter like this is currently not possible in the web version of Monitoring. I have created a task on our backlog …
11th October 2024
Hi Ryan, Service templates are powerful tools for automating the creation of multiple services with similar characteristics. However, they can be challenging to work with, especially when the desired end …
10th October 2024
That’s a great solution. Worked perfectly, Thank you!
10th October 2024
Hi Richard, Instead of relying on the LockElements subscript property, I suggest using a named Mutex object to enforce non-concurrent script execution. To do so, define a static object as …
10th October 2024
Hi Benjamin, What you could try to do is importing the certificate on the DataMiner server that is hosting the element. This will make the system recognize it as a …
10th October 2024
As mentioned in the comments on your question, the _resources should be fetched and set in the first lifecycle hook that has all the necessary information. You’re depending on both …
10th October 2024
Hi Jan, All request going through remote access (dataminer.services) have to be finished within the 30 seconds timeout. Currently there is no way around that. A better (asynchronous) approach for …