Syntax
purge_job_record <REF_DATE>
| Name | Description |
|---|---|
<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. |
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 allows you to delete 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 in the
back-end database system.
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.
Technical Operations: Purging and Archiving
To work with this command in the user interface, you must have a specific role in your SAP CC user profile.
Refer to the SAP CC 5.0 Security Guide for more user assistance and information about the necessary authorizations.
Consult the SAP CC 5.0 Operations Guide for more information about the periodic tasks.
| 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} |