Facility dsapi

DSAPI client library events

NameSeverityIDDescriptionAction
bad_addrerror3The input address could not be parsed as either an RFC 1006 presentation address or an LDAP URI.No operator action
bad_ldap_filterinformation23Invalid LDAP filter specification.Correct errors in LDAP filter specification and reattempt search.
delete_file_failedwarning26Unexpected failure to delete a file.Look for access-control/permissions problems.
dn_convert_failerror15The DAP DN could not be converted to a DS_DN.Enter a valid DN string
dn_parse_failerror14The DN string could not be parsed.Enter a valid DN string
entry_convert_failerror9The DAP read result could not be converted into a DS_Entry.No operator action
invalid_attrtypeerror17The attribute type was not recognized.Check the schema files are up to date
invalid_dnerror7The passed DN could not be converted.No operator action
invalid_eiserror16The combination of attributes in the entry information selection was invalid.No operator action
invalid_opiderror10The operation ID was out of range.No operator action
ldap_error_textinformation18The LDAP error returned extra information.No operator action
ldif_write_type_changenotice28An attempt has been made to write a change-entry on a stream which has previously had normal entries read from it or written to it, or to write normal entries on a stream previously used for change-entries.Possible software bug.
not_implementederror4The operation is not currently implemented for the protocol being used.No operator action
rdn_convert_failerror13The DAP RDN could not be converted.No operator action
read_unexpected_messageerror8An unexpected LDAP message was received while waiting for read/search results.No operator action
referral_parse_failurewarning24An operation returned a referral, but the referral information could not be parsed into a DS_Referral structure.None.
rename_file_failedwarning27Unexpected failure to rename a file.Look for access-control/permissions problems.
search_correlation_failedwarning21An attempt to correlate a set of search results failedNo operator action
signature_invalidwarning20A signed operation appears to have completed successfully, but the signature did not verify.The results from this operation should be treated with caution
trace_enterdebug1The function was entered.No operator action
trace_leavedebug2The function returned.No operator action
unexpectederror25Unexpected condition; should not occur.Consider reporting to Isode.
unknown_opiderror11The operation ID was not found.No operator action
unrecognised_common_argdebug22An option in a common arguments structure was ignored No operator action
unsupported_critical_extensioninformation19An unsupported critical extension bit was used.No operator action
value_convert_failerror12The DAP attribute value could not be converted into a DS_AttrVal.No operator action
x509_make_bind_failerror5The strong DAP bind argument could not be constructed.Check identities
x509_sign_bind_failerror6The strong DAP bind argument could not be signed.Check identities

trace_enter

Message Text
Parameters
  1. Function
Description
The function was entered.
Action
No operator action

trace_leave

Message Text
Parameters
  1. Function
  2. Status
Description
The function returned.
Action
No operator action

bad_addr

Message Text
Parameters
  1. Function
  2. Address
Description
The input address could not be parsed as either an RFC 1006 presentation address or an LDAP URI.
Action
No operator action

not_implemented

Message Text
Parameters
  1. Operation
Description
The operation is not currently implemented for the protocol being used.
Action
No operator action

x509_make_bind_fail

Message Text
Description
The strong DAP bind argument could not be constructed.
Action
Check identities

x509_sign_bind_fail

Message Text
Description
The strong DAP bind argument could not be signed.
Action
Check identities

invalid_dn

Message Text
Parameters
  1. Function
  2. Protocol
Description
The passed DN could not be converted.
Action
No operator action

read_unexpected_message

Message Text
Parameters
  1. Message
Description
An unexpected LDAP message was received while waiting for read/search results.
Action
No operator action

entry_convert_fail

Message Text
Description
The DAP read result could not be converted into a DS_Entry.
Action
No operator action

invalid_opid

Message Text
Parameters
  1. ID
Description
The operation ID was out of range.
Action
No operator action

unknown_opid

Message Text
Parameters
  1. ID
Description
The operation ID was not found.
Action
No operator action

value_convert_fail

Message Text
Description
The DAP attribute value could not be converted into a DS_AttrVal.
Action
No operator action

rdn_convert_fail

Message Text
Description
The DAP RDN could not be converted.
Action
No operator action

dn_parse_fail

Message Text
Parameters
  1. String
  2. Error
Description
The DN string could not be parsed.
Action
Enter a valid DN string

dn_convert_fail

Message Text
Description
The DAP DN could not be converted to a DS_DN.
Action
Enter a valid DN string

invalid_eis

Message Text
Description
The combination of attributes in the entry information selection was invalid.
Action
No operator action

invalid_attrtype

Message Text
Parameters
    Description
    The attribute type was not recognized.
    Action
    Check the schema files are up to date

    ldap_error_text

    Message Text
    Parameters
      Description
      The LDAP error returned extra information.
      Action
      No operator action

      unsupported_critical_extension

      Message Text
      Parameters
      1. Bit
      Description
      An unsupported critical extension bit was used.
      Action
      No operator action

      signature_invalid

      Message Text
      Parameters
      1. Function
      2. X509_Status
      Description
      A signed operation appears to have completed successfully, but the signature did not verify.
      Action
      The results from this operation should be treated with caution

      search_correlation_failed

      Message Text
      Parameters
      1. Function
      Description
      An attempt to correlate a set of search results failed
      Action
      No operator action

      unrecognised_common_arg

      Message Text
      Parameters
      1. function
      2. option
      Description
      An option in a common arguments structure was ignored
      Action
      No operator action

      bad_ldap_filter

      Message Text
      Parameters
      1. Error_Description
      Description
      Invalid LDAP filter specification.
      Action
      Correct errors in LDAP filter specification and reattempt search.

      referral_parse_failure

      Message Text
      Parameters
      1. info
      Description
      An operation returned a referral, but the referral information could not be parsed into a DS_Referral structure.
      Action
      None.

      unexpected

      Message Text
      Parameters
      1. caller
      2. func
      3. status
      Description
      Unexpected condition; should not occur.
      Action
      Consider reporting to Isode.

      delete_file_failed

      Message Text
      Parameters
      1. caller
      2. filename
      3. errno
      Description
      Unexpected failure to delete a file.
      Action
      Look for access-control/permissions problems.

      rename_file_failed

      Message Text
      Parameters
      1. caller
      2. from
      3. to
      4. errno
      Description
      Unexpected failure to rename a file.
      Action
      Look for access-control/permissions problems.

      ldif_write_type_change

      Message Text
      Parameters
      1. caller
      Description
      An attempt has been made to write a change-entry on a stream which has previously had normal entries read from it or written to it, or to write normal entries on a stream previously used for change-entries.
      Action
      Possible software bug.