NDS Authentication Support
7th October 2024
Does the self-hosted Dataminer support NDS authentication? If so, has it been tested before in a project or lab? Is there any documentation, even basic ones, about the setup or …
Question
7th October 2024
Does the self-hosted Dataminer support NDS authentication? If so, has it been tested before in a project or lab? Is there any documentation, even basic ones, about the setup or …
7th October 2024
Hi, I’m working on the widgets for an interactive automation script. I added a TextBox to the widget and set its placeholder property, but no gray placeholder text is appearing …
7th October 2024
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 …
7th October 2024
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 …
7th October 2024
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 …
6th October 2024
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>() …
5th October 2024
is it possible to create pages , parameter , add attributes using c#. same as how we can insert html tag and attribute using javascript.
4th October 2024
Hi Team, I want to show an alert message from my application(LCA app developed using AS) inside the DM active alarms using automation script for recording the alerts purpose. Is …
4th October 2024
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
4th October 2024
is it possible to make dynamic subpages in protocol or page button could be a option?
4th October 2024
i am getting two ip in device address element which is pooling ip type. so first need to set only on in this parameter. also need to use this ip …
4th October 2024
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
4th October 2024
Hi Team, I am trying to monitor a resource/element 24/7 under a service, in that case i want to know does the resource should be mandatorily added in SRM resource …
3rd October 2024
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 …
3rd October 2024
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 …