Query Regarding File Backup Format in DataMiner

Hi Samson, Firstly I recommend using the backup files only as intended. Having said that, essential the .DMBACKUP is just a zip file organized in such a way that the …

Query Regarding File Backup Format in DataMiner

Hi Samson, The backup file is a compressed file (zip format). If you change the extension, you should be able to extract individual files from the backup. Hope it helps.

Query on backup file size

Hi Min, As far as I know it is not possible to know the size of the backup before taking a full DMA backup. A possible workaround is to use …

How to place a button in the Table – LCA

Hi Baranisudha This can be achieved using Table templates. These templates allows you to style any table cell the way you want and to create actions and conditions based on …

Retrieving NodeEdgeX/Y coordinates via an ad hoc script

Hi Sofia, This is indeed achievable through the GetPropertyValueMessage. Note that these values are already exposed as columns on the element, service and view data sets. Therefore, I wouldn’t fetch …

LCA – bulk DOM update

Hi Dario, Our table currently does not allow changing values. So as you already indicated, the current way to ingest or update items is through the form component. Note that …

SNMP connection problem

Hi Davor, The VendorOid, DeviceOid, and Integration-ID are mainly used for northbound communication. They are not used when dataminer is polling a remote system. A communication timeout can be caused …

LCA – bulk DOM update

Hi Dario. Thank you for your question. It is possible to trigger the automation script that would use the data from your row to update the DOM instances. However, in …