Recommended IIS application pool settings

The application pool is used for the following functionalities: API Legacy dashboards Annotations Video thumbnails None of these require a lot of processing. Therefore the CPU usage of the web …

Several DMAs with common Cassandra cluster

Hi Anatoly, Let me go over your questions. 1: There is no need to create the DB structures yourself. When a DMA starts up whe check which tables already exists …

Setting data to parameters in DataMiner

Hi Ryan, The only limitations I’m aware of are those of the string classes themselves. These are ~2^30 characters for both C# and C++ (~1 billion UTF-16 characters). You didn’t …

Configure alarm template by script

As of 10.1.9.0 it will be possible to create, edit and delete an alarm template using the web API (this has been introduced with RN30383 for which the documentation will …

ShowInformationMessage not working as expected

Hi Gauthier Did you verify the notes that are related to the ShowInformationMessage method defined in our Protocol Development Library? Example scenarios that are supported: Write parameter that triggers a …

Add info to views in tree view

You can do so by adding a custom configuration in MaintenanceSettings.xml. You can find detailed information on how to do this in the DataMiner Help: https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_2%2Falarms%2FDisplaying_alarm_statistics_in_the_Surveyor.htm

DMA Backup

A round-about way of knowing the version is to check the Cube version if included in your backup. The name of the folder in the (Webpages\DataMinerCube\Application) directory indicates the DM …

Delay in connecting with Cube client

A possible reason for this: If your DMS is configured to only allow HTTPS, and the config in your Cube Start Window is still referring to HTTP, then the start …

Dynamic Virtual Elements

Hi Francisco, I’m not sure if there’s more video-related material regarding DVE’s, but I can already provide you more information regarding: the creation and configuration of DVE’s: DM Help Implementation …

Hide Icons on Maps

A solution could be to use a script tag in a configuration file to control the appearance of the default UI element as described here The following JavaScript sample code uses an automatic …

Can Dataminer use API Keys to authenticate?

Assuming you mean authentication from a DataMiner connector, it is indeed possible to implement such schemas. However, the technical details shall be reviewed against the API documentation, but we have …