Authentication for low-code apps in iframe

Hi Laris – note that this already implies that for all external users one would have to make a user account on the DataMiner System itself.  Because you are talking …

DMA restore

Hi Milos, If you restore a backup on the same machine, in other words you overwrite the same config with just a version from a few days earlier, you should …

Change the table update effect based on the trigger

Hi Marco, We improved this behavior recently. The results from the previous table are maintained until the new updated result has arrived. This is in effect as of DataMiner 10.3.0(CU15), …

Service Template filtering on Foreign Key

Hi Daniel, The first approach that comes to my mind is to update the primary key of the table so it can include the node id. For example: InterfaceId.NodeId Then, …

Remote DMA connection from a protocol

Hi depending on your use case it would indeed be the WebAPIs or web services. If you have a specific workflow in mind you can also look into User Defined …

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 …