How to make Cube Maximized when it is started up?

So I’ve been tasked with getting some batch files working to automatically relaunch Cube when a windows machine is rebooted. Using the following batch command and arguments, Cube will launch …

Dataminer Backu-up Enquiry

Hello Dojo, I’m working on a disaster recovery solution that involves backing up specific files to an external server from Dataminer. My aim is to automate this backup process to …

Configuring SMTP in a Cluster

Hi, we have 4 agents running in our cluster. Only one server can sent emails, but this setting is now on every agent. Is there a setting that the agent …

SNMP timeout message

Hello team. first time here. I am developing a connector and make all layouts and now getting ready to populate with SNMP mibs. My issue is that in my Dataminer  …

DOM Instances Read filters

I’m trying to read some DOM instances based on some conditions but I’m getting an exception. These are the conditions: var resourceDomGuids = resourcesData.Keys.ToList(); // Get jobs using nodes that …

Changing the color of UIblock items like StaticText

Hello, I need to change the color of a UIblock StaticText to red. I’m not using the Automation Toolkit. I’ve designed my Automation script using the old-fashioned UIBlockDefinition method. I …

Dynamic Showing of Images on Low Code App

Hello everyone, I have a question regarding showing images on the Low Code App, I am using dynamic tables of elements and on double click I want a new page …

Displaying parameters from dynamic tables

Hello everyone! I have a question about “Displaying parameters from dynamic tables”. In the future, we will use a dynamic table in the protocol for our gateways, which contains and …

ParameterControl lite write only parameter

We have a parameter from a table being populated in a child shape, the button displays but pressing it does nothing, unless we remove the lite option, which then displays …

Unit testing for a SNMP Connector

This is my fist time to develop a SNMP connector for a client and to take a real task, I’ve created the write/read parameters and now I’m asked to write …