Telephone number in Active Directory users

Hi Fernando, a possible solution could be to add the phone numbers manually in DataMiner. You can do this from DataMiner Cube > System Center > Users / Groups. Then …

SRM Profile Parameters not able to save

Hi Jeroen, I had this in the past and was able to work around it by executing below steps. Remove converter script from duplicated parameter and save it Add converter …

SLTaskbarUtility – Launches XBAP Cube

Just right clicking the icon should not launch the Cube. DataMiner Cube  should only get started when choosing Launch > DataMiner Cube If that’s not the case on your setup, …

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 …