Opensearch Real Time data ??

Did you consider enabling the offloading of trending data to disk or to some external DB so that your application could retrieve and process the data there? See  Offloading data …

Problem script executing kata 55#

Hi Davor, Can you check the protocols & templates module in cube, and verify if the “Generic Data Simulator” protocol, has an alarm template named “Alarm_Default” against the production version?

Adding Context Menu

Hi Both, Thanks for your replies, it was caused by an issue I had introduced somewhere else, it is all working fine now

LCA: How to have tool tip on icons and buttons

Hi Apurva, This is currently not possible on the button/icon components itself. If this is something you are interested in, you can create a feature suggestion. You could work around …

HP iLO Management Engine

Hi Gilles, It seems that the ‘bus address’ element setting is used to poll the system data as it represents the system ID number. The URI’s are dynamically built making …

WebServices API functions

There is no endpoint scoped to changing the elements on a service, but there is the EditService you can use to modify all associations in one go. Together with GetFullService …

How to do a database query from cube?

Hi Joshua, Ideally, you don’t alter any data in the databases directly. However, if you need to, you can open the system center and navigate to the tools tab page, …

STaaS : GQI queries

Hi Wale, Indeed as documented in the Limitations section, GQI queries on indexed logger tables are not supported on STaaS. If you don’t have any other questions, you can select …

Clear table from database

Since there is an additional requirement to reuse the existing element. A database query should be made to clear the database directly of the table data.

Adding Context Menu

Hi Ryan More information about custom table context menus can be found in the docs: Custom table context menu | DataMiner Docs In there I see that the Interprete content …

C# script to update row parameter

I moved the script to another system and it executes, gives the confirmation dialog and changes the parameter so it does everything it should both on the web and in …