how to get low code app on the catalog

Hi Tim, As Rene suggests, the current way to publish a Low-Code App on the catalog is through an application package (and more specifically through companion files). An app is …

Automation Script retrieve rows based on a query

Hi Oliver, This filtering is not available standard in IEngine, but you can use the “Skyline.DataMiner.Core.DataMinerSystem.Automation” NuGet and use the QueryData method in the IDmsTable class for that (Method QueryData …

Investigating running processes

Hi Floris, Thanks for the speedy response, and useful info. I have looked at the documentation, and as I then understand, I should see each of these running on the …

Investigating running processes

Hi Garry, DataMiner processes | DataMiner Docs seems like a comprehensive list of the DataMiner processes. Regarding the SLProtocol and SLPort processes, we have created pools of certain processes to …

Failing backups

Hi Chris, Please check similar questions: Backup job had error Backup Failure Hope it helps!

Monitoring GPU usage

Hi Andrew, The Linux Platform connector currently does not provide information about GPU metrics. For Microsoft Platform connector you could use the performance counters available in the page ‘Performance Monitor’. …

Generic Trap Receiver – Trap OID Update Table

We have another SNMP Trap sender that sends traps for errors on different signal paths using the same OID, but with different bindings, e.g. CHANNEL | Binding 1 (General) | …

How to update booking properties silently?

Hi Michiel, The preferred way is using reservationInstance.UpdateServiceReservationProperties like the documentation states. That method will sync consecutive updates and waits for the values to take effect to not have the …