DataMiner AI relationship with Cassandra and Elastic DB

Naveen Please note that we no longer recommend any production deployments with Cassandra database only; please refer to Supported system data storage architectures | DataMiner Docs .  However, you can install Elasticsearch …

Alerter compatibility after DataMiner upgrading

Hi Daniel, Although I can’t guarantee the compatibility, typically not much changes to the functionality of the Alerter and the communication with the DataMiner agent. I don’t think you’ll need …

Email notification template

Yes, the layout of a notification message can be changed as described in following link: https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/Advanced_security_configuration/Customizing_the_layout_of_notification_messages.html

Identifying the DMS in an automation script

Hi Philip, You could use the GetInfoMessage SLNet call with the Type option set to LocalDataMinerInfo. var message = new GetInfoMessage(-1, InfoType.LocalDataMinerInfo); var response = (GetDataMinerInfoResponseMessage)engine.SendSLNetSingleResponseMessage(message); string agentName = response.AgentName; …

Color box based on color code.

Hi Samuel, do you prefer any random color, or some fixed/pre-defined ones? That should be possible using the iconref. A few colors are currently available in a circle format (see …

Log file cannot be opened in cube

The popup in your first screenshot is Cube not trusting the certificate of the agent you are connected to (A). That will probably be solved by fixing the hostname in …

Session Variable Reset in Visio

Hi Jens, Thanks for your suggestion but it did not work I’m afraid. I’m using the session variable in router control componentOptions as below, would it be why it’s not …

Log file cannot be opened in cube

Hi Laurens, is the <https> tag in your maintenancesettings.xml configured correctly with the new dns name? If this tag is not set correctly the logs will not be accessible.