How to mask alarms from a single interface?

Here’s an example on how you would mask a row in a table through DataMiner Automation: First you’ll have to setup the helper to communicate with the back-end. var helper …

Different notification template for SMS

Also I was wondering about the following. SMS has a limited number of characters and is it then desirable to forward all the content of the notification mail?  If I’m …

How to set the functionDVE name?

Hi Mieke, I’m unsure if the end goal is to present a nicer description of the resource in the resulting booking Service that holds all your resources but you might …

How to set the functionDVE name?

Hi Mieke, This can be achieved by setting the FunctionName in your constructor. e.g. FunctionResource functionResource = new FunctionResource() { Name = Convert.ToString(row.Profileinstancesname_202), PoolGUIDs = new List<Guid> { resourcePoolGuid }, …

Hosting Agent not reachable

Hi Jeroen, You are looking at a “disconnected element” interface in cube. This is functionality implemented in RN27613. What is a disconnected element? An element from which the hosting agent is disconnected from the agent you’re …

How to make DVE Connector Integrations SRM proof?

Hi Mieke, from the current little experience we’ve gained it is important to have in mind what functions the device does and what resources will need to be made available …