This article will show you how to lock a schedule along with how to unlock a schedule depending on how often you would like the scheduler to pick it up.
How to lock a schedule:
Step 1: Copy or write down the Unique ID number of the schedule you would like to lock.
Step 2: Go to the Console in the Configuration tab.
Step 3: Enter the appropriate User ID and Password. Click the green check mark.
Step 4: Enter the following query into the Database Query:
update scheduleattr set locked = 1 where reportid = UNIQUEID
TIP: Replace UNIQUEID with the Unique ID of the schedule you would like to lock.
Step 5: Click Execute.
Step 6: Click OK.
You have now locked the schedule.
How to unlock a schedule:
Step 1: Go to the properties of that schedule and click on the Schedule tab.
Step 2: Click on the 'Schedule is Locked. Click here to unlock it' link.
Step 3: Click Yes if you are sure you want to unlock the schedule.
The schedule is now unlocked.
You have now learned how to lock and unlock a schedule.