ConfigManager export action

Create a configuration file (that is, a text file containing definitions for a single configuration) from the configuration database. The resulting text file is called configuration_name.cff, for example, default.cff.

Syntax

java -Ddtj.home="installpath" com.ibm.telephony.directtalk.ConfigManager
-action export [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 text file of the same name (for example, default.cff) if it already exists. Optional. If not specified the file is not replaced.

Example commands

To export the default configuration from 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 export -database /var/dirTalk/DTBE/native/aix/config.cfd -replace