TurboIMAGE/XL Database Management System Reference Manual (30391-90012)

Table Of Contents
Appendix A 581
Error Messages
Library Procedure Error Messages
MEANING Releasing the B-Tree file from GROUP/ACCOUNT security
has failed in DBCONTROL mode 13 call.
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.
-443 MESSAGE BTE: SECURE of index file failed.
MEANING Securing the B-Tree file (which makes normal
GROUP/ACCOUNT security apply to it) has failed in a
DBCONTROL mode 13 call.
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