Entering content frame

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

Use

You use this DBM command to deactivate a scheduler job. The job then remains in the list of scheduler jobs but is no longer executed. Scheduler jobs that were defined as successors of a deactivated job are also no longer executed.

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

Prerequisites

You have the server authorization SchedulerMgm or Scheduling.

Syntax

scheduler_deactivate_job <job_ID>

<job_ID>

Job ID of the scheduler job to be deactivated

Reply

OK

Example

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

dbmcli -u DBM,DBM -d HOTELDB scheduler_deactivate_job 1

OK

 

Leaving content frame