Summary: Isode components write to logging streams when events occur.

Facility dsapi

DSAPI client library events

NameSeverityIDDescriptionAction
atn_failureerror34An address could not be converted for the given reason.
atn_tracedetail35This traces the address mapping algorithm.
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.
DAP_session_losterror30An DAP operation failed and a status of DS_ERROR_CONNECT was detected. The corresponding DSAPI session state has been set to DSConnectionLost, and further attempts to perform operations will result in DS_E_NOTBOUND errors. Check server and network availability.
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_failinformation14The 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
internalerror31Unexpected condition, should not occur.Consider reporting to Isode.
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
LDAP_session_losterror29An LDAP operation failed and a status of LDAP_SERVER_DOWN was detected. The corresponding DSAPI session state has been set to DSConnectionLost, and further attempts to perform operations will result in DS_E_NOTBOUND errors. Check server and network availability.
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.
sasl_debugdetail33Information was logged about a SASL related operation.No operator action.
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
tls_debugdetail32Information was logged about a TLS related operation.No operator action.
trace_enterdetail1The function was entered.No operator action
trace_leavedetail2The 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_argdetail22An 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
  • %1 entered
Parameters
  1. Function
Description
The function was entered.
Action
No operator action

trace_leave

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

bad_addr

Message Text
  • %1: bad input address %2
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
  • Operation %1 not implemented
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
  • Error making X.509 bind argument
Description
The strong DAP bind argument could not be constructed.
Action
Check identities

x509_sign_bind_fail

Message Text
  • Error signing X.509 bind argument
Description
The strong DAP bind argument could not be signed.
Action
Check identities

invalid_dn

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

read_unexpected_message

Message Text
  • Unexpected LDAP message type %1 during read
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
  • DAP result to DS_Entry conversion failed
Description
The DAP read result could not be converted into a DS_Entry.
Action
No operator action

invalid_opid

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

unknown_opid

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

value_convert_fail

Message Text
  • IF_AttrVal to DS_AttrVal conversion failed
Description
The DAP attribute value could not be converted into a DS_AttrVal.
Action
No operator action

rdn_convert_fail

Message Text
  • IF_Rdn conversion failed
Description
The DAP RDN could not be converted.
Action
No operator action

dn_parse_fail

Message Text
  • Failed to parse DN %1 (%2)
Parameters
  1. String
  2. Error
Description
The DN string could not be parsed.
Action
Enter a valid DN string

dn_convert_fail

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

invalid_eis

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

invalid_attrtype

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

    ldap_error_text

    Message Text
    • LDAP error extra text %1
    Parameters
      Description
      The LDAP error returned extra information.
      Action
      No operator action

      unsupported_critical_extension

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

      signature_invalid

      Message Text
      • Verification for signed %1 operation failed: "%2"
      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
      • %1 unable to correlate search results
      Parameters
      1. Function
      Description
      An attempt to correlate a set of search results failed
      Action
      No operator action

      unrecognised_common_arg

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

      bad_ldap_filter

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

      referral_parse_failure

      Message Text
      • Failed to parse referral information : %1
      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
      • Unexpected condition: %1 called %2 which returned %3
      Parameters
      1. caller
      2. func
      3. status
      Description
      Unexpected condition; should not occur.
      Action
      Consider reporting to Isode.

      delete_file_failed

      Message Text
      • %1 unexpectedly failed to delete file '%2', errno %3
      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
      • %1 unexpectedly failed to rename file '%2' to '%3', errno %4
      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
      • Attempt to mix change and normal entries on an LDIF stream (%1)
      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.

      LDAP_session_lost

      Message Text
      • A network problem has caused an LDAP session to be disconnected
      Description
      An LDAP operation failed and a status of LDAP_SERVER_DOWN was detected. The corresponding DSAPI session state has been set to DSConnectionLost, and further attempts to perform operations will result in DS_E_NOTBOUND errors.
      Action
      Check server and network availability.

      DAP_session_lost

      Message Text
      • A network problem has caused a DAP session to be disconnected
      Description
      An DAP operation failed and a status of DS_ERROR_CONNECT was detected. The corresponding DSAPI session state has been set to DSConnectionLost, and further attempts to perform operations will result in DS_E_NOTBOUND errors.
      Action
      Check server and network availability.

      internal

      Message Text
      • Internal error in function %1: %2
      Parameters
      1. caller
      2. message
      Description
      Unexpected condition, should not occur.
      Action
      Consider reporting to Isode.

      tls_debug

      Message Text
      • %1 (%2)
      Parameters
      1. param
      2. extraInfo
      Description
      Information was logged about a TLS related operation.
      Action
      No operator action.

      sasl_debug

      Message Text
      • %1 (%2)
      Parameters
      1. param
      2. extraInfo
      Description
      Information was logged about a SASL related operation.
      Action
      No operator action.

      atn_failure

      Message Text
      • %1 converting %2 %3
      Parameters
      1. Function
      2. Address
      3. Detail
      Description
      An address could not be converted for the given reason.
      Action

      atn_trace

      Message Text
      • %1 converting %2 %3 %4
      Parameters
      1. Function
      2. Address
      3. Text
      4. Value
      Description
      This traces the address mapping algorithm.
      Action

      All rights reserved © 2002 - 2024 Isode Ltd.