SLDataMiner leak on 10.4 CU6 and reference value

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 …

Parsing SSH response

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 …

Alerting for a “stuck” value !

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 …

How to truncate trend data

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 …

Service Template Alarms

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 …

Booking Manager Custom Events Element Lock

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 …

Dynamic column name in GQI – LCA

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 …

Timeout with user define API through remote access

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 …