Macro Scheduler Repeat Continuously Scheduling Problem

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
cwalter
Newbie
Posts: 5
Joined: Wed Jun 25, 2003 6:12 am

Macro Scheduler Repeat Continuously Scheduling Problem

Post by cwalter » Wed Jul 09, 2003 7:00 am

Operating system is Windows 2000.
Macro Scheduler Pro 7.2.036 (08/05/2003)


Problem Encountered
-------------------

I have only one macro in Macro Scheduler. The macro is scheduled in Macro Scheduler to run once every 20 minutes.

However, the kicking off of the macro by Macro Scheduler is unreliable.
At times the macro kicks off 20 minutes after the last macro run has completed – as it should.

At other times the macro kicks off only a minute or two after the last macro run has completed.

At other times the macro kicks off 20 minutes after the last macro run has completed for several iterations and then no longer kicks off. There is nothing on screen or in the log to suggest why it no longer kicks off.

The specific scheduling parameters for the macro in Macro Scheduler are:

---------------

Days – All days checked.
Repeat Every – 20 minutes

Advanced Options
----------------

Repeat Continuously radio button set.

Run Immediately Anyway radio button set.

Run Macro when this window appears checkbox unchecked.

----------------------------

Has anyone come across this scheduling problem?

Are there any workarounds?

Any help would be gratefully received.

Thanks,

Craig Walter.

Lumumba

Post by Lumumba » Wed Jul 09, 2003 11:58 am

Script1 (linked in startup folder)

Code: Select all

Label>StartToDoWhateverShouldBeDone
.
.
.
Macro>C:\Somewhere\Script2.scp
Script2

Code: Select all

Wait>1200
Macro>C:\Somewhere\Script1.scp

Guest

Post by Guest » Thu Jul 10, 2003 12:20 am

Hi Lumumba,

Thanks for your quick response. I tried the code you supplied and it works fine.

I am still curious about whether you and/or other people have encountered problems with the Macro Scheduler scheduling functionality?

Cheers,

Craig Walter

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