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 …

Verify if automation script is (still) running

Hi Joey, You can also do this from a QAction, Automation script, or any C# application with the following code: private bool IsAutomationScriptRunning(string scriptName) { var request = new SetAutomationInfoMessage(AutomationInfoType.Maintenance …

Verify if automation script is (still) running

Hi Joey, Maybe you can have a look at the Skyline Automation Performance Monitor connector. This protocol tracks which scripts are running, how often they ran and how long the …

CrudFailedException on SLBPAManager log

The stack traces indicate that there’s an unexpected problem saving BPA configuration files to disk (on BPA updates or sync within cluster). It’s probably best to create a collaboration task …

LDAP vs LDAPS

Hi Andre, Please check the section Remarks regarding LDAP settings in DataMiner Help – Configuring LDAP settings: To connect to the LDAP server with SSL, from DataMiner 9.5.6 onwards, specify …