Syntax
purge_idempotency <REF_DATE>
| Name | Description |
|---|---|
<REF_DATE> |
The reference date (ISO 8601 date format: yyyy-MM-ddTHH:mm:ss) of the purge operation |
The
The purge operation may take time.
Caution
Make sure that the specified reference date does not impact on idempotent services.
The purge schedule is determined during the project implementation phase.
Note
The
You use this command to purge outdated data relevant for the Web Services technical interface.
purge_idempotency command triggers the purge of temporary technical data kept by the SAP CC Core Server
system. The purge contributes to provide
idempotent services for applications or systems that are connected to the SAP CC system
via the Web Services (WS) technical interface.
This data is stored in the back-end database in dedicated tables.
During the purge, all the idempotency table entries older
than the specified date are deleted.
Use the ISO 8601 format (yyyy-MM-ddTHH:mm:ss) to enter this date.
purge_idempotency command returns to the command prompt only when all the idempotency table entries
older than the
specified reference date have been deleted by the connected SAP CC system.
Technical Operations: Data Purging and Archiving
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.
Consult the SAP CC Operations Guide for more information about the periodic tasks.
Consult the SAP CC Configuration Guide for more information about the Customizing activities.
| Code | Message | Action |
|---|---|---|
| invalidReferenceDate | The date must be in the ISO 8601 (yyyy-MM-ddTHH:mm:ss) date format and the argument "{date}" does not | |
| purgeStarted | The idempotency purge process is started at ''{date}'' | |
| purgeStopped | The idempotency purge process is stopped at ''{date}'' | |
| server.unavailable | Comm. error: The server instance of the SAP CC system is unavailable: {exception}. |