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.

Change Cube’s banner color

Hi, If the main reason is to avoid accidently changing parameter values on a production system, there might be some extra obstacles that can be configured besides a different UI …

Visio Show/Hide

Hi Stefan, I personally like the regex in the condition the most as it is clear to anyone coming to the Visio and is aware of basic regex. An empty …