OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
Explanation: An entry supplied as input to a remote call to the endpoint mapper (for
example, for deletion) does not exist in the endpoint map.
Action: Supply only existing entries when deleting.
0x16c9a0d4 ept_s_update_failed
Severity: Varies Component: rpc
Text: Cannot update endpoint database
Explanation: The endpoint mapper was unable to write modifications to the database file
that holds the endpoint map.
Action: Check the permissions on the database file.
---------- ERANGE
Severity: Error Component: Threads
Text: Result too large
Explanation: An attempt was made to set the priority for a thread, but the value falls
outside the range of minimum to maximum.This error might also occur if an attempt is
made to set the kind parameter in the pthread_mutexattr_setkind_np.
Action: Priority depends on the scheduling policy, which can be one of the following:
Other
First in, first out
Round Robin
Foreground
Background
The priority range for each of the policies is as follows:
RI_OTHER_MIN<=priority<=PRI_OTHER_MAX
RI_FIFO_MIN<=priority<= PRI_FIFO_MAX
RI_RR_MIN<=priority<=PRI_RR_MAX
RI_FG_MIN_NP<=priority<= PRI_FG_MAX_NP
RI_BG_MIN_NP<=priority<= PRI_BG_MAX_NP
You need to specify the priority using the syntax for your programming language. The
following specifies a priority midway between the minimum and maximum for the Round
Robin policy:
pri_rr_mid= (PRI_RR_MIN + PRI_RR_MAX)/2
The default value is the midpoint between PRI_OTHER_MIN and
PRI_OTHER_MAX.
If the error is returned for pthread_mutexattr_setkind_no, then the value for kind must
be one of the following:
2 248 Tandem Computers Incorporated 124330