Use the ccm import command to import objects
contained in an import package compressed file.
Synopsis
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_compressed_file
Uses
Use the ccm import command
to import the data from an import package that the ccm migrate command
creates.
You must be in a role that is consistent with the
data in the import package. If none of the migrate objects have been
previously imported and can be created and transitioned to their wanted
states as a developer, then you can be in the developer or build_mgr role
to use the command. If any of the objects previously exist and are
in a static state, you must be in the ccm_admin role
to update those objects.
Also, use the command to import objects
that were previously exported using the ccm export command.
This command is primarily intended for use by administrators and is
subject to the restrictions described in ccm export.
The ccm
import command is governed by the same security rules as
other types of actions that create or modify data in a Rational Synergy database. If you use the ccm_admin role,
you must have the privilege to update static objects and abide by
the export/import restrictions.
Options and arguments
- /ch|/column_header
- Specifies to use a column header in the output format.
- /f|/format format
- Specifies the command output format.
- /gby|/groupby groupformat
- Specifies how to group the command output.
- import_package_compressed_file
- 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 any messages from the import operation.
If not specified, an import log is created in the current working
directory using a file name.
- /nch|/nocolumn_header
- Specifies not to use a column header in the output format.
- /nf|/noformat
- Specifies not to use column alignment.
- /ns|/no_sort
- Specifies not to sort the output.
- /sep|/separator separator
- Specifies a different separator character.
- /sby|/sortby sortspec
- Specifies how to sort the command output.
- /serverdir server_path
- Specifies a server file system location that will be used as an
alternate, 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. Use this option if there is insufficient disk
space on the file system hosting 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).