Generic XML File Reader Protocol
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,
Answer
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 …
30th December 2024
Hi Alexander, The process in DataMiner responsible for sending emails based on alert notifications is ‘SLSNMPAgent’. Besides dumps, you can also increase the log level of the logfile ‘Notifications’ for …
30th December 2024
Hi Rijad, The “One of the date/time values is invalid” error can be thrown when there was a value provided for one of four date/time values in the general info …
30th December 2024
Hi Edib, Thanks for your question! Here’s a detailed explanation of how objects are created and destroyed in the context of SLAutomation scripts: Lifecycle of Automation Script Objects: In SLAutomation, …
30th December 2024
Hi Edib, Automation scripts are run as part of the SLAutomation process. As such, the life cycle of objects in a script respects the life cycle of C# objects in …
27th December 2024
Hi Nils, From what you describe, the “corrupt” file could be deleted using the SLNetClientTest tool. To do this: Connect to the DMA using the SLNetClientTest tool. In the Advanced menu, go …