Nimbra Manager – Visual Overview Map shift

Hi Jeroen, Could you try adding the option NoAutoScale (DataMiner Help – Overview of page and shape options)? With this option the page displaying the map will not take the …

Setting a protocol version.

Hi Ryan, with the methods provided in the help you can only request the protocol version for an element object like so: el.ProtocolVersion;

Nimbra Manager – Aggregation decimals

Hi Jeroen, I didn’t have a look at the overview available for the Nimbra Manager, but for this specific case, maybe you could use the option Decimal? Link to DataMiner …

NotifyType 220 vs NotifyType 336

Hi, To give an overview of the history: More than a decade ago the EPM (CPE) collectors were using NotifyProtocol NT_FILL_ARRAY_WITH_COLUMN (220) to fill in the data that was being …

NotifyType 220 vs NotifyType 336

Hi Guilherme According to the help, there is no difference. See DataMiner Development Library Not sure about the history but most likely it had some improvements that have since been …

SQL update for DataMiner servers

Dear Carlos, Thank you for your message. It should be no problem to upgrade your MSSQL2016 server to SP3. No issues are expected when doing the upgrade. Kind regards, Thibault

How to stop an Automation Script that runs in the background

Hi Jens, You can send an ‘abort’ message’ to the server: ScriptControlMessage abortMessage = new ScriptControlMessage(DataMinerID) { ScriptID = scriptID, //this is the running automation script ID Type = ScriptControlType.Detach …

Dashboard – get reservations with GQI

Hi Ive, This data is currently available when using the ‘GenericInterface’ soft launch option. When enabling this, a new data source called ‘Bookings’ will be available.  See the Help for …

View Only Preset

Hi Joseph, Currently it is not possible to save custom presets. There is already a similar feature requested in our section Feature Suggestions: Dataminer User’ Group’ permissions – Saving/Import/Export/Merging At …

Central Database | Cassandra support

Hi Arturo, DataMiner now supports a Cassandra cluster for the whole DataMiner system, instead of each DataMiner node having its own Cassandra node. This is although for storage of the …

What is the size of a Cassandra Datapoint?

Hi Arturo, The node calculator (DataMiner Node Calculator – DataMiner Dojo) uses 200 bytes for one trend record. PS: the replication factor of Cassandra also needs to be taken in …