Devices with authentication

Hi Bethany, There are of course different types of IP interfaces, SSH being one of them. But in general, if credentials are required, you’ll indeed have to provide a username …

Element is currently not active (Error)

Hi Ryan, Are you connected to another agent than the one the element is located on? You can verify where the element is located in the element list by checking …

Dataminer local installation

Hi John, What version of DataMiner are you using? Can you also check what level is defined on your user group? The level should be equal to or higher than …

Alarms forwarding – Alternatives to SNMP traps

Hi Bruno, You can also forward (push) alarm events to third-party applications via TCP/IP socket messages. The TCP socket is one of the standard public interfaces. It’s also possible to …

Create Property via Automation Script

Hi Ryan, I tried the CreateProperty method and I am not able to get the error that you are experiencing: // Create a DMS object IDms dms = engine.GetDms(); // …

Alarm Template – conditional monitoring on property

Hi Bernard, Alarm template conditions can be configured through the UI, so you don’t need to worry about the syntax. Element Properties can be accessed via the ‘generic’ table parameter …

Visual Overview – Get resource data as session variables

Hi Jens, The SelectedTimeRange variable can be used in Visual Overview, starting from 10.2.1.0. Documentation: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/SRM/Embedding_a_Resource_Manager_component.html Internal release note: 31770 A small enhancement is done in 10.2.3.0, see internal release …