How to know if a DCF connection is internal or external

The raw (SLNet) object contains an additional boolean property called Physical which marks the external loop-back connection. Checking if a connection is internal can be done by: !Phsyical && Source == …

Using AWS SDK to Develop AWS CloudWatch Driver

Hi, Since you are making your request directly through a QAction DataMiner settings shouldn’t affect that. It seems that your request is timing out, try to increase ‘ReadWriteTimeout’ on your …

GQI on alarms

This is already available as the ‘Active alarms’ and ‘History alarms’ data sources starting from 10.1.0. You need to enable the ‘GenericInterface’ soft launch option before you’ll see this in …

Spectrum thumbnails with details in Visio

I’m sorry but I can’t get it working but maybe it’s because I’m using a “Monitor”. Are these values also available for a “Spectrum Monitor”?

Spectrum thumbnails with details in Visio

Hi Stefan, instead of the thumbnail, you can embed a complete spectrum component, see https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_2%2Fvisio%2FEmbedding_a_Spectrum_Analysis_component.htm Keep in mind that this is slightly different from the thumbnail, as a thumbnail will …

Spectrum thumbnails with details in Visio

If I’m not mistaken these should be available in the same fashion as any other metric on a any managed object in DataMiner, and can be linked to Visual Overview …

Visio views are not visible in mobile version

Hi Jayaram, This is indeed the result of the revoked access to port 80. The visuals in the HTML5 interface will only work over HTTPS on DataMiner systems running version …

SNMP – negative request IDs result in Timeout

Hi Thomas, As Ben mentioned this is a known issue. According to RFC1157, the request ID is defined as integer. A valid Request-ID value must be in the range -2^31 to …

SNMP – negative request IDs result in Timeout

A request ID can be negative, but you also have to be careful how Wireshark translates this to a number in the UI because it’s two’s complement and Wireshark doesn’t …

Visual overview – session variable in button

All you should need to make your syntax correct is to add square brackets around your “var:varName”. So your _newValue should be “[var:varName]”. If the value is then also placed …