OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
Severity: Varies Component: lib
Text: Operation is not allowed while iterating
Explanation: A call to either a function that alters a backing store (a store or delete
operation) or one that starts another iteration was attempted while iterating. This is not
allowed.
Action: Do not call routines that alter the backing store or nest iterations while in an
iteration loop.
0x14601008 db_s_key_not_found
Severity: Varies Component: lib
Text: Key not found in database
Explanation: The specified key was not found in the database. This means the search
failed. It is not necessarily a problem.
Action: No action is required.
0x14601007 db_s_missing_convert
Severity: Varies Component: lib
Text: Missing convert function
Explanation: A procedure for encoding and decoding (or ’pickling’) the data is required.
Action: Call dce_db_open() with a pointer to your encoding and decoding procedure.
0x14601015 db_s_mutex_init_fail
Severity: Varies Component: lib
Text: pthread_mutex_init() failed
Explanation: The function pthread_mutex_init() failed.
Action: The global variable errno may indicate what action to take.
0x14601016 db_s_mutex_lock_fail
Severity: Varies Component: lib
Text: Pthread mutex lock or unlock failed
Explanation: Either dce_db_lock() or dce_db_unlock() detected an error, returned by a
pthreads mutex function.
Action: The global variable errno may indicate what action to take.
0x14601011 db_s_no_header
Severity: Varies Component: lib
Text: Objects/records in this database do not have headers
2 106 Tandem Computers Incorporated 124330