OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: The ACL accessed has no entries.
Action: Be sure that the ACL has at least one entry.
0x1460101d acl_s_no_control_entries
Severity: Varies Component: lib
Text: No ACL entries have the control bit set.
Explanation: In a rdacl_replace operation an attempt was made to replace the ACL
where no entries have control permission.
Action: Ensure that at least one ACL entry has control permission. Or, to avoid this
check in rdacl_replace, set the ag dce_acl_c_orphans_ok when calling
dce_acl_register_object_type(). (Use this feature with care.)
0x1460101b acl_s_owner_not_allowed
Severity: Varies Component: lib
Text: user_obj ACL entries not allowed in this ACL
Explanation: In a rdacl_replace operation an attempt was made to add an ACL entry of
type sec_acl_e_type_user_obj or sec_acl_e_type_user_obj_deleg to a manager that
does not support object users ownership.
Action: Do not add entries of these types. To use these types, specify
dce_acl_c_has_owner when calling dce_acl_register_object_type(); your ACL
manager must also support users/owners.
0x14601019 acl_s_type_not_registered
Severity: Varies Component: lib
Text: Manager type has not been registered with dce_acl_register_object_type()
Explanation: The manager type passed to a lookup or replace function was not registered
by first calling dce_acl_register_object_type().
Action: Call dce_acl_register_object_type() with proper manager type parameter before
attempting the lookup or replace operation.
0x1708309f ae_tty_args_not_command
Severity: Varies Component: sad
Text: SEC_ACL_EDIT - unknown command
Explanation: ?
Action: None required
0x17083099 ae_tty_bad_data_format
Severity: Varies Component: sad
124330 Tandem Computers Incorporated 23