TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)

572 AppendixA
Error Messages
Library Procedure Error Messages
ACTION Check the third and fourth halfword of the qualifier
parameter you passed to DBCONTROL for the status. This
value should provide extra error information in HPERRMSG
format. Notify HP support personnel.
-444 MESSAGE BTE: DBFIND on non-key field of master.
MEANING The item specified in the parameter is not a key field in
the master data set. DBFIND on a master data set is
allowed only if there is a B-Tree for the data set, and if the
DBFIND item is the master data set's key item.
ACTION Modify the program, or add a B-Tree to the master data
set.
-446 MESSAGE BTE: Argument 2 specified for relop of
(</<=/=/>=/>).
MEANING A relational operator (<, <=, >, >=, =) was found in the
DBFIND argument, which implies that only one data
argument field is expected. However, the argument 2
length field is non-zero, implying that a second argument
data field was unnecessarily passed into DBFIND. For
relational operators, DBFIND's argument 2 size must be
zero.
ACTION Modify the program.
-447 MESSAGE BTE: Failed to build record holding root data
information.
MEANING A procedure that extracts information from a root file has
failed. (Several B-Tree internal routines depend upon this
information.)
ACTION Notify HP support personnel
-448 MESSAGE BTE: Failed to setup information for
userlabel 0 of data set.
MEANING The procedure that writes data to user label #0 of a data
set has failed.
ACTION Notify HP support personnel.
-449 MESSAGE BTE: Failed to position index at start of key
range.
MEANING The procedure to position the B-Tree pointer to the first
key that satisfies the current DBFIND has failed.