Line Chart – Columns cannot be selected from GQI query
24th July 2024
Hi Miguel, You can only use numeric values as an x- and y-axis. Since you use the CSV reader ad hoc data source, it does not know which column is …
Answer
24th July 2024
Hi Miguel, You can only use numeric values as an x- and y-axis. Since you use the CSV reader ad hoc data source, it does not know which column is …
24th July 2024
Hi Nils, Maybe executing the script when opening the page could help? How to execute an automation script on visio page opening Hope it helps.
23rd July 2024
Arunkrishna, We have something similar in the AWS cloudwatch connector. Assuming it’s the same, we can extend this capability to the mediaconnect connector as well. We will update the documentation …
23rd July 2024
Hi, I did a quick scan of our catalogue and don’t see any previous integration with this third party ticketing system. Irrespective of this my advise will be to reach …
23rd July 2024
Hi Gerwin, This should be fine as long as the existing data is still valid according to the updated state configuration. Considering you have only added states, I would assume …
23rd July 2024
Hi Fenta, The exception you’re encountering, `BadImageFormatException`, occurs when the runtime tries to load an assembly with an invalid format (e.g., 32-bit assembly loaded in a 64-bit process). You need …
23rd July 2024
Hi Fenta, You need to configure the Directory.Build.props file to have something like this <Project> <PropertyGroup> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> </Project> This will indicate the pipeline to use x86 for the build …
23rd July 2024
We are aware that these errors seem to pop-up in certain circumstances. We are still investigating why and when they exactly occur, but as far as we know they do …
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 …