purge_job_record

Definition

To delete all technical data related to job operations performed before a specified date. This technical data relates to the management of the SAP CC Web Services (WS).

Command Usage

Syntax

purge_job_record <REF_DATE>

Command Arguments
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.

Detailed Information

The 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.

Caution

The execution 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.

Note

The 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

You use this command to purge data related to job operations performed via Web Services, and considered as outdated.

Authorization

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.

Additional Information

Consult the SAP CC 5.0 Operations Guide for more information about the periodic tasks.

Messages

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}