purge_job_record
Definition
Command Usage
Syntax
purge_job_record <REF_DATE>
Command Arguments
| Name | Description | Interactive Question |
|---|---|---|
<REF_DATE> |
The reference date (ISO 8601 date format: yyyy-MM-ddTHH:mm:ss), used to delete technical data related to job operations performed before this date. | Reference Date (ISO 8601 Date Format: yyyy-MM-ddTHH:mm:ss): |
Detailed Information
The Caution The execution Note
The You use this command to purge data related to job operations performed via Web Services, and considered as outdated.
purge_job_record command deletes all technical data related to job operations
performed via the Web Services technical interface, and located into the WS_JOB table of the Core database.
purge_job_record command may take time, depending on the quantity of technical data which must be
removed.
To avoid latencies, we highly recommended to perform this operation when your SAP
CC system is the less solicited.
purge_job_record command returns to the command prompt only when all the elements concerned by the
operation have been deleted.
Maintenance Operations
Authorization
You must have a specific role in your SAP CC user profile. Refer to the SAP CC Security Guide for more information about the necessary authorizations.
Additional Information
Consult the SAP CC Operations Guide for more information about the periodic tasks.
Message(s)
| Code | Message | Action |
|---|---|---|
| invalidNumberOfParameters | The command needs 2 arguments and not ''{numberOfParameters}'' | |
| invalidCommandName | The name of the command ''{commandName}'' is not valid | |
| invalidReferenceDate | The specified date ''{date}'' does not use the ISO 8601 date format (yyyy-MM-ddTHH:mm:ss) | |
| purgeStarted | The purge of technical data related to job operations is started at ''{date}'' | |
| purgeStopped | The purge of technical data related to job operations is stopped at ''{date}'' | |
| serverOperationFailure | Error: The SAP CC system could not execute the purge operation: {exception} |