Favorite topics at Dojo

Hi Henrique, Great suggestions.  We’ll review what we can do. I believe it would be feasible to add your questions and questions you have commented on, and to have that …

Favorite topics at Dojo

Hi Henrique, Thanks for contributing and improving the platform, I think these are valid feature requests which can be added to the feature suggestions page.

Where to find DataMiner backup restore logs?

You should be able to find a file in C:\Skyline DataMiner\Upgrades with a name similar to update.log.<year>_<month>_<day>_<hour>_<minute>_<second>.txt To add to this, the database restore (on Cassandra) is specifically logged in …

set the parameter value back to uninitialized

As I think your question is about a stand-alone parameter, and not a table parameter, I just want to add the following example to Jarno’s answer (which should be fine …

set the parameter value back to uninitialized

Hi, It depends on what needs to be set to “Not Initialized”. -If it’s a single parameter then execute the Actions of Type “clear” and also “clear on display” on …

set the parameter value back to uninitialized

Hi Miaio, The protocol Action should be able to do what you want. Inside the action, you need to use the Protocol.Actions.Action.Type set to clear and Protocol.Actions.Action.On set to parameter. …