All scheduled macros don't run when there is an error in one

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
cyberic68
Newbie
Posts: 4
Joined: Thu Oct 16, 2014 1:03 pm

All scheduled macros don't run when there is an error in one

Post by cyberic68 » Tue Jan 27, 2015 4:43 pm

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

User avatar
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

Post by Marcus Tettmar » Wed Jan 28, 2015 4:36 pm

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
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts