Syntax
rc [<INST_TARGET>] [<PARTITION_ID>]
| Name | Description |
|---|---|
<INST_TARGET> |
Optional: The target of the command (instance ID or instance type; only updater, guider or rater). When not specified: all updaters, raters and guiders. |
<PARTITION_ID> |
Optional: The target partition for the command. Only supported with targets 'guider' (0-239) and 'rater' (0-479). When not specified: all partitions. |
The rc command empties the cached structures containing data related to customer master
data
(subscriber accounts, accesses, subscriptions, provider contracts, subscriber range
tables, subscriber mapping tables and rating sessions).
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.
| Code | Message | Action |
|---|---|---|
| err.too_many_arguments | Error: The command does not accept more than 2 arguments. | Specify at most 2 arguments. |
| err.bad_target | Error: Bad target: {target}. | Specify a valid instance type or instance ID of type updater, guider or rater. |
| err.invalid_partition | Error: Invalid partition: {partitionId}. | Specify a valid partition (0-239 for instance type 'guider', 0-479 for instance type 'rater'). |
| resetCaches.ok.all | OK: Data caches have been reset for all partitions. | |
| resetCaches.ok.partition | OK: Data caches have been reset for partition {partitionId}. | |
| resetCaches.failed | Error: Unable to reset the data caches. | Check the logs of the SAP CC system. |