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

Table Of Contents
578 AppendixA
Error Messages
Library Procedure Error Messages
ACTION Notify your HP personnel.
-420 MESSAGE FEATURE NOT IMPLEMENTED.
MEANING Use of a feature not supported for B-Tree indices is
detected.
ACTION Correct your application.
-421 MESSAGE BTE: unknown qualifier value for DBCONTROL
mode 13.
MEANING The function code in the qualifier that passed to
DBCONTROL is invalid.
ACTION Modify the program.
-422 MESSAGE BTE: data set# not in valid range.
MEANING The data set number in the qualifier that passed to
DBCONTROL is invalid.
ACTION Modify the program.
-423 MESSAGE BTE: B-Tree already exists.
MEANING The data set you want to create a B-Tree for already has a
B-Tree associated with it.
ACTION Check which data set you wish to create a B-Tree for and
correct it.
-424 MESSAGE BTE: Failed to create B-Tree.
MEANING The creation of the B-Tree failed.
ACTION Check the third and fourth halfword of the qualifier
parameter passed to DBCONTROL for the status. This value
should provide extra error information in HPERRMSG
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.