Database Guide

UNIX error handling


UNIX
UNIX error handling is performed according to the X/Open XPG3 messaging catalog system. Localized error messages are stored in the subdirectory locale/localized_territory_directory/LC_MESSAGES, where localized_territory_directory depends on your language.

For instance, German localization files are stored in locale/de/LC_MESSAGES, where de is the locale for German.

If localized error messages are not available for your locale, then error messages consist of message numbers instead of text. For example:

[INTERSOLV] [ODBC 20101 driver] 30040


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]