QAction set parameter not working

Hi, The write parameter has setter=”true” defined. In such case it will set the value on the read parameter 18009, but if there is then a trigger on the write …

Filter data when typing name in the dynamic dropdown

Hi Niranjan, You can achieve that using the following option in your dropdown: new DropDown { IsDisplayFilterShown = true, Width = 200 }; More info: Property IsDisplayFilterShown | DataMiner Docs

LCA Identifier per browser tab

Depending on the browser you might be able to have something like containers for tabs (works in firefox) where basically all container tabs are different private browsers

GQI using cache data

Hi Kristopher, GQI (using SLHelper) internally caches protocols to increase performance when executing these queries. It looks like the top table uses an outdated version of the protocol that is …

Failed to get log file (302 – Found)

Hi Zain, This is a new and more detailed error page as of RN42533. In the past this error would have resulted in a page displaying raw HTML. The 302 …

Failover Pair – Is the folder Webpages synced?

Hi Catarina, On the FO pair, you can check the syncinfo file name ending with 400A.xml and look for something like the below but for the Webpages\Public folder: <Change type=”add” …

Update the current highest AlarmID on a DMA

Is there a specific reason you want to achieve this? On DataMiner startup, the next alarm ID to use for that agent is determined by looking at the highest alarm …

Correlation to Activate on Multiple Element Alarms

Hi Daniela, You should be able to configure this as follows: Alarm Filter: Element X Critical OR Element Y Critical Alarm Condition Filter Condition – Element X Critical AND Filter …