build_restore_objects - BAR - Data Stream Architecture - Use the build_restore_objects command to enable read and write on all objects in the restore job. Learn more here.

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
16.20
Published
November 2019
Language
English (United States)
Last Update
2019-11-27
dita:mapPath
xfr1514490991957.ditamap
dita:ditavalPath
3150_DSA_UG_1650-working-RR-new.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

Purpose

The build_restore_objects command enables read and write on all the objects in the restore job without running the restore and / or builds the secondary indexes of the object.

Syntax

build_restore_objects -n|name Name -b|build_si -a|allow_write -l|logging_level Level -t|time_out

Example

build_restore_objects -n job1 -b -a -l Error -t 2000

Parameters

n|name Name
The name of the job you want to either build secondary indexes for or make read-write.
b|build_si
Build secondary indexes of the objects. Required if -a is not specified.
a|allow_write
Enable read/write on the objects. Required if -b is not specified.
l|logging_level level
[Optional] Error, Info, Debug, Warning
Example:  Info
t|time_out
[Optional] Time out value in minutes. Ends the current request as Failed, allowing a new request to be submitted. Range is 1 to 10080 minutes. Default: 1440
Example:  2500
S|skip_prompt SkipPrompt
[Optional] Skips displaying a confirmation message before performing the command action.
u|user_authentication User
Required when security management is enabled. Supplies the command with the Viewpoint user, and triggers a password prompt for authentication.

Permissions required: Administrator role

XML File Example

This command does not support an XML file.