Incomplete alarm bubble-up

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 …

Where Write PrameterID

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: …

Where Write PrameterID

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 …

Where Write PrameterID

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 …

Sizing for Cassandra and Elastic cluster in current DMS

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 …

Export a service template from a staging agent to a DMS?

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 …

Cassandra migration resulting db size

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. …

Incomplete alarm bubble-up

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 …