Temperature Sensor Driver
19th June 2025
Hi Ashwiny, Thank your for your question. I can’t yet provide you a full blown answer but here is already a few pointers in the meantime. I had a quick …
Answer
19th June 2025
Hi Ashwiny, Thank your for your question. I can’t yet provide you a full blown answer but here is already a few pointers in the meantime. I had a quick …
19th June 2025
Hi Mauricio, Reinstalling the agent software may not be necessary to fix the cube issue you mentioned. I’ve already spoken with Luiz, and he’ll be getting in touch soon to …
19th June 2025
Hi Davor, This can be achieved by executing some actions when clicking a marker on the first maps component: ‘Open a panel’ action to open the panel with the second …
19th June 2025
Hi Mieke, I believe the info you are looking for is in the “CorrelationBaseAlarmReference” field of the correlated alarm. So to achieve what you are trying to do: Get the …
18th June 2025
Hi Mauricio, Regarding the first question you can consult our documentation at Installing DataMiner using the DataMiner Installer | DataMiner Docs there is a section on how you can deal …
18th June 2025
Hi, I believe we have the same need in one of our internal detection flows. Below you can find an example of memory leak detection based on 2 param going …
18th June 2025
Hi Bhavana, Behind the scenes what happens is that DataMiner creates a scheduled task in Windows. Technically speaking, you can further tweak this scheduled task in Windows as long as …
18th June 2025
Hi Mauricio, That’s a great question. Would you mind posting your Cube logs? You can find more information about where to find the file(s) at Cube logging | DataMiner Docs. This …
18th June 2025
That level of flexibility is not available today. In cube you only have the option to select one Schedule type i.e. (monthly, weekly, or daily). Feel free to raise a …
18th June 2025
Hi Michiel, Unfortunately, I don’t think we have a workaround for this particular call. Is there a reason why you are interested in the table indices that have trend data …
18th June 2025
Hi Jörg, After checking the logs, we found the error : 2025-05-27 16:19:15.313|114|PollStorageTypes. System.Exception: No connection with the database. at SLCassandraClassLibrary.DBGateway.Failure.FailureStorageType`1.GetSizeInMB() 2025-05-27 16:20:19.148|128|PollStorageTypes. System.ArgumentException: Could not get the short path …
17th June 2025
Hi Jeroen, My 2 cents: Don’t create 1000 dashboards to display 1000 HTML pages. Create 1 generic dashboard that contains a generic HTML component (or grid component). Use DOM to …
17th June 2025
Hi, Unfortunately, as far as I know, there is currently no way to use negative row filters when deciding which rows to include in a service (both for regular services …
17th June 2025
Hi Joshua, As you mentioned, the Visibility element | DataMiner Docs only hides pages and subpages—it does not affect page buttons that open subpages in a popup. Given your use case, …
17th June 2025
Hi David, Did you set the script options? If not, we likely do not wait for the script to complete before accessing the output. To avoid this, I believe you …