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
<REF_DATE> The 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)

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 The maximum throughput must be greater than or equal to 0. The value 0 means that the throughput is not limited.

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

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.

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

Messages

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 subscriptions could not be activated. Check the log files.