Client Computer Problem: Incorrect Path Name in COPERR - Teradata Tools and Utilities

Teradata Tools and Utilities for Red Hat Enterprise Linux Installation Guide

Product
Teradata Tools and Utilities
Release Number
15.10.04
Published
July 2017
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
PDF_Installation_Linux_RedHat_1600.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3121
Product Category
Teradata Tools and Utilities

If the No such error found message appears, check that the COPERR environment variable has the correct path name to the error message catalog file, errmsg.cat.

  1. Use one of the following commands to define the correct path name to the errmsg.cat file in the COPERR environment variable:
    • Bourne shell users, add the following to the .profile file:

      COPERR=/ed; export COPERR

      where ed (error directory) is the name of the directory created to contain the error message catalog file.

    • C shell users, add the following to the .login file:

      setenv COPERR /ed

      where ed (error directory) is the name of the directory created to contain the error message catalog file.

  2. Run the .profile or .login file.