Synchronization problems after overwriting a protocol

Hi Manuel, Modifying a protocol while retaining the same version shouldn’t cause issues; it’s a common practice during development. It is important to understand the nature of the changes and …

How is engine.ExitSuccess(“reason”) handled?

Hi Thijs, I’m afraid there is no other way to distinguish between a fail and success ScriptAbortException. Both ExitSuccess() and ExitFail() only seem to set the message in the exception, …

Palo Alto Networks PA-5060

The Palo Alto Networks Firewall Series is a generic connector and supports a wide range of Palo Alto PA-(200/500/4000/5000) series firewalls. You can give that a try.

BPA – Disable .NET Remoting in favour of gRPC communication

Hi James, Did you also check the cube setting? Connection type should be set as ‘Auto’ to work with the settings in ConnectionSettings.txt. https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Configuring_a_DMA/DMA_configuration_related_to_client_applications.html#manual-configuration-of-client-communication-settings

Cisco SG350X – hardware parameters missing

Hi Lars, I never really debugged this in depth, but AFAIK that’s a limitation of the firmware. That model is from the small business series, and I believe the data …

Retrieve Owner property using automation script

Hello Pedro, The GetAlarmProperty method is for custom properties that can be created for alarms. The “Owner” value is an alarm info data. To retrieve this value, a correlation rule …