HPlogo ALLBASE/SQL Message Manual: HP 9000 Computer Systems > Chapter 1 Introduction

Understanding Message Manual Entries

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

Messages are presented in numerical order. The messages are categorized as follows:

1 - 499ISQL messages
500 - 699SQLAudit messages
700 - 799SQLGEN messages
1000 - 1999Parser and linearizer messages
2000 - 4999SQLCore messages
7000 - 7999Reserved for use in RAISE ERROR
8000 - 8999SQLUtil messages
9000 - 9999ACI messages
10000 - 12999Preprocessor messages
13000 - 13499DBCore messages
13500 - 13699ALLBASE/Turbo CONNECT runtime messages
13700 - 15999DBCore messages
16000 - 16999DBECon messages
20000 - 20999SQLMigrate messages
25000 - 29999ALLBASE/NET messages
30000 - 30999Data communication NetIPC messages
31000 - 31899Data communication BSD messages
31900 - 31999ALLBASE/NET common messages
32000 - 32999ATCUtil messages
33000 - 33499ALLBASE/DB2 CONNECT messages
34000 - 34999SQLMON messages
(unnumbered)Console error messages

CAUSE and ACTION for Messages

Each message in this manual is followed by a CAUSE, which gives information as to why the warning or error occurred. This is followed by an ACTION, which gives information on how to resolve the problem, refers the user to an appropriate manual, or suggests contacting an HP Service Representative or the Response Center. For example:

13
MESSAGE

! not a column name in table !. (DBERR 13)

CAUSE

The column you specified in the LOAD EXTERNAL command does not exist in the table specified.

ACTION

Use the INFO command to check which columns are in the specified table.

Use of Exclamation Points

Some messages contain one or more exclamation points (!), which are replaced by more specific information (such as a number, filename, or subsystem name) when the condition occurs. For example, if the filename you specified was PurchDF1, this message is received:

   Error erasing file 'PurchDF1'.  (DBERR 7)

The message is documented in this manual as:

   Error erasing file '!'.  (DBERR 7)
Feedback to webmaster