ERROR_WINHTTP_INVALID_SERVER_RESPONSE

ERROR_WINHTTP_INVALID_SERVER_RESPONSE means the HTTP response could not be parsed correctly (likely due to an invalid response format or the timeout being too low in DataMiner). It could be that the …

SNMP forwarding question

When the box is unticked, the SNMP manager will be disabled and will no longer forward the alarms to that IP. They will not be stored, when you enable the …

Combining 2 alarm filters for new users

Hi ArunKrishna, You can create a new filter which combines both existing filters. This way you can achieve the same as for the old users. Currently it is not possible …

Linking Aggregation rule to a visio shape

Hi Elvio, The first step is to get the shape populated (only then are we sure that the correct index has been generated). Make sure every field of the placeholder …

Visio: Hide Parameter Control Shape

Hi Kaio, There are multiple ways of doing this. Using the extended shape conditions, you can use either of the following: <A>-A|Element:9109/201|Parameter:210|=[Param:9109/201,200] or <A>-A|Value|[Param:9109/201,210]|=[Param:9109/201,200] More info is available in the …

Clock Macro

There are a number of visio placeholders that would allow you to display certain times as text: [DataMinerTime], [localtime] and [UTCTime]. Futhermore, you can also use the [SUM:] and [subtract:] …

Initialialisation of table from automation script

One way to do so, could be using Engine Extension methods which will allow you to access IDmsTable Methods. Something in the lines of: IDms dms = engine.GetDms(); IDmsElement element …