<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>17 May 2017 22:14:00 Z</lastBuildDate><pubDate>17 May 2017 22:14:00 Z</pubDate><description>I have an automated procedure(UpdateTable) that is set to run every 30 seconds. The procedure it calls runs a query against HFSQL to update a table. For some reason it seems to stop working after a couple hours.&#13;
&#13;
I checked my code and if they exit the plane that this procedure is used on I call EndAutomatedProcedure(UpdateTable). If they go back to this plane I call UpdateTable() to restart the automated procedure. If they insert a new record while on this plane I call UpdateTable() even though this auto procedure is already running. Could this cause my problem? There are no other pieces of code that touch this procedure.&#13;
&#13;
My UpdateTable() Automated procedure mechanism options:&#13;
Type of automation: Timer / Scheduled procedure&#13;
How?: Infinite / 30 seconds / Each following call runs the procedure once, without the timer&#13;
When?: Immediately during the call&#13;
&#13;
Maybe I need to change my 'How?' to 'Each following call restarts a new timer'?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60928-wd20-automated-procedure-stops-working/read.awp</link><title>[WD20] Automated Procedure - Stops Working</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
