DataMiner 10.4 to 10.5 Upgrade
4th January 2025
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 …
Answer
4th January 2025
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 …
3rd January 2025
Hi Daniel, If I understood correctly, you have a memory file defined in the Automation module, and you are using this memory file for your script parameter: If this is …
3rd January 2025
Hi Daniel, You might consider designing the script to dynamically retrieve the necessary information (e.g., from a file or memory location) rather than relying on input parameters. This approach can …
3rd January 2025
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, …
2nd January 2025
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: …
2nd January 2025
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,
2nd January 2025
Hello Yahya, The ForcePropertyFromParent option is indeed not relevant in this case. This option is used to change the context for placeholders like [this service], [this element], … from the …
2nd January 2025
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 …
2nd January 2025
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 …
2nd January 2025
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 …
2nd January 2025
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 …
2nd January 2025
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 …
31st December 2024
Hi Koen, The set action will require the full primary or display key for your row. But you can use a ‘param’ placeholder to get that primary or display key …
30th December 2024
Have you tried replacing the minus sign ( [Sep:-^] ) , as I see it is also present in the Display Key? This is the separator used by the Execute …
30th December 2024
Hi, To help in understanding the issue you are experiencing could you clarify a couple of things for me? You mention that you are running in a cluster, is the …