Setting table 1 to table 2 in DMS
29th November 2024
Hi Davor, I will show you an example how to use dependencyId because I’m not 100% sure what you would like to achieve. You can add values to a table …
Answer
29th November 2024
Hi Davor, I will show you an example how to use dependencyId because I’m not 100% sure what you would like to achieve. You can add values to a table …
29th November 2024
Just to conclude this. The Syntax is: Set|Variable|ID|[Param:17/1815,65022,StoredID]|SetTrigger=ValueChanged …and also important is that this is also on the page level with Options ExecuteSetsOnInit.
29th November 2024
Hi Daniel, The number of Queries you can create in one dashboard or app is indeed limited: “From DataMiner 10.3.0 [CU18]/10.4.0 [CU6]/10.4.9 onwards, a maximum of 30 GQI queries can …
29th November 2024
Hi Ladan, Using a Grid component might be a good solution, as it gives you the flexibility to design and arrange content dynamically. Additionally, you could create an Ad-Hoc data …
29th November 2024
Hi Miguel, The requirement that “The source and replication DMA must use the same DataMiner version” is rooted in the technical details of how the replication mechanism works. In the …
29th November 2024
From what I can see from a quick test, it will execute all retries, then switch to the redundant connection while also moving to the the next poll group, so …
29th November 2024
The syntax for the param placeholder is: [param:DmaID/ElementID,ParameterID,TableRow] (mark the , instead of : for tablerow) If the row is stored in a property called StoredID, you will have to …
29th November 2024
Hi Rafael, Although I have not done it in those circumstances I do not see why it should not work. I recall that the library requires several parameters to be …
29th November 2024
Hi Naveen, You could a dashboard to achieve this. Using GQI queries (see Get Parameters for elements where) you can retrieve parameter values from elements and display it in a …
29th November 2024
Hi Arun, I noticed that you can run the SLLogCollector via command line. You could use the Microsoft Platform element to achieve this: Create a correlation rule that will be …
29th November 2024
Hi, There are a couple of ways to achieve this, but both options might take around an hour to set up and involve refetching data. These approaches would add an …
29th November 2024
Hi Gorazd, After a quick search, I couldn’t find an off-the-shelf generic connector ready for testing. However, I don’t see any technical obstacles to creating a connector that subscribes to …
29th November 2024
It looks like this question has already been answered in the comments. To make it clear that this question no longer requires an answer, I have added this pro forma …
28th November 2024
Hi Damien, In the rowfilters that you defined in your service or service template, did you make use there of the ^pk^ placeholder to force the filtering to happen on …
28th November 2024
In short, to make a parameter available to Automation and other modules, RTDisplay must be set to true. Please keep in mind that simply setting RTDisplay to “true” may not …