[LCA – Table] – Enforce sorting/grouping for all users
14th July 2026
Hi Catarina, There is no way to disable the sorting and grouping functionality of the table component. A user will always be able to sort, group & filter the table …
Answer
14th July 2026
Hi Catarina, There is no way to disable the sorting and grouping functionality of the table component. A user will always be able to sort, group & filter the table …
14th July 2026
Hi Stefan, There are no specific requirements about the exact versions of the .NET 10 hosting bundles. All DataMiner components requiring .NET 10 should work with any version of the …
13th July 2026
Hi Romain, Yes, this is possible, but not via dummy.ElementInfo.SnmpReadCommunityString / SnmpWriteCommunityString (those often come back empty). For Automation scripts, the reliable approach is to read the SNMP credentials from the element port configuration (ElementPortInfo) …
13th July 2026
It is indeed not supported to mix VIP and hostname failover pairs in the same cluster. The main & stand-by DMA don’t need to be on a /24 subnet specifically, …
13th July 2026
If performance is of the essence, I would probably recommend GetTrendDataForParameter. This returns the SLNet raw response and does no custom parsing inside the webapi. You have no option to …
10th July 2026
Part of the explanation here will be that the dash being used in the element name (–) is an en-dash, which translates to 3 bytes in UTF-8 encoding. In your …
10th July 2026
Hi Guy, Why the cloud share can’t be iframed: Opening the cloud-share link redirects to DataMiner’s login provider, dataminerservices.b2clogin.com (Microsoft Azure AD B2C). That Microsoft-hosted page returns X-Frame-Options: deny, so browsers refuse to render …
10th July 2026
Hi, The following steps should result in some output being shown: Configure the setting to collect the metrics for a specific element e.g. QACTIONMETRICS_ELEMENT_346:450 and press Apply. The MaintenanceSettings.xml file …
10th July 2026
Hi Ramesh, make sure that the ‘NoConfirmation’ option is set in the Hyperlink.xml for that hyperlink, otherwise the pop-up will be shown as you mentioned. When I trigger such an …
10th July 2026
This driver appears to be interfacing directly with SLDataMiner to create an alarm event. Most likely this will be called as protocol.NotifyDataMiner or as SetDataMinerInfoMessage over SLNet Before: Type: (int) …
9th July 2026
Yes after clicking the checkbox it does work and this pop up doesn’t appear. But it also open’s the automation script execution popup screen behind it. I don’t want the …
9th July 2026
To automate this process or create a quick toggle, you would need to implement a mechanism that changes this setting with a script. There is no official support in our …
9th July 2026
Hi Daniel, Can you try using the Indices data source: You should be able to list the indices: Hope it helps.
9th July 2026
Since an automation script actually runs server-side I don’t think there is any other way in achieving this than using ShowUI.
9th July 2026
I get the impression that this question has already been answered in the comments. If this is indeed the case, could you select this answer to indicate that the question …