Get table row in GQI
23rd July 2024
Hi, You could use a “Get parameter table by id” query for example with a filter to retrieve a specific row and then select the columns you are interested in. …
Answer
23rd July 2024
Hi, You could use a “Get parameter table by id” query for example with a filter to retrieve a specific row and then select the columns you are interested in. …
23rd July 2024
Hi, I believe the trigger component is what you’re looking for. It can also be used as feed to some components to refresh them when being clicked.
23rd July 2024
Hi, I am not sure if such a thing is possible to achieve as connectors should always be synchronized across the cluster to have consistent behavior if you migrate an …
23rd July 2024
Hi Barandisudha, To retrieve the ID of the DMA on which the script is being executed you can access the following property: Engine.SLNetRaw.ServerDetails.AgentID. More documentation: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Net.ServerDetails.html
23rd July 2024
Hi David, You could create a custom backup that only includes protocols, templates, and vision files. You can define a custom backup on the contents tab page of the backup …
23rd July 2024
Hi David, you can use the built-in DataMiner “Clean Up Unused” tool. This tool is located under System Center > Tools and can easily clean up unused protocols, unused alarm …
22nd July 2024
Hi, a nice checklist on how to deal with websocket problems can be found here. As you already enabled the protocol on the agents, I think option 3 (the outdated …
22nd July 2024
Hi Marco, the trick here is to ensure a consistent order in your data across multiple sessions. One way to achieve this is to sort your data by adding a …
22nd July 2024
Hi A B M, As Miguel stated, I do not believe we can do the correlated alarm off of the Base alarm. However, would a custom element property work in …
22nd July 2024
Hi Ross, Kindly check if websockets are installed and enabled in the Server Manager (IIS). More information can be found here. Any specific browser that the issue is observed? Does …
22nd July 2024
Hi, When using CassandraCluster and indexing database is required.It is not possible to configure the database without one as both DataBases holds unique sets of data that are not duplicated …
22nd July 2024
Hi, The DataMiner Teams bot/app does not make use of Office 365 connectors, so there will be no impact or change. Wkr, Jordy
22nd July 2024
it is similar to this post a while back: https://community.dataminer.services/question/error-with-qaction-900012-and-900011. It is likely due to limited physical resources of your disk space, ram or SLScripting
22nd July 2024
Hi Ana, I don’t know my understand is correct but using following codes, you can find input data definition from PreRequiredData[]. ServiceFilter filter = new ServiceFilter { NameFilter = “Service …
22nd July 2024
Hi Tom, Currently it’s only possible to remove multiple instances by passing the list of instances you want to delete. You can find more information here: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_examples/DOM_BulkProcessing_Example.html#remove-multiple-dominstances