TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
Appendix A 569
Error Messages
Library Procedure Error Messages
format. Notify HP support personnel.
-425 MESSAGE BTE: DB not opened exclusively.
MEANING The database is not opened exclusively while creating the
B-Tree.
ACTION Modify the program. Creation of a B-Tree requires
exclusive access to the database.
-426 MESSAGE BTE: B-Tree doesn't exist.
MEANING A B-Tree does not appear to exist for a rebuildindex to
work with.
ACTION Check the existence of the B-Tree or modify the program.
-427 MESSAGE BTE: FCLOSE, purge failed.
MEANING While trying to purge the B-Tree file, FCLOSE failed.
ACTION Check the status of the B-Tree file. This may indicate a
problem with the file security of the B-Tree file.
-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.