Query Regarding File Backup Format in DataMiner
22nd October 2024
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 …
Answer
22nd October 2024
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 …
22nd October 2024
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.
22nd October 2024
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 …
22nd October 2024
Hi Jurica, Can you make sure that the option ‘Do not fail when elements are not active or in timeout’ is selected (see General script configuration). Hope it helps.
22nd October 2024
Not sure if this will work but you can try testing for the state of the element. If its in error. If its in error you might want to do …
22nd October 2024
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 …
22nd October 2024
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 …
21st October 2024
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 …
21st October 2024
Update: It turns out there was an error related to a #region not being closed in designer generated code when “Copy protocol to clipboard”. Removing the regions entirely fixed the …
21st October 2024
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 …
21st October 2024
Hi Peter, When a user clicks a button in a LCA which executes an Automation Script, it will be executed in the security context of that user. Any SLNet message …
21st October 2024
Hi Rafael, I don’t believe there is a way right now to select all items in a grid automatically. You can select one automatically by using the ‘Select first item …
21st October 2024
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 …
21st October 2024
Hi Rodrigo, Rather than using any hardcoded hostname or IP, I suggest using <dmaip> in your URL instead. This will then get replaced by the correct hostname when connecting over …
21st October 2024
Hi Naveen, What kind of elements are these, and how long is the delay you see? For instance, if these are SNMP elements, it could be the round-trip time that …