Incomplete alarm bubble-up
5th April 2022
Hi Diogo, Have a look at the following article: Treecontrol M:N Relations It seems that your missing some tables to link the Departments with the corresponding people, also a filter …
Answer
5th April 2022
Hi Diogo, Have a look at the following article: Treecontrol M:N Relations It seems that your missing some tables to link the Departments with the corresponding people, also a filter …
5th April 2022
Hi Yuki, One possible way to determine the Write Parameter ID is to look for this ID in the connector. You could view the content of the connector in Cube: …
5th April 2022
Hi Yuki Read and write parameters are linked to each other by name. You will have to search for the write parameter which has the same name as the read …
5th April 2022
By going to Apps > Protocols & templates and right-clicking your protocol version you get the option to “Export parameters…”. This generates a file containing a list of all the …
5th April 2022
Thanks to Joey’s tip I was able to create the following snippet which will set the alarm template of the selected child DVE: ExportTable extExportTable = new ExportTable { Id …
5th April 2022
Hi Ive, The timeline component itself is 1 shape, so configuring a Tooltip shape data field will just show the same one each time. Unless you use a session variable …
5th April 2022
Jeff, This has the potential of creating problems even for Cassandra. At such high frequency, we have seen that a a large number of tombstones (unprocessed records) start accumulating in …
5th April 2022
Christhiam, Looking at the numbers as presented above, the node calculation seems reliable and it should cover your numbers safely. The multi-cluster approach is the recommended architecture, and indeed, by …
5th April 2022
Hi Dominik, You could export a service template by selecting action ‘Export’ and choosing the option ‘Export to DataMiner Package (*.dmimport). By default all the services provisioned by the service …
4th April 2022
Some further digging revealed that the Validation feature (RN 25183) was only implemented in the DataMiner dashboards (RN 25253), not in Cube. A new software feature task (task id 182417) …
4th April 2022
Hi Jason, Building interactive script UIs is done using a grid. The columns of the grid are defined on the UIBuilder object using the ColumnDefs property. This property contains a …
4th April 2022
Hi Filiep, This is indeed expected behavior. In the database, the first 100 bytes of a primary key must be unique. By default, UTF-8-char encoding is used, which encodes a …
4th April 2022
Hi Jeff, Cassandra will keep all updates, deletes, … in memory and from the moment the memory exceeds a certain threshold it will push it to a ssTable on disk. …
4th April 2022
Hi Diogo, the code looks fine at first sight. Could it be that those alarms already existed before you’ve added “includeInAlarms” option to the relation? That option only has impact …
1st April 2022
Hi Sebastian, This question has already been asked and unfortunately there is no easy solution for this (original question).