Entering content frame

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

Use

You use this DBM command to delete a scheduler job. You can delete both active and inactive jobs. Before you do so, however, you must make sure that the job to be deleted does not have any successors. Otherwise, the command is aborted with an error message.

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

Prerequisites

·        The job to be deleted does not have any successors

·        You have the server authorization SchedulerMgm or Scheduling.

Syntax

scheduler_delete_job <job_ID>

<job_ID>

Job ID of the scheduler job to be deleted

Reply

OK

Example

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

dbmcli -u DBM,DBM -d HOTELDB scheduler_delete_job 1

OK

 

Leaving content frame