list_job_steps | Commands | Teradata Data Mover - list_job_steps - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-06-16
dita:mapPath
fcu1619423186706.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

The list_job_steps command displays all of the steps in a job plan. Use this information in a start command to control which steps to start.

If you specify the original job name for the list_job_steps command, the original job steps listed may be outdated. Specify the job execution name to view the exact job steps.

Parameters

See Parameter Order.

dir
[Optional] Output directory for the list of job steps. A directory will be created if one does not already exist.
/home/datamover/steps
The generated XML file is written by default to the current directory.
dm.rest.endpoint
[Optional] Enter a Data Mover REST server URL to overwrite the default value specified in the commandline.properties file in order to connect to a different REST server (and therefore a different daemon) at runtime.
https://dm-server1:1443/datamover
filename
[Optional] Output file name for the list of job steps. If the file already exists, it will be overwritten.
The generated XML file has by default the name <job_name>_jobSteps.xml.
job_name
Name of the job.
Example: 12333KZIHRT
security_password
[Optional] Password for the super user or authorized Viewpoint user.
Example: 53cUr17y
Required if security management is enabled on the Data Mover daemon. Not a valid parameter if -security_password_encrypted is also specified.
security_password_encrypted
[Optional] Encrypted password for the super user.
Example: 052c7aabd14c7770141ac3c0137ab98ae0d3f0f7cddf588981206b010c0c1b2f
Required if security management is enabled on the Data Mover daemon. Not a valid parameter if -security_password is also specified.
security_username
[Optional] User ID of the super user or authorized Viewpoint user. The user ID of the super user is dmcl_admin and cannot be changed.
Required if security management is enabled on the Data Mover daemon.

XML File Example

For the list_job_steps command, type datamove list_job_steps -f parameters.xml.

In the following example, the parameters file writes job steps for 12333KZIHRT to /home/datamover/steps/12333KZIHRT_jobSteps.xml.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <dmListJobSteps>
	<job_name>12333KZIHRT</job_name>
	<dir>/home/datamover/steps</dir>
	<filename>12333KZIHRT_jobSteps.xml</filename>
</dmListJobSteps>