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

Facility DSA_GDAM

Errors associated with GDAM databases.

NameSeverityIDDescriptionAction
BadPagedResultsCookieerror6 A client operation failed because the passed paged results cookie/query reference was invalid.
ChangeLoadErrorerror22 A change could not be loaded for the given reason.
ChangeLogErrorerror20 Error reading a change from a transaction log file.
ChangelogPrunedinformation13 A changelog was pruned. No action necessary.
ChangelogPruneFailerror14 A changelog prune attempt failed. No action necessary.
ChangelogWriteFailerror15 A write to a shadow or LDAP changelog failed. No action necessary.
CheckErrorerror24 Error detected.
CheckInfoinfo23 Checking step.
DBDeadlockinformation5 A database operation was rejected in order to resolve a deadlock.
EntryLoadErrorerror21 An entry could not be loaded at startup for the given reason.
Errorerror25 GDAM general error. Check error information and detail.
FileErrorerror19 Error while processing a transaction log file.
FileReadFailerror16 Failed to read from a file while initializing GDAM.
GdamOpenFailfatal1 Failed to open a GDAM.
IndexBuildCompleteinformation8 An index build operation has completed.
IndexBuildFailerror9 An index build operation has failed. This event message serves only to notify of failure. Log messages preceding this one should provide context.
IndexBuildStartinformation7 An index build operation has started.
MultiNameLockFailerror3 An operation failed to get a multiple name lock.
MultiNameLockWaitinformation2 An operation is waiting on a multiple name lock.
NotEnoughDiskSpaceerror11 The minimum free disk space threshold has been reached for the GDAM in the given directory. The GDAM will go into read only mode.
ParseErrorerror18 Invalid data encountered while reading a data or changelog file.
PerfStatsinfo17 GDAM load and run time performance statistics.
SufficientDiskSpaceerror12 The minimum free disk space has become available. The GDAM will become writable.
UnresolvedDBDeadlockerror4 An operation failed due to repeated database deadlock.
Warningwarning26 GDAM non-fatal error. Check warning information and detail.
WritingDisablederror10 The minimum free block threshold has been reached for the GDAM in the given directory.

GdamOpenFail

Message Text
  • failed to open GDAM %1
Parameters
  1. GDAM label.
Description
Failed to open a GDAM.
Action

MultiNameLockWait

Message Text
  • waiting on a multiple (%1) name lock
Parameters
  1. Lock number
Description
An operation is waiting on a multiple name lock.
Action

MultiNameLockFail

Message Text
  • failed to get a multiple (%1) name lock
Parameters
  1. Lock number
Description
An operation failed to get a multiple name lock.
Action

UnresolvedDBDeadlock

Message Text
  • operation failed due to unresolved deadlock, op=%1
Parameters
  1. Operation ID.
Description
An operation failed due to repeated database deadlock.
Action

DBDeadlock

Message Text
  • database operation rejected after deadlock, op=%1, desc=%2
Parameters
  1. Operation ID.
  2. Description.
Description
A database operation was rejected in order to resolve a deadlock.
Action

BadPagedResultsCookie

Message Text
  • invalid paged results cookie/query reference
Description
A client operation failed because the passed paged results cookie/query reference was invalid.
Action

IndexBuildStart

Message Text
  • index build has started in GDAM %1
Parameters
  1. GDAM
Description
An index build operation has started.
Action

IndexBuildComplete

Message Text
  • index building has completed in GDAM %1
Parameters
  1. GDAM
Description
An index build operation has completed.
Action

IndexBuildFail

Message Text
  • index building has failed in GDAM %1
Parameters
  1. GDAM
Description
An index build operation has failed.
Action
This event message serves only to notify of failure. Log messages preceding this one should provide context.

WritingDisabled

Message Text
  • Free space threshold exceeded; gdam:"%1", min_blocks:%2
Parameters
  1. GDAM directory
  2. Free block threshold
Description
The minimum free block threshold has been reached for the GDAM in the given directory.
Action

NotEnoughDiskSpace

Message Text
  • Minimum disk space threshold reached; gdam:"%1", min_disk_space:%2M
Parameters
  1. GDAM directory
  2. Disk space threshold
Description
The minimum free disk space threshold has been reached for the GDAM in the given directory. The GDAM will go into read only mode.
Action

SufficientDiskSpace

Message Text
  • Minimum disk space now available; gdam:"%1", min_disk_space:%2M
Parameters
  1. GDAM directory
  2. Disk space threshold
Description
The minimum free disk space has become available. The GDAM will become writable.
Action

ChangelogPruned

Message Text
  • gdam:"%1", num:%2
Parameters
  1. GDAM
  2. Entries pruned
Description
A changelog was pruned.
Action
No action necessary.

ChangelogPruneFail

Message Text
  • gdam:"%1" error:"%2"
Parameters
  1. GDAM
  2. Reason
Description
A changelog prune attempt failed.
Action
No action necessary.

ChangelogWriteFail

Message Text
  • gdam:"%1" error:"%2" op:"%3" dn:"%4"
Parameters
  1. GDAM
  2. Reason
  3. Operation
  4. Target
Description
A write to a shadow or LDAP changelog failed.
Action
No action necessary.

FileReadFail

Message Text
  • failed to read file "%2" when initializing GDAM "%1"
Parameters
  1. GDAM label.
  2. Filename.
Description
Failed to read from a file while initializing GDAM.
Action

PerfStats

Message Text
  • gdam:\"%1\" op:\"%2\" num:%3 secs:%4
Parameters
  1. GDAM
  2. Operation
  3. Number processed
  4. Duration (seconds)
Description
GDAM load and run time performance statistics.
Action

ParseError

Message Text
  • file:"%1" detail:"%2" offset:%3
Parameters
  1. Filename
  2. Detail
  3. Offset
Description
Invalid data encountered while reading a data or changelog file.
Action

FileError

Message Text
  • file:\"%1\" detail:\"%2\"
Parameters
  1. Filename
  2. Detail
Description
Error while processing a transaction log file.
Action

ChangeLogError

Message Text
  • file:"%1" id=%2 detail:"%3"
Parameters
  1. Filename
  2. ID
  3. Detail
Description
Error reading a change from a transaction log file.
Action

EntryLoadError

Message Text
  • dn:\"%1\" error:\"%2\"
Parameters
  1. DN
  2. Error
Description
An entry could not be loaded at startup for the given reason.
Action

ChangeLoadError

Message Text
  • dn:"%1" id:"%2" error:"%3"
Parameters
  1. DN
  2. Change ID
  3. Error
Description
A change could not be loaded for the given reason.
Action

CheckInfo

Message Text
  • %1
Parameters
  1. Check
Description
Checking step.
Action

CheckError

Message Text
  • %1
Parameters
  1. Error
Description
Error detected.
Action

Error

Message Text
  • error:"%1" detail:"%2"
Parameters
  1. Error information
  2. Detail
Description
GDAM general error. Check error information and detail.
Action

Warning

Message Text
  • error:"%1" detail:"%2"
Parameters
  1. Warning information
  2. Detail
Description
GDAM non-fatal error. Check warning information and detail.
Action

All rights reserved © 2002 - 2024 Isode Ltd.