start_activation

Definition

To trigger the periodic or one-off fees of all the subscriptions (see recurring rates and one-shot rates)

Command Usage

Syntax

start_activation <REF_DATE> <MAX_THROUGHPUT>

Command Arguments
Name Description Interactive Question
<REF_DATE> The date (ISO 8601 date format: yyyy-MM-ddTHH:mm:ss) Reference Date (ISO 8601 Date Format: yyyy-MM-ddTHH:mm:ss):
<MAX_THROUGHPUT> The maximum throughput (in subscriptions per second and by rater instance of the SAP CC system) Maximum Throughput (in Subscriptions per Second):

Detailed Information

The start_activation command triggers the processing of the periodic or one-off fees for all the subscriptions stored in the SAP CC system and its back-end database. The system activates the fees until a reference date.

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; 0 means the maximum of possible throughput.

Note

The start_activation command returns to the command prompt only when all the subscriptions have been activated in the connected SAP CC system.

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_activation - To stop the activation process of subscriptions
start_contract_activation - To activate the periodic/one-off fees of all the provider contracts

Message(s)

Code Message Action
invalidToDate Command error: The date "{date}" must be ISO 8601 (yyyy-MM-ddTHH:mm:ss).  
invalidMaxThroughput Error: The maximum throughput must be a positive integer: ''{argument}''.  
activationStarted The activation process is started at ''{date}''  
activationStopped The activation process is stopped at ''{date}''  
server.unavailable Comm. error: The SAP CC system instance is unavailable: {exception}.  
activated_subscriptions {number} subscription(s) processed.  
activateAll.stopped OK: The activation process has been stopped by the SAP CC user.  
activateAll.incomplete Error: Some instances of the SAP CC system did not receive the start activation operation request.