DataMiner 10.4 to 10.5 Upgrade

Hi Dave, In your case simply downloading the latest version 10.5.1.0 and running the installation should be fine. If you were on version 10.2.X.X it would be important to upgrade …

Different time zone for Low Code App

Hi Samuel, Quoting the answer which was provided in a similar question (https://community.dataminer.services/question/odd-behavior-setting-a-datetime-parameter-on-a-low-code-app/) : Low-Code Apps (and all our web apps) run by default in the timezone of the end-user, …

Handle row triggers for multiple tables

Hi David, You can implement a more generic solution by structuring your tables with specific offsets, allowing you to identify the corresponding table based on the trigger parameter. For example: …

Generic XML File Reader Protocol

Hi Ashwiny A possible workaround is to use two scheduler tasks. One starts 30 seconds after the other. This way, you achieve the 30-second cycle Regards,

Generic XML File Reader Protocol

Hi Ashwiny, Since it is not possible to set a repetition period lower than one minute in the scheduler, I believe the best approach here is to update the current …

How to convert custom GQI to custom connector ?

Hi Apurva, Currently, the Scripted connectors support python and powershell programming languages, so you will have to convert your C# custom GQI connector to e.g. a python script that creates …

Generic XML File Reader Protocol

Hi Ashwiny, If you’re looking for a way to periodically click the check button while maintaining full control, you could create an automation script (that performs the click on the …

audible alert configuration: one for all?

Hi Dojo, well, the solution was simple: everything works as designed, but we only applied quick filters instead of proper filtering in the individual alarm tabs. Therefore the alarms in …

Real Time Updates – Dashboards vs LCA

Hi Carlos, Are you seeing this when using the exact same query on both the dashboard & in the LCA? GQI has 2 different ways of updating data that depend …