ConfigManager import action

Import a configuration file (that is, a text file containing definitions for a single configuration) into the configuration database.

Syntax

java -Ddtj.home="installpath" com.ibm.telephony.directtalk.ConfigManager
-action import [parameters]

Command parameters

-configuration configurationname
The name of the configuration to use. If you do not specify this, it defaults to default.
-database databasename
The fully qualified name of the configuration database. You should not need to specify this.
-replace
Replaces a configuration of the same name (for example, default) if it already exists. Optional. If not specified the configuration is not replaced.

Example commands

To import the default configuration into the database called /var/dirTalk/DTBE/native/aix/config.cfd, when you are not in that directory, using the default RMI port number, enter the following line command:

java -Ddtj.home="/var/dirTalk/DTBE" com.ibm.telephony.directtalk.ConfigManager 
-action import -database /var/dirTalk/DTBE/native/aix/config.cfd -replace