DataMiner backup on network using SFTP

Hi Daud, It is not possible to use an (S)FTP share to store the network backup. Only SMB file shares can be used. This wasn’t properly documented before so could …

Unit in front of number

Hi Arne On the Data displays (Cube/Monitoring app), this will not be possible indeed, but do know that in dashboards and low code apps, you can achieve that. You’ll need …

Unique id Field descriptor DOM similar to ticketing app

Hi Martijn, You can do this using an ‘AutoIncrementFieldDescriptor’. By adding one of those FieldDescriptors to a SectionDefinition, the DOM manager will automatically increment an ID and add the value …

Automation Script Last Run Time

Hi Oliver, A possible option is to search for information events using the following filter: Parameter description (by protocol): DataMiner ELement Control Protocol Parameter: Script started This will provide you …

Automation Script Last Run Time

Hi Oliver, One option would be to leverage the system information events. You can build a filter like this, to get an overview of all scripts that are executed in …

Link Subshape based on row of table to element

If I understand the use case correctly, being generating one shape per table row, I think you might be overthinking it. There is no need for multiple subshapes. An example …

Link Subshape based on row of table to element

Hi Pascal, At first sight, the configuration of your shapes looks correct. Please make sure that the shape with shape data “Element **” is within the group with the shape …

How to retrieve a table row parameter by using the Display Key [IDX]

Hi Peter, The information can be found in our docs: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Placeholders_for_variables_in_shape_data_values.html#paramdmaidelementidparameteridtablerow You can put this placeholder as text on your shape. For example, could look like this: [param:128702/12578,1002,*Program 3*Channel 15*] …

attachments for DOM instances

Coming back to this, how can i show and open attachments when they are attached to an DOM instance from an lowcode app?

Not Initialized Cells in SNMP Table

Hi Alex, I found a similar issue when searching for “Unable to receive the message”: Receiving malformed packets from a SNMP device – DataMiner Dojo. In that case, it was …