ERRORLIST EXPORT Command | unityadmin | Teradata Unity - ERRORLIST EXPORT - Continuous Availability - Teradata Unity

Teradata® Unity™ User Guide

Product
Continuous Availability
Teradata Unity
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2020-09-15
dita:mapPath
fmz1594836948704.ditamap
dita:ditavalPath
qqk1595871525984.ditaval
dita:id
B035-2520
Product Category
Analytical Ecosystem

Purpose

Exports the specified error list into the specified file which then can be edited and imported.

Syntax

ERRORLIST EXPORT ErrorListName filename ;

Parameters

errorlistname
Unique TDPID that identifies the Unity error list name.
filename
Name of the export details file that you create using the ERRORLIST EXPORT command.
If the filename is specified without a full path, the exported error list file is created in the directory from which unityadmin was launched.

Example

unityadmin>  ERRORLIST EXPORT myErrorList1 myExportedList.txt;