Entering content frame

Procedure documentation Activating a Scheduler Job Locate the document in its SAP Library structure

Use

You use this DBM command to activate a scheduler job.

The current operational states of the scheduler and the database instance are irrelevant for activating a job.

Note

The activated job, however, is only actually executed if the scheduler is activated and if you are authorized to execute the DBM command defined in the job.

See also:

Starting the Scheduler

Prerequisites

·        The scheduler job to be activated has been created (see: Creating a Scheduler Job).

·        You have the server authorization SchedulerMgm or Scheduling.

Syntax

scheduler_activate_job <job_ID>

<job_ID>

Job ID of the scheduler job to be activated

Reply

OK

Example

Logging on to the Database Manager CLI as operator DBM with password DBM, connecting to the database instance HOTELDB, activating the scheduler job with the job ID 1

dbmcli -u DBM,DBM -d HOTELDB scheduler_activate_job 1

OK

 

Leaving content frame