Skip to main content
Version: DPX 4.9

migrate define

Purpose

To define and run a migrate.

Format

migrate define -n jobname -t jobtype -f definitionfile [-run] [-replace]

Arguments

-n _jobname_The name you are giving the migrate job definition.
-t _jobtype_The valid entry is migrate, which indicates that the job is a migrate job.
-f _definitionfile_The name of the file that contains the options and migrate statements for the migrate job definition. These statements are described in Job Definition Language.
-runRuns the migration. This option allows you to define and run the migration in a single step.
-replaceReplaces an existing migration job definition if one exists with the same name that you specified.