omaldonado Posted November 21, 2009 Posted November 21, 2009 On FMSA 10 i have a schedule for sending mail and another for make a dayly backup. The console is displaying "running" for both scheduled task. how can i stop this?
Wim Decorte Posted November 23, 2009 Posted November 23, 2009 check the event log to make sure they are really still running. The console itself is notorious for not updating its UI. The daily backup should not take that long if you're backing up locally. The other schedule (mail) could be in an infinite loop...
omaldonado Posted November 27, 2009 Author Posted November 27, 2009 Thanks! Reinitiating server and disabling the email script solves the prooblem. How can avoid infinite loops on server when executing scripts?
Wim Decorte Posted December 3, 2009 Posted December 3, 2009 Test, test and then test some more depending on what the loop does you need to test for: - empty found sets - on the next iteration of the loop that you're not on the same record as the previous iteration - ...
James Marshall Posted December 14, 2009 Posted December 14, 2009 Hi omaldonado, When testing server side scripts, I first build them and run them as a client to get a ballpark idea of how long they are supposed to take. You'll have to keep your eye on the clients on the FileMaker Server console to see if the server is still running the script. Good luck, James Marshall http://www.soliantconsulting.com/blog/category/filemaker/
Recommended Posts
This topic is 5456 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now