TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
Appendix A 573
Error Messages
Library Procedure Error Messages
ACTION A REBUILDINDEX may solve the problem. If the problem
occurs again, notify HP support personnel.
-451 MESSAGE BTE: Root version less than "C4."
MEANING An attempt was made to add a B-Tree to a data set in an
older format database. Normally, DBUTIL's ADDINDEX
command, and DBCONTROL mode 13, will update an older
format database to "C4" level prior to adding a B-Tree.
ACTION Notify HP support personnel.
-452 MESSAGE BTE: Key length greater than 252 bytes
(maximum index key size).
MEANING The key length of the data item you want to create a
B-Tree index on is too long. The length can not exceed 252
bytes.
ACTION Consider reducing the size of the item used as the data set
key. The 252 byte limitation is a result of a KSAM/iX
limitation. B-Trees are currently implemented using
KSAM/iX files.
-458 MESSAGE DBOPEN failed, out of disk space.
MEANING The system does not have enough disk space to create
run-time control blocks and global structures.
ACTION Notify your system administrator about the disk space
and try again after disk space is made available.
-1000 MESSAGE Switch failure, INFO
nn
, SUBSYS
nn
MEANING The switch to Native Mode failed. SUBSYS
nn
is the
subsystem that failed. INFO
nn
is the error number
returned from that subsystem.
ACTION Notify HP support personnel.
-1001 MESSAGE Switch to CM failed on CX'PCBXIMAGE
MEANING Internal error. This error is returned when DBOPEN calls
CM CX'PCBXIMAGE and encounters a switch to CM
failure.
ACTION Notify HP support personnel.