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

Table Of Contents
Appendix A 579
Error Messages
Library Procedure Error Messages
-428 MESSAGE BTE: Rebuildindex failed.
MEANING The process of rebuilding the B-Tree failed.
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.
-429 MESSAGE BTE: DBFIND argument version is bad.
MEANING The version number in the argument parameter passed to
DBFIND is invalid. The version number tells DBFIND how
to interpret the argument data.
ACTION Modify the program. Refer to DBFIND in chapter 5.
-430 MESSAGE BTE: DBFIND (mode 4/24) argument type is bad.
MEANING The argument type in the argument parameter passed to
DBFIND is invalid.
ACTION Modify the program. Refer to DBFIND in chapter 5.
-431 MESSAGE BTE: DBFIND (mode 4/24) argument #1 length is
bad.
MEANING The size (in bytes) for argument 1 in the argument
parameter passed to DBFIND is less than 0 or greater than
the key length.
ACTION Modify the program.
-432 MESSAGE BTE: WILDCARD NOT ASCII
MEANING The wildcard is not a valid printable ASCII character (or a
decimal value in the range 33-126) in the DBCONTROL
mode 14 call.
ACTION Correct your application.
-433 MESSAGE BTE: DBFIND (mode 4/24) argument #2 length is
bad.
MEANING The size (in bytes) for argument 2 in the argument
parameter passed to DBFIND is less than 0 or greater than
the key length, or not valid for the search type.
ACTION Modify the program.
-434 MESSAGE BTE: Data set is a detail and not a master.
MEANING The data set being accessed is a detail data set and not a
master data set.
ACTION Correct application.
-436 MESSAGE BTE: Failed to extract data from root file.
MEANING The procedure to get information of the specified data set
failed.