reset

Definition

To reset an SAP CC system parameter to its default value (factory settings)

Command Usage

Syntax

reset <PARAM_NAME> [SCOPE [<INST_TARGETS> ...]]

Command Arguments
Name Description
<PARAM_NAME> The name of the system parameter
SCOPE Optional: The scope location (MEMORY, PERSISTENT, ALL); By default: ALL.
<INST_TARGETS> Optional: The target instances for the command (instance IDs or instance types); By default: All the possible instances for the parameter (ALL).

Detailed Information

The reset command allows you to modify a configuration parameter of the connected SAP CC system to reset it to its default value. You use this command to restore the factory default settings. The technical name of the system parameter must be set as an argument.

Caution

Make sure the default value is relevant for your SAP CC system lanscape. These factory default settings may differ from the value determined and set by the implementation project team.

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

set - To change the values of an SAP CC system parameter
get - To view the values of an SAP CC system parameter, a parameter list, or indicators

Additional Information

Consult the SAP CC System Parameter Reference for more information about the default values of the SAP CC system parameters.

Messages

Code Message Action
err.missing_parameter Error: This command requires {number} argument(s).  
err.unknown_parameter Error: The parameter "{}" is unknown to the SAP CC system.  
err.unknown_scope Error: Unknown scope {scope}.  
err.bad_targets Error: The target specified is bad: {target}.  
exception.indicator_notmodifiable Error: The parameter "{parameter}" is not modifiable because it is an indicator.  
exception.indicator_notmodifiable Error: The parameter "{parameter}" is not modifiable because it is an indicator.  
exception.invalid Error: The input for the parameter "{parameter}" is not valid.  
exception.memory_notmodifiable Error: The parameter "{parameter}" is not modifiable in memory.  
exception.persistent_notmodifiable Error: The persistent value of the parameter "{parameter}" is not modifiable.  
exception.unknown Error: The parameter {parameter} is unknown to the SAP CC system.  
exception.persistent_access Error: It is forbidden to access to the persistent value of an indicator.  
exception.bad_target Error: Bad target {target}.  
exception.constraint_violation Error: Constraint violation: invalid value "{}" for parameter "{1}": {2}.  
exception.invalid_persistent_access Error: It is forbidden to modify a persistent value when targeting an instance by its ID:  
exception.concurrent_access Error: Concurrent access to the parameter {parameter}.  
parameter.name PARAMETER  
parameter.access ACCESS  
parameter.value.memory MEMORY VALUE  
parameter.value.persistent PERSISTENT VALUE  
parameter.value.default DEFAULT VALUE  
parameter.value.init INITIAL VALUE  
scope.memory MEMORY  
scope.persistent PERSISTENT  
parameter.access.rw Read & Write (RW)  
parameter.access.r Read-Only (RO)  
parameter.value.unset <--Unset-->  
parameter.value.unknown <Unknown>  
parameter.value.hidden <Hidden>