Force Automation Script to execute from Cube in case of communication lost
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 …
Answer
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 …
21st October 2024
Hi, The datetime columns are formatted using the regional settings that are configured on the client. The date and time format can be different for every user on the system. …
21st October 2024
Hi Fenta, This is how the GetMonitor() method is implemented: https://gist.github.com/TomW-Skyline/68afbd0be050e442cd62129a33490565. The code contains a comment which describes what’s being returned in the object. SA for the monitor: 0 = …
21st October 2024
Hi Chirangee For a comprehensive understanding of configuring alarm templates, I would propose to look into the following: About alarm templates | DataMiner Docs DM Docs on Alarm templates in …