Administer > Overview of administering a WebSphere Commerce site > Administration Console > Scheduler > Jobs > Schedule a store-level job


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.


Procedure

  1. Run the following statement:

    insert into SCHCMD (schcmd_id, storeent_id, pathinfo) values (100, 0, 
    'CommandName')
    

    Where 'CommandName' is the name of the command that executes this job.

  2. Ensure that storeent_id is set to 0 to avoid problems migrating staging data to production.

    For the command to be used at store level, it must be associated with a check task command.


+

Search Tips   |   Advanced Search