Use the ccm import command to import objects
contained in an import package compressed file. The main use of this
command is to import the data from an import package that the ccm
migrate command created.
About this task
ccm import [-f|-format format] [-nf|-noformat]
([-ch|-column_header] | [-nch|-nocolumn_header])
[-sep|-separator separator]
([-sby|-sortby sortspec] | [-ns|-nosort|-no_sort])
[-gby|-groupby groupformat] [-u|-unnumbered]
[-log import_log] [-s|-sh|-show] [-serverdir server_path]
import_package_compressedfile
- -ch|-column_header
- Specifies to use a column header in the output format. See -ch|-column_header for details.
- -f|-format format
- Specifies the command output format. See -f|-format for details.
- -gby|-groupby groupformat
- Specifies how to group the command output. See -gby|-groupby for details.
- import_package_compressedfile
- Specifies a client file system location of an import package compressed
file.
- -log import_log
- Specifies a client file system location for the import log file.
The import log file contains messages from the import operation. If
a location is not specified, an import log is created in the current
working directory.
- -nch|-nocolumn_header
- Specifies not to use a column header in the output format. See -nch|-nocolumn_header for details.
- -nf|-noformat
- Specifies that columns not be aligned. See -nf|-noformat for details.
- -ns|-no_sort
- Specifies not to sort the output. See -ns|-nosort for details.
- -sep|-separator separator
- Specifies a different separator character. See -sep|-separator for details.
- -sby|-sortby sortspec
- Specifies how to sort the command output. See -sby|-sortby for details.
- -serverdir server_path
- Specifies a server file system location that is used as an alternative
temporary directory for processing the import data. You must be in
the ccm_admin role to use this option. By default,
import uses the directory dbpath/import as
a temporary directory. This option is helpful when there is insufficient
disk space on the file system that hosts the Rational® Synergy database.
- -s|-sh|-show
- Shows details of the objects that were created or updated by import.
By default, no such details are shown.
- -u|-unnumbered
- Suppresses automatic numbering of the output. The output is not
numbered. See -u|-unnumbered for details.