DCF – How to display an Interface Property?

Assuming you’re referring to interfaces that come from a table parameter, you can link to different parameters from that same interface row with the InterfaceParameter template shape. Create a simple …

DataMiner Community Edition compute requirements?

Hi Edson, I’m not aware of specific compute requirements for the DataMiner Community Edition so I would go for the minimum requirements (See DataMiner Dojo). For the storage, I typically …

How to run a .bat from an automation script ?

Hi Berard, The problem could be the usage of \ in the command arguments. Maybe try something like this: var startInfo = new ProcessStartInfo { WorkingDirectory = @”C:\Skyline DataMiner\Documents\DMA_COMMON_DOCUMENTS”, FileName …

Logger Table – How to show local date-time?

Hi Brecht, You could indeed add a second datetime column. There are connectors with both a start- and end-time. Just don’t add the <Partition> tag to the extra columns, so …

Get alarms for elements filtered by a view

Hi Yahya, You could use the data source ‘Get View Relations’. This data source will provide the View ID and the IDs of the child components (e.g. elements in the …

How to set Root Alarm time using history sets?

Hey Gabriel, Is your parameter in the protocol flagged as a ‘HistorySet’ parameter? historySet attribute | DataMiner Docs If it’s not try adding the attribute and see if this behaves …

Service Template: service name already in use

Hey Alex, If you are running in a DMS also have a look at the C:\Skyline DataMiner\RemoteServices\123 folders. There the service information is stored for the other DMA’s in the …

Alarm on time delay of Update Time

Hi Emilie, I believe it is a good approach. This approach is also used when monitoring heartbeat traps. Since you are planning to execute this workflow (every minute) in a …