ERRORFILEDIR - Analytics Database - Teradata Vantage

Database Utilities

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-05-02
dita:mapPath
ymn1628096214445.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
vkz1472241255652
lifecycle
latest
Product Category
Teradata Vantage™

Displays or changes the location of the error file for the current CheckTable session.

Syntax

ERRORFILEDIR [ Directory-name ] ;

Syntax Elements

Directory-name
The name of the directory location of the error file.

Usage Notes

If ERRORFILEDIR is specified by itself, then the current error file location displays.

The default error file location is the PDE Temp directory.

To determine the PDE Temp directory path, enter pdepath -S on the Linux command line.

If Directory-name is specified, the error file location for the current CheckTable instance is set to this path.

The Directory-name can be a fully qualified directory name (for example, “/var/tmp/checktable”) or a relative path directory name (such as “checktable” or “checktable/errors”). For a relative name, the root directory is the PDE Temp directory.

Example: Displaying the current error file location

To display the current error file location:

ERRORFILEDIR;

Example: Changing the error file location

To change the error file location:

ERRORFILEDIR CheckErrorFiles;
ERRORFILEDIR /var/tmp/CheckErrorFiles;