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

Teradata Tools and Utilities for HP-UX Installation Guide

Product
Teradata Tools and Utilities
Release Number
15.10
Published
August 2016
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
PDF_Installation_UNIX_HP_UX_1600.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3124
lifecycle
previous
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.