OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: An attempt was made to fetch a header from a database that was created
without headers for the objects/records.
Action: Do not call dce_db_header_fetch() on this database.
0x14601003 db_s_no_more
Severity: Varies Component: lib
Text: No more entries to iterate over
Explanation: The dce_db_iter_next() function passed the last entry in the database.
This is not an error, but informational, and is the only way to tell when you have passed
through the database iteratively.
Action: Call dce_db_iter_done() to complete the iteration.
0x14601002 db_s_no_name_specified
Severity: Varies Component: lib
Text: Database name missing
Explanation: The database filename was not supplied when trying to open the database
with dce_db_open().
Action: Call dce_db_open() with a valid database filename.
0x14601014 db_s_not_locked
Severity: Varies Component: lib
Text: Database is not locked
Explanation: An attempt was made to unlock a database with dce_db_unlock(), but it
was not locked.
Action: Do not attempt to unlock a database that is not locked.
0x14601001 db_s_not_open
Severity: Varies Component: lib
Text: Database not open
Explanation: The database was not opened before this database call.
Action: Call dce_db_open() before this database procedure.
0x14601012 db_s_not_std_header
Severity: Varies Component: lib
Text: Database does not use the standard object/record header
Explanation: An attempt was made to call the function dce_db_header_set(), but the
database does not use the standard header.
124330 Tandem Computers Incorporated 2107