Central Configuration Console - Command Line interface

Syntax

java com.baan.owtools.ccf.AdminConsole
    -type BusComponent | BusComponentCategory | Logging | AdapterClient | XMLConnector | SOAPConnector
    -action list | view | add | delete | update
    [-id <id>] | [-machine <machine>] [-user <user>] [-application <application>] | [-current]
    [-set <property>=<value>] [-defaulting]
    [-login <username> -password <password>]

Options

-type
Specifies the configuration type. This option is mandatory.
-action
Specifies the action to perform. This option is mandatory.
list: List all configuration for the specified type. No further options are required.
view: View one configuration for the specified type. To define the configuration you must specify either -id, or a combination of -machine, -user and -application or -current.
add: Add a new configuration for the specified type. You must specify either -id, or a combination of -machine, -user and -application. The configuration will be created with default property values.
delete: Delete a configuration of the specified type. To define the configuration you must specify either -id, or a combination of -machine, -user and -application or -current.
update: Update a configuration of the specified type. To define the configuration you must specify either -id, or a combination of -machine, -user and -application or -current. The -set option is required to define the change to be made. It is only possible to change one property at the time.
-id
Specifies the identifier. This option is only used for identifier configurations.
-machine
-user
-application
Specifies the machine, user and application name. If one or more of these options are omitted then the default will be used. These options are only used for smart configurations.
-current
Use the machine, user and applications names for the current environment. This option is only used for smart configurations.
-set
This option is required if the action is set to update. Specify the property to change and its new value.
-defaulting
Specify this option if the smart defaulting mechanism must be used. Without this option the action is performed on the configuration with the specified machine, user and application name. If this configuration does not exist an error will be given. If this option is specified then no error is given and the action will be performed on the default configuration. This option is only used for smart configurations.
-login
-password
Specifies the username and password for authentication. These options must be specified if authentication is required to access the directory.