Previewing a full migrate from a plain file system

The ccm migrate -preview command performs a preview of a full migrate from a plain file system location. The preview contains objects that would be included in an import package. However, running this command does not generate an import package.

About this task

ccm migrate 	-preview -p|-project new_project_spec
		[-dt|-default_type default_type] [-rules file_path]
		[-results results_file] [-f|-format format] [-nf|-noformat]
		([-ch|-column_header] | [-nch|-nocolumn_header])
		[-sep|-separator separator]
		([-sby|-sortby sortspec] | [-ns|-nosort|-no_sort])
		[-gby|-groupby groupformat] directory_path
-ch|-column_header
Specifies to use a column header in the output format. See -ch|-column_header for details.
directory_path
Specifies a client file system directory containing the data to be migrated.
-dt|-default_type default_type
Specifies the default Rational® Synergy type that is used if no mapping rules define the type of the object. If not specified, the default is ascii.
-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.
new_project_spec
Specifies that the new project is created if the data was imported.
-nch|-nocolumn_header
Specifies not to use a column header in the output format. See -nch|-nocolumn_header for details.
-nf|-noformat
Specifies not to use a column alignment. See -nf|-noformat for details.
-ns|-no_sort
Specifies not to sort the output. See -ns|-nosort for details.
-rules file_path
Specifies to use a mapping rule instead of the default rules.
-results results_file
Specifies a results file that contains the migrate preview results. If not specified, the preview results are written to the stdout stream.
-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.

Feedback