Hi
I am now working with the version 14, I have multiple macro that run overnight. This morning, one of them didn't work and has received an error, due to a typo error of myself. Unfortunately all others macros that were scheduled after, didn't run, due to the error received.
Previously, I'm was working with the version 6, yes the old version 6, and this one wasn't doing that. When a macro was running and was receiving an error, all subsequent macros that were scheduled after, were executed correctly, independently if there was an error in one the macro
Is there a way to get that in the Version 14 ? by enabling or disabling something ?
Thanks
Eric
All scheduled macros don't run when there is an error in one
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: All scheduled macros don't run when there is an error in
Best way:
Find the error and fix it.
Or:
You could disable errors:
Let>IGNOREERRORS=1
This is PER macro so put it in whichever macro(s) you need to, or all.
You could also use a custom error handler to e.g. alert you to an error by email and exit the macro. Then errors won't hold anything up and you'll get notification and know to fix it.
https://www.mjtnet.com/manual/index.htm ... ndling.htm
Find the error and fix it.
Or:
You could disable errors:
Let>IGNOREERRORS=1
This is PER macro so put it in whichever macro(s) you need to, or all.
You could also use a custom error handler to e.g. alert you to an error by email and exit the macro. Then errors won't hold anything up and you'll get notification and know to fix it.
https://www.mjtnet.com/manual/index.htm ... ndling.htm
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?