Applying a service template error

Hi Paul, Based on your comment, it looks like this question no longer needs an answer. If this is indeed the case, could you select this answer to indicate that …

How to: HTTP a POST / GET request

Hello Omer, IP address/host field refers to the IP of the device you want to poll, server is technically device as well, so in general when configuring HTTP you need …

Removing confirmation pop up – IAS

Hi Ana, I’ve had the same request a while back. The dataminer software team confirmed that this is currently not possible. I’ve raised a new software feature request. I suggest …

a time value in a dashboard table

You can create your own GQI operator for this or you could also ask Techsupport to raise this as an issue that you would expect a time type to be …

Visio shape not selectable sometimes

Because the shapes are transparent, the mouse can only detect hitting it on the border. Because hit testing does not happen constantly, it can be that you have passed the …

How to send SNMP traps from a DMA to a device?

Hi Joshua, I think there is currently no other way to do it other than using the notify call you mention. The class library indeed currently has no such functionality.

Sending SNMP trap from QAction

Hi Joshua, Checking this link, the type ipAddress is supported only on SMIv1. Checking this other link, it seems that this type is only available for SNMPv1. Checking your code, …