Web Components request https

Hi Marco The Web component doesn’t have a restriction on http vs https. It only enforces the use of https when the LCA itself is visited using https (which we …

DataMiner Backup main and failover Agent

I can say: * when scheduling in a backup via Cube, it’ll take a backup for both failover agents. * when manually triggering a backup (on e.g. the online agent), …

How to get service object details in GQI?

Hi Apurva, In an GQI Ad-hoc data source you could use the GetServiceByIDMessage or GetServiceByNameMessage as follows: var request = new GetServiceByIDMessage(dmaID, serviceID); var serviceInfo = _dms.SendMessage(request) as ServiceInfoEventMessage; var …

how to hide alarms for a group ?

Hi Joel, If you’d like to hide the alarms in the alarm console in cube, you can choose to enforce filtered alarm tab pages. You could hide the default alarm …

Central Database offload timeout configuration

Hi Hugo, Unfortunately this is not possible. However keep in mind the default timeout for our queries (including the upsert of the offloaded data) has a timeout of 30 minutes, …

Upload to Catalog Error

The problem occurred because the Organization key was used instead of the DataMiner System key. Essentially, the DataMiner System key needs to be used, assuming that the DMA is part …

how to hide alarms for a group ?

Hi Joel, Security is defined on View or Element level, so it’s not so straightforward to achieve what you describe here… The best I can think of, is to create …

Can we get the LCA which was removed?

Hi Apurva, There is no backup created when deleting an LCA, this action is final. You could try looking for an older version of the LCA in ‘C:\Skyline DataMiner\System Cache\Web\Backups’. …