Administer > Overview of administering a WebSphere Commerce site > Administration Console > Scheduler > Jobs
Schedule a store-level job
Use the Administration Console to schedule a job to run on the store.
Procedure
- Open the Administration Console and select Store on the Administration Console Site/Store Selection page.
- Click Configuration > Scheduler. A list of jobs that are scheduled to run is displayed.
- Click New. The Schedule Job window opens.
- From the Job command drop-down list, select the type of job to run.
- Complete the fields and click OK. Your job is listed on the Scheduler Status Display page and will run at the specified start time.
- Associate task commands with job commands
In order for the scheduler to properly filter store level jobs, the command that executes the store level job must be associated with a task command. The scheduler uses the task command to check the business logic and determine if the job needs to be run. The CHKARRANG table is used to associate registered job commands and registered task commands.
- Register commands to use as a store level job
To register a new command to be used as a job, enter the command into the SCHCMD database table using an SQL statement.
- Delete a scheduled store-level job
Use the Administration Console to delete a scheduled job and stop it from running for the store.
- Edit the configuration for a scheduled store-level job
Use the Administration Console to edit the configuration for a job scheduled to run for the store.
- Remove store-level job status records from the SCHSTATUS table
Use the Administration Console to remove a job status record from the SCHSTATUS table.
- View scheduled store-level jobs
Use the Administration Console to view a list of jobs scheduled to run for the store.