Hi Dojo,
I came across this protocol (Generic XML File Reader) which can read the content of XML file.
However, we need to click "Check" for the element to update the content from the XML file.
How can we ensure that the data in the XML file is constantly updated in the element using this protocol? TQ
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 desired element and button) and schedule it using your Scheduler module in DataMiner:
Kind regards,
Hi Ashwiny,
Another suggestion would be to create a simple connector where you could set a timer to do the checks for you.
Hi Jose, Thanks for the suggestion. I did try out using automation script and scheduler. However, the scheduler only has option to repeat every minute. I would like to update the data in the element at least every 30 seconds.
Could you suggest how can i achieve this?