SNMP connection problem
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 …
Answer
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 …
21st October 2024
Hi, The webpage is defined in the pageOrder attribute of the protocol > display tag. In case you want to add a web interface link to the page overview, add …
21st October 2024
Hi Mohammad, There is a similar question: Maintaining Cube session open 24/7 You could disable the option to avoid the disconnection. Hope it helps.
21st October 2024
Double-click the parameter. Go to the ‘Templates’ tab, enable monitoring, and enter your value in the alarm template. Then, update the template. Now, whenever the parameter reaches the specified value, …
21st October 2024
Hi Oscar This error typically identifies 1 of 2 things, a memory or a disk issue. Memory You already checked if the processes are close to 4GB (ie. for 32 …
18th October 2024
Hi, we are now facing the same requirement. We have a service with alarm state and data of assigned elements being used on shapes in a visual, that is linked …