Aggregate multiple source in one LCA

Hi all I have to create a dashboard / LCA that should show different alarms and ticket from different sources, like other dataminer clusters, Grafana and Spark, Now to integrate …

Pop up table details or show in a diff pages

Hello Community, I display few data through Api call in this table now I want to show some other details  for respective row. these are the possible things i want …

Socket binding issue in QA Device Simulator

Hi Dojo community, I have been working on generating a file that holds the dynamic data for the Driver Passport platform, but I have encountered the following issue in the …

ChatOps Mention User

Hello community, I’m trying to mention a user when creating a post in a Teams channel using ChatOps. Using https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cdesktop%2Cconnector-html#microsoft-entra-object-id-and-upn-in-user-mention, I managed to create this: var adaptiveCardBody = new List<AdaptiveElement>() …

Visio File download

HI guys can someone explain me how to set visio file and connect with dataminer cuz i downloaded and i don’t know how to import that

dynamic sub pages

is it possible to make dynamic subpages in protocol or page button could be a option?

Banner in LCA

Hi Team, I want to show a banner(like we have in DM) on top of my LCA application on certain conditions. Is there an option in LCA for this

Duplicating a element in another dma with C#

Hello everyone, can someone help with the following error? (Code: 0x80004003) Skyline.DataMiner.Net.Exceptions.DataMinerException: Array cannot be null. Parameter name: bytes —> System.ArgumentNullException: Array cannot be null. The code i’m using is …

Using RegexReplace in visio shapes

There is an example in the Reference section of the documentation:- [RegexReplace:(?<token>[^|]+)((?<separator>[|])|$),[var:sessionvar],value=1005 == ${token};] Can anyone point me to an explanation of the various fields used in this example and …

Set alarm property using web services

Hi all, Is it possible to set a custom alarm property via web services? I found a method to work with properties: SetPropertyValue | DataMiner Docs But it only works …