How can I disconnect cloud connection?

Uninstalling cloud pack doesn’t change the Cloud Connection Status to “Disconnected”. It only change Cloud Session to “Invalid”. I contacted the cloud team

How can I disconnect cloud connection?

Hi Ladan, You could uninstall the cloud pack from the servers, but that’s only a short-term solution, as an upgrade could reinstall it. To remove the cloud connection permanently you’ll …

Driver of type virtual

Hi Elvio, You can do that by having the following flow: Timer > Group (type poll action) > Action (on parameter, type run actions) > Parameter (type dummy) > QAction

Export / Import Multiple Automation Scripts

Hi Andrea At the moment Cube indeed doesn’t allow to export and import automation scripts in bulk. Maybe it’s worth looking into maintaining those automation scripts in an Automation script …

Export / Import Multiple Automation Scripts

Hi Andrea, You can copy the .xml files from the c:\Skyline DataMiner\Scripts folder, from one dataminer system to another. The dataminer server will have to be restarted afterward. Alternatively, you …

ChildType Row (does it exist?)

The child row results in an element shape each time. That means they all refer to the same element by default. Try using the parameter shape data in your colored …

GQI Custom Operator – Dynamic Input Arguments

Hi Miguel, Great use-case! Unfortunately, it is corrently not possible to provide the user with additional input arguments. The current lifecycle of a custom operator only calls the ‘GetInputArguments’ method …

Unexpected Exception Unknown file change type

Hi 🙂 We have seen this notice in the past. The notice is generated by an incorrect call  coming from software/driver/automation script, using NotifyType.AddFile type instead of NotifyType.FileAdd. We checked …

System Name Change

Hi Nathan, Changing any items under the Agents>System>System Info Name will not have any impact in your system. Usually this information is used when you generate reports. So you can …

Syntax for Alarm Range Filtering

Hi Samson, You could use a combination of the ‘*’ and ‘?’ to create a wildcard expression to specify the alarm range and even the source DMA if needed. The …