Importing a Deployment Map Into a Project
Before you can import a deployment map, you must copy the exported
project_map.map file to the
Integration Server_directory \instances\
instance_name\packages\Wm
Deployer\replicate\inbound directory on the machine that hosts the target
Deployer. You can edit the map before you import it (see
Editing a Deployment Map, Project
Properties, or Substitute Configuration Values).
Run the following command to import a deployment map into a project:
Deployer.{sh|bat} --import -mapFile map_file -project project
-overwrite -host host -port port -user user_name -pwd password
Parameter | Description |
-mapFile map_file | Full path to the map file that contains the deployment map to import. Map files are named project_map.map and are located in the Integration Server_directory \instances\instance_name\ packages\WmDeployer\replicate\inbound directory. |
-project project | Project into which to import the map. |
-overwrite | If the project already contains a map with the same name, this options tells Deployer to overwrite it. If you do not overwrite, and a map with the same name exists, Deployer issues an error and ends the command. |