Syntax
set <PARAM_NAME> <PARAM_VALUE>
| Name | Description |
|---|---|
<PARAM_NAME> |
The identifier of the configuration parameter of the SAP CC BART Server system |
<PARAM_VALUE> |
The new value to set up |
The Note
Refer to the SAP CC Configuration Guide for more information about the business configuration
settings (magic number, CDR acquisition, and batch charging) and
the technical settings (communication, security, logging and tracing, and system landscape
directory).
The BART Server system stores all the system parameters in a text file bart.config.
This configuration file is located in the <DRIVE>:\usr\sap\<SID>\CAB<INST_NB>\config\
(MS Windows operating system)
or /usr/sap/<SID>/CAB<INST_NB>/config/ (UNIX or other operating systems) folders.
Its file format uses the ISO 8859-1 character encoding.
Characters that cannot be directly represented in this encoding scheme must be written
using unicode escapes.
set command changes the value of a system parameter of the connected
SAP CC BART Server system. The name and the value must be set as arguments.
Use the ISO 8601 format (yyyy-MM-ddTHH:mm:ss) to enter a date.
Configuration File (bart.config)
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.
SAP CC 5.0 Configuration Guide
| 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: The scope "{scope}" is unknown. | |
| err.bad_targets | Error: The target instance "{target}" is bad in the command. | |
| 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 Core Server system. | |
| exception.persistent_access | Error: It is forbidden to access to the persistent value of an indicator. | |
| exception.bad_target | Error: The target instance "{target}" is bad in the command. | |
| 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 a specific 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> |