OSF DCE Problem Determination Guide

Error Messages and Status Codes
Text: Header type is incorrectly specified.
Explanation: An attempt was made to create a database while specifying an incorrect
header type.
Action: When creating a database, set the flags parameter of dce_db_open() to have
either db_c_std_header or db_c_acl_header or neither (meaning no header).
0x14601004 db_s_bad_index_type
Severity: Varies Component: lib
Text: Index type is not known or incorrectly specified.
Explanation: An attempt was made to create a database without specifying an index type
or to open an existing one with an incorrect type.
Action: When creating a new database, set the flags parameter of dce_db_open() to have
either dce_db_c_index_by_uuid or dce_db_c_index_by_name. When opening an
existing database, no index type is necessary. If specified, it must match the type used
when the database was first created.
0x1460100f db_s_del_failed
Severity: Varies Component: lib
Text: Database delete operation failure
Explanation: The underlying database-delete procedure failed for some reason. The
global variable errno may provide more specific information.
Action: The global variable errno may indicate what action to take.
0x1460100e db_s_fetch_failed
Severity: Varies Component: lib
Text: Database fetch failure
Explanation: The underlying database-fetch procedure failed for some reason. The
global variable errno may provide more specific information.
Action: The global variable errno may indicate what action to take.
0x14601005 db_s_index_type_mismatch
Severity: Varies Component: lib
Text: Index type in flags parameter does not match type in database
Explanation: The index type bits in the flags parameter to dce_db_open() did not match
the type stored in the database.
Action: Call dce_db_open() with the index type that matches what is in the database.
0x14601017 db_s_iter_not_allowed
124330 Tandem Computers Incorporated 2105