start_cleanup
Definition
Command Usage
Syntax
start_cleanup <REF_DATE> <MAX_THROUGHPUT>
Command Arguments
| Name | Description | Interactive Question |
|---|---|---|
<REF_DATE> |
The reference date for processing the cleanup. The date format is ISO 8601 ('yyyy-MM-ddTHH:mm:ss'). | Date (ISO 8601 Date Format: 'yyyy-MM-ddTHH:mm:ss'): |
<MAX_THROUGHPUT> |
The maximum throughput (subscriptions per second); Format: 0 or a number between 1 and 1000. | Maximum Throughput (Contracts or Subscriptions per Second): |
Detailed Information
The Note The console program will freeze until the end of the processing
by the connected SAP CC system. You must launch another user interface and
log on to use the
Use the ISO 8601 format (yyyy-MM-ddTHH:mm:ss) to enter a date.
The maximum throughput must be defined between 0 and 1,000. The value 0 means
the maximum of the possible throughput.
start_cleanup command triggers the cleanup process of all the
provider contracts and subscriptions in the connected SAP CC system.
stop_cleanup command.
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.
See Also
stop_cleanup
-
To stop the running cleanup processed by the connected SAP CC system Message(s)
| Code | Message | Action |
|---|---|---|
| invalidToDate | Error: The date must be in the ISO 8601 (yyyy-MM-ddTHH:mm:ss) date format and the argument "{date}" does not | |
| invalidMaxThroughput | Error: The maximum throughput must be a positive integer: ''{argument}''. | |
| cleanupStarted | The cleanup process is started at ''{date}'' | |
| cleanupStopped | The cleanup process is stopped at ''{date}'' | |
| server.unavailable | Comm. error: The instance of the SAP CC system is unavailable: {exception}. | |
| cleanup_subscriptions | OK: {number} subscription(s) cleaned up. | |
| cleanupAll.stopped | OK: The cleanup process has been stopped by the SAP CC user. | |
| cleanupAll.incomplete | Error: Some instances of the SAP CC system did not receive the start cleanup operation request. |