Syntax
get <PARAM_NAME>
get
| Name | Description | |
|---|---|---|
<PARAM_NAME> |
Specifies the SAP CC BART system parameter |
The
The name of the system parameter must be set as an argument.
If no parameter name is specified, the get command retrieves information about a
configuration parameter of the SAP CC BART Server system.
get command returns the list of
all the available parameters.
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.
set
-
To change the value of a system parameter of SAP CC BART ServerConsult the SAP CC System Parameter Reference documentation for more information about the configuration parameters of the SAP CC Core Server system.
| 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: Bad target: {target}. | |
| exception.unknown | Error: The parameter {parameter} is unknown to the instance of 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.concurrent_access | Error: Concurrent access to the parameter {parameter}. | |
| no.param | No parameters are available. | |
| param.list | Available parameter list | |
| indicator.list | Available indicator list | |
| yes | yes | |
| no | no | |
| parameters.name | Name | |
| parameters.type | Type | |
| parameters.optional | Optional | |
| parameters.source | Source | |
| parameters.default | Default value | |
| parameters.instanceTypes | Instance types | |
| parameter.name | NAME | |
| 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> |