April 27, 201510 yr How can i make a script run automatically every 24 hours. I have a database built using FM PRO Advanced 13 and hosted on FM Server 13. -Erik
April 27, 201510 yr That's what the FMS scheduler is for. Create a new schedule task, set it to run your script and set the interval. Keep in mind though that not all script steps are server-compatible. Set the compatibility filter on the lower left of the script window to "server" to see what you need to work around. Also keep in mind that FMS will run the OnOpen script if you have one, so shortcut to abort it when running on server; or if you need it to run, branch around incompatible script steps.
Create an account or sign in to comment