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.
Macro Scheduler Repeat Continuously Scheduling Problem
Moderators: JRL, Dorian (MJT support)
Script1 (linked in startup folder)
Script2
Code: Select all
Label>StartToDoWhateverShouldBeDone
.
.
.
Macro>C:\Somewhere\Script2.scp
Code: Select all
Wait>1200
Macro>C:\Somewhere\Script1.scp