Masking alarms
5th September 2024
Hi you could create an automationscript that has the elementid as an input and does a mask on that element. This script can then be exposed as a User-Defined API. …
Answer
5th September 2024
Hi you could create an automationscript that has the elementid as an input and does a mask on that element. This script can then be exposed as a User-Defined API. …
5th September 2024
I think it’s allready in the feature Suggestion List: https://community.dataminer.services/new-feature-suggestions/the-ability-to-change-the-default-alarm-console-columns-to-whatever-the-customer-desires/
5th September 2024
Hi Johan. The possibilities to schedule an alarm template can be found here – Scheduling an alarm template | DataMiner Docs
5th September 2024
Hi Jonas, You can hide the header bar by adding ?embed=true to the url you are using in the web component. There is currently no way to prevent the sidebar with …
5th September 2024
Hi Julien, It is currently not possible to know the pagesize in the GQI ad hoc data source. But in fact, that’s not necessarely needed to improve the performance. Because …
5th September 2024
Hi Jon, The ‘Custom data’ node refers to the first node in a query that is using an Ad Hoc data source. If the server doesn’t support the node that …
5th September 2024
Hi, To call HTTP services from your connector you need to have a type of HTTP. You can do this by configuring your connector as HTTP instead of SNMP or …
5th September 2024
This is not supported yet in our videothumbnails web player. This is functionality that we can add, so you can request a new software feature for this. A workaround could …
5th September 2024
Hi, for that you’ll have the use the GQIDMS class in your ad hoc data source. With that class you can request the parameter value (or subscribe to it to …
5th September 2024
Hi Sevil, Yes this is still the case with the standard direct database offload options. There is however a fourth standard offload option “CSV offload” which only generates the offload …
5th September 2024
Hi Maximiliano, It is possible to use a standalone parameter displayed in a certain visualization as feed in another component including an ad hoc Data Source. This can be done …
5th September 2024
It’s possible, but could take some effort to achieve a pivot table through GQI where the indices are the columns. It would require for you to create your own custom …
5th September 2024
Thanks for the help Joachim and Toon! I ended up converting my C# code to python and using a scripted connector. This is using the data aggregation in the background, …
5th September 2024
In general a DMA can support multiple NICs. As far as I can see in dataminer docs, configuration and management of VIP will only be handled by the DMA on …
4th September 2024
Hi Joe, You can use either Handle or Process Explorer tools to find which process has taken the file handle if this issue is occurring regularly. It is also possible …