Interactive Automation Script

Hi Amer, I assume the button is a property of your dialog class. Check that the button property does not get overwritten after subscribing to the Pressed event. In case …

Low Code Apps – logging (best practice)

Hi Jens, this is not full logging, but it can help for debugging custom GQI connectors. If you try/catch the errors in your code, you can throw a “GenIfException”. This …

SRM – Simple Resources (not element based)

Hi Jamie, You can use resource pool inheritance. However, what you want to book needs to be something related to a function resource you add in your booking. Example : …

Low Code Apps – logging (best practice)

Jens, What is done in SRM has few drawbacks, due to the fact that it requires a shared folder accessible from all DMAs of a cluster. There is also a …

Communication through DMSs

A way of doing it could be by using an SNMP Manager on the DMS that needs to forward the alarms and a trap receiver on the receiving DMS. The …

Communication through DMSs

Hi Sevil I believe you’re thinking of 1 of the following: Replication (e.g. an element is replicated from 1 DMS on another) Northbound Interfaces Web Services (SOAP or JSON) SNMP …