Registering commands to use as a store level job

 

+

Search Tips   |   Advanced Search

 

To register a new command to be used as a job, enter the command into the SCHCMD database table using an SQL 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.

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

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

 

Related Concepts

Scheduler Jobs

 

Related tasks

Associating task commands with job commands

 

Related Reference


Scheduled job states