LCA Identifier per browser tab
2nd May 2025
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
Answer
2nd May 2025
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
2nd May 2025
Hi Gerwin, There is currently no way to control the path in a flow or when executing actions. We have some tasks on our backlog to add more operators to …
2nd May 2025
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 …
2nd May 2025
If you don’t use the GQI DxM yet (supported since 10.5.5), you must have the required DLLs available in c:\skyline dataminer\files\ folder.
2nd May 2025
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 …
2nd May 2025
Hi Apurva, Starting from DataMiner 10.4.0[CU11]/10.5.2 onwards, you can use the DMAIP data in Dashboards & Low Code Apps. It is accessible from the URL data section and via interpolation …
1st May 2025
Hi Dan, If its just an HTTP GEt fire and forget API call that doesn’t require authentication from the LCA: add an action with open url However if the API …
1st May 2025
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” …
30th April 2025
Hi Ryan, You can disable the write of a column base on the value of another column. options attribute | DataMiner Docs Let me know if this helps.
30th April 2025
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 …
30th April 2025
Hi Eric, If you would need the IP address of a specific DMA in a cluster, you can use the ‘GetDataMinerByIDMessage’ SLNet message as follows: var agentId = 123; var …
30th April 2025
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 …
30th April 2025
Hi Laszlo, I had a quick look and I could find this connector in the catalog: Dell MXL 10-40 GBE Switch This connector implements a few OIDs from Dell’s MIB …
29th April 2025
Hi Daniela, A possible option is to use a script condition to take into account the value of the parameter from the second element. For example: Hope it helps.
29th April 2025
Thanks @ben.vandenberghe I will replicate and create alarm template to monitor different parameters along with different correlation rule to send alerts to Slack on different channels. I had originally attempted …