Hi Dojo,
Is there a way that I can make changes to my system functions without restarting the DataMiner Agent?
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 25th March 2022
Hi Jens,
This is possible since DataMiner version 10.2.3
To do this, you can use the automation snippet below.
var pfHelper = new ProtocolFunctionHelper(engine.SendSLNetMessages); var xmlContent = File.ReadAllText("..."); pfHelper.ReplaceActiveSystemFunctionDefinitions(xmlcontent);
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 25th March 2022