OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
Action: Do not call dce_db_header_set(). This database was created without the
standard header, so it cannot be set.
0x14601009 db_s_open_already_exists
Severity: Varies Component: lib
Text: Database creat failure - data file already exists
Explanation: When attempting to open a database with the db_c_create flag, the
specified database file was found to already exist.
Action: Do not open an existing database with the db_c_create flag, or remove the
database file if a new (and empty) database is desired.
0x1460100c db_s_open_failed
Severity: Varies Component: lib
Text: Database open failure
Explanation: The underlying database-open 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.
0x1460100b db_s_open_failed_eacces
Severity: Varies Component: lib
Text: Database open failure - permission denied
Explanation: The server does not have permission to open the database file. The open
call returned EACCES.
Action: Run the process as the operating system user that has permission to access the
database or change the permission of the database file itself, or the path to it.
0x1460100a db_s_open_failed_enoent
Severity: Varies Component: lib
Text: Database open failure - no such file or directory
Explanation: The specified database file or part of its path was not found. The open call
returned ENOENT.
Action: Correct the pathname to the file you are attempting to open.
0x14601010 db_s_readonly
Severity: Varies Component: lib
Text: Database is opened as ’readonly’
Explanation: An attempt was made to modify the database with dce_db_store() or
dce_db_delete() after opening it with db_c_readonly in the flags parameter.
2 108 Tandem Computers Incorporated 124330