Editing a Job - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
rdo1467305237457.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem
You can edit an existing job definition for a given job name using the same job parameters supported by the create command, except job_name and table. If security management is enabled, you must have write permission to edit the job.
Spaces in the user name for the source or target id causes the job to fail.
Spaces in the account name for the source or target account id causes the job to fail.

Each job definition is associated with a job name. Each time you run a job using a particular job definition, you create an instance of the job with that name. If you run a job more than one time, you create multiple instances of the job based on that job definition. When you edit a job, you edit the underlying job definition, as well as all the instances of the job based on that job definition.

  1. Type datamove edit -job_name Job1 on the command line, where Job1 is the job name displayed when the job was created, followed by the parameters with the desired changes. For example, typing datamove edit -job_name PayableJob1 -log_level 99 -job_priority High changes the level of logging to 99 and the execution priority for PayableJob1 to HIGH.
    You can also supply new job variables by modifying the XML file and submitting it to the edit command, just as you can using the create command.
The following are considerations for security and modifying object names:
  • If you are not the job owner and you want to change the existing job object list, you must enter credentials for the source and target systems.
  • You can modify the list of objects being moved in a job using the XML file method only.
  • When modifying a list of objects, you must supply the entire updated list of objects. If an object that was specified in the original job definition is not included in the modified list, it will be removed from the job definition.
  • If no objects are listed, it is assumed that there is no update to the original object list.