import_job_metadata - Data Stream Architecture

Teradata Data Stream Architecture (DSA) User Guide

Product
Data Stream Architecture
Release Number
15.11
Published
December 2016
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
zwp1479744478413.ditamap
dita:ditavalPath
3150_DSA_UG_1511.ditaval.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

Purpose

The import_job_metadata command imports metadata of a job (job definition, save sets, and targets) to the specified directory. In the case of a disaster to the DSC repository, exporting and then importing job metadata enables job migration and restoration to a different DSA environment.

The data must be imported in the following order:
  1. Targets
  2. Job definition
  3. Save sets

Syntax

import_job_metadata -n|-name Name -d|-directory DirectoryPath -v|-backup_version BackupVersion -t|-type Type -u|-user_authentication User

Example

dsc import_job_metadata -n job1 -v latest

Parameters

n|name Name
The name of the job on which to perform the action. Must be unique for each job.
job1
d|directory DirectoryPath
[Optional] Directory where the files are exported to or imported from.
var/opt/dsa
v|backup_version BackupVersion
[Optional] Backup version number. Enter latest or 0 for the latest save set.
latest
t|type Type
[Optional] The type of job metadata. You may enter JOB (for the job definition), SAVESET, or TARGET. If no value is specified, all three types of metadata are included.
JOB
u|user_authentication User
Required when security management is enabled. Supplies the command with the Viewpoint user, and triggers a password prompt for authentication.

Usage Notes

When the export_job_metadata or import_job_metadata command is running, no other operations or commands can run at the same time. In addition, export_job_metadata and import_job_metadata cannot run if an operational job or repository job is running.

XML File Example

This command does not support an XML file.