Facility DSA_BAGDAM

Errors associated with the BAGdam database.

NameSeverityIDDescriptionAction
ALREADY_OPENerror3 A GDAM database cannot be opened as it is already open.
BAD_PAGED_RESULTS_COOKIEerror46 A client operation failed because the passed paged results cookie/query reference was invalid.
BAD_VOLUME_LABELfatal10 An invalid entry volume label was encountered in a GDAM configuration.
CANNOT_INIT_NAME_LOCKerror52 Report error to support@isode.com.
CONFIG_ENTRY_WRITE_FAILerror32 Failed to write an entry to the configuration database. This suggest either an inconsistency or corruption in the database. Check for error events of type DB_ERROR in the log. If found then database corruption is a possibility. The directory server should be shutdown, a backup taken and a database recovery initiated before restarting.
CONFIG_FAILfatal7 Failed to read GDAM configuration.
CREATE_FAILerror26 Failed to create a GDAM. GDAM creation failure is normally due to a given invalid database directory or insufficient permissions in that directory (the user needs to be able to create the GDAM directory and then write to it). Verify that the given GDAM database directory is a full absolute path and can be created by the calling userid. Preceding error events may contain more precise detail and context.
CREATEDinformation28 A BAGDAM has been created. None - this is an informational event.
CREATING_BAGDAMinformation27 A BAGDAM is about to be created. None - this is an informational event.
DB_DEADLOCKinformation45 A database operation was rejected in order to resolve a deadlock.
DB_ERRORerror17 A low-level error occurred in a GDAM database.
DB_ERROR_REPORTerror53 A low-level error occurred in a GDAM database. A subsequent log message should report the GDAM or database in which the error occurred.
DB_OPEN_FAILfatal12 Failed to open a low-level database file.
DIR_ACCESSerror5 An invalid file was encountered during GDAM initialization.
DIR_CREATE_FAILerror25 Failed to create a directory during GDAM creation. Make sure that the named directory does not exist, or that the invoking user has sufficient permissions to create the directory.
DNID_NOT_FOUNDinformation51 An entry with the given DNID was not found in the database. The most likely cause is that the entry associated with the DNID has been recently deleted.
DNID_VOLUME_GET_FAILerror19 Failed to get the entry volume associated with the given DNID identifier.
ENTRY_DECODE_FAILerror23 Failed to decode an entry retrieved from the database.
ENTRY_ENCODE_FAILerror24 Failed to encode an entry prior to writing to the database.
ENTRY_GET_FAILerror20 Failed to get the entry identified by the given DNID.
ENTRY_ID_NOT_FOUNDinformation33 An attempt to access the entry attributes failed as the id2parent database does not contain the given identifier.
ENTRY_NOT_FOUNDinformation22 An attempt to access the entry attributes failed as the id2entry database does not contain the given identifier.
ENTRY_PUT_FAILerror21 Failed to put the entry identified by the given DNID.
ENTRY_REMOVE_FAILerror29 Failed to remove the entry identified by the given DNID. This suggest either an inconsistency or corruption in the database. Check for error events of type DB_ERROR in the log. If found then database corruption is a possibility. The directory server should be shutdown, a backup taken and a database recovery initiated before restarting.
ENV_OPEN_FAILcritical18 Failed to open a database environment for a BAGdam.
EXTRACT_KNOWLEDGE_FAILerror30 At startup the directory server extracts knowledge from the This suggest either an inconsistency or corruption in the database. Check for error events of type DB_ERROR in the log. If found then database corruption is a possibility. The directory server should be shutdown. A backup should then be taken of the GDAM for which errors are reported and a database recovery initiated before restarting.
FILE_OPEN_FAILerror6 Failed to open a file while initializing GDAM.
GDAM_OPEN_FAILfatal8 Failed to open a GDAM.
HISTORICAL_LOG_GET_FAILerror39 GDAM failed to determine the list of historical database transaction log files for removal.
INDEX_ALREADY_OPENerror50 An attempt to open or create an index has failed because an identical index is already present and open. This event message serves only to notify of failure. Log messages preceding this one should provide context.
INDEX_BUILD_COMPLETEinformation48 An index build operation has completed.
INDEX_BUILD_FAILerror49 An index build operation has failed. This event message serves only to notify of failure. Log messages preceding this one should provide context.
INDEX_BUILD_STARTinformation47 An index build operation has started.
INDEX_ENTRY_REMOVE_FAILerror31 Failed to remove index entries associated with the given DNID. This suggest either an inconsistency or corruption in the database. Check for error events of type DB_ERROR in the log. If found then database corruption is a possibility. The directory server should be shutdown, a backup taken and a database recovery initiated before restarting.
INDEX_REMOVE_FAILerror42 An index database could not be removed. The exact reason is given in the log message detail.
INVALID_CONFIG_LINEfatal14 An invalid line was encountered in a BAGdam configuration file.
INVALID_DIRerror4 An invalid directory was encountered during GDAM initialization.
LOG_FILE_REMOVE_FAILerror41 A GDAM failed to remove to a historical database transaction log file.
MULTI_NAME_LOCK_FAILerror38 An operation failed to get a multiple name lock.
MULTI_NAME_LOCK_WAITinformation37 An operation is waiting on a multiple name lock.
NAME_ALREADY_IN_CACHEinformation34 The given name was already in the name cache. Most likely cause is that two directory caused a database read for that name close to simultaneously.
NAME_LOCK_FAILerror36 An operation failed to get a lock on the entry with the given DNID.
NAME_LOCK_WAITinformation35 An operation is waiting on a lock on the entry with the given DNID.
OPENED_DATABASEinformation2 A GDAM database has been opened.
OPENING_DATABASEinformation1 A GDAM database is about to be opened.
REMOVING_INDEX_NOT_PRESENTerror43 An index database could not be removed. The exact reason is given in the log message detail.
REMOVING_LOG_FILEinformation40 A GDAM is ready to remove to a historical database transaction log file.
SEGMENT_ALREADY_MAPPEDfatal9 A database segment has already been mapped to a GDAM entry volume.
TOO_MANY_VOLUMEScritical15 More than the maximum number of entry volumes were configured.
UNMAPPED_SEGMENTfatal11 A database segment is unmapped in a GDAM configuration.
UNRESOLVED_DB_DEADLOCKerror44 An operation failed due to repeated database deadlock.
VOLUME_CONFIGURED_TWICEcritical16 A volume was specified more than once for the same GDAM.
VOLUME_OPEN_FAILfatal13 Failed to open a GDAM entry volume.

OPENING_DATABASE

Message Text
Parameters
  1. GDAM label.
Description
A GDAM database is about to be opened.
Action

OPENED_DATABASE

Message Text
Parameters
  1. GDAM label.
Description
A GDAM database has been opened.
Action

ALREADY_OPEN

Message Text
Parameters
  1. GDAM label.
Description
A GDAM database cannot be opened as it is already open.
Action

INVALID_DIR

Message Text
Parameters
  1. GDAM label.
  2. Directory.
Description
An invalid directory was encountered during GDAM initialization.
Action

DIR_ACCESS

Message Text
Parameters
  1. GDAM label.
  2. Database.
Description
An invalid file was encountered during GDAM initialization.
Action

FILE_OPEN_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Filename.
Description
Failed to open a file while initializing GDAM.
Action

CONFIG_FAIL

Message Text
Parameters
  1. GDAM label.
Description
Failed to read GDAM configuration.
Action

GDAM_OPEN_FAIL

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

SEGMENT_ALREADY_MAPPED

Message Text
Parameters
  1. GDAM label.
  2. Volume ID.
Description
A database segment has already been mapped to a GDAM entry volume.
Action

BAD_VOLUME_LABEL

Message Text
Parameters
  1. GDAM label.
  2. Volume label.
Description
An invalid entry volume label was encountered in a GDAM configuration.
Action

UNMAPPED_SEGMENT

Message Text
Parameters
  1. GDAM label.
  2. Segment ID.
Description
A database segment is unmapped in a GDAM configuration.
Action

DB_OPEN_FAIL

Message Text
Parameters
  1. Database file.
  2. Error.
Description
Failed to open a low-level database file.
Action

VOLUME_OPEN_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Volume label.
Description
Failed to open a GDAM entry volume.
Action

INVALID_CONFIG_LINE

Message Text
Parameters
  1. GDAM label.
  2. Line number.
  3. Error detail.
Description
An invalid line was encountered in a BAGdam configuration file.
Action

TOO_MANY_VOLUMES

Message Text
Parameters
  1. GDAM label.
Description
More than the maximum number of entry volumes were configured.
Action

VOLUME_CONFIGURED_TWICE

Message Text
Parameters
  1. GDAM label.
  2. Volume label.
Description
A volume was specified more than once for the same GDAM.
Action

DB_ERROR

Message Text
Parameters
  1. GDAM label.
  2. Database or volume.
  3. Error detail.
Description
A low-level error occurred in a GDAM database.
Action

ENV_OPEN_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Error detail.
Description
Failed to open a database environment for a BAGdam.
Action

DNID_VOLUME_GET_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Entry ID.
Description
Failed to get the entry volume associated with the given DNID identifier.
Action

ENTRY_GET_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Volume label.
  3. Entry ID.
Description
Failed to get the entry identified by the given DNID.
Action

ENTRY_PUT_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Volume label.
  3. Entry ID.
Description
Failed to put the entry identified by the given DNID.
Action

ENTRY_NOT_FOUND

Message Text
Parameters
  1. GDAM label.
  2. Entry ID.
Description
An attempt to access the entry attributes failed as the id2entry database does not contain the given identifier.
Action

ENTRY_DECODE_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Volume label.
  3. Entry ID.
Description
Failed to decode an entry retrieved from the database.
Action

ENTRY_ENCODE_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Volume label.
  3. Entry ID.
Description
Failed to encode an entry prior to writing to the database.
Action

DIR_CREATE_FAIL

Message Text
Parameters
  1. Directory.
Description
Failed to create a directory during GDAM creation.
Action
Make sure that the named directory does not exist, or that the invoking user has sufficient permissions to create the directory.

CREATE_FAIL

Message Text
Parameters
  1. GDAM directory.
Description
Failed to create a GDAM. GDAM creation failure is normally due to a given invalid database directory or insufficient permissions in that directory (the user needs to be able to create the GDAM directory and then write to it).
Action
Verify that the given GDAM database directory is a full absolute path and can be created by the calling userid. Preceding error events may contain more precise detail and context.

CREATING_BAGDAM

Message Text
Parameters
  1. GDAM directory.
Description
A BAGDAM is about to be created.
Action
None - this is an informational event.

CREATED

Message Text
Parameters
  1. GDAM directory.
Description
A BAGDAM has been created.
Action
None - this is an informational event.

ENTRY_REMOVE_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Volume label.
  3. Entry ID.
Description
Failed to remove the entry identified by the given DNID.
Action
This suggest either an inconsistency or corruption in the database. Check for error events of type DB_ERROR in the log. If found then database corruption is a possibility. The directory server should be shutdown, a backup taken and a database recovery initiated before restarting.

EXTRACT_KNOWLEDGE_FAIL

Message Text
Parameters
  1. GDAM label.
Description
At startup the directory server extracts knowledge from the
Action
This suggest either an inconsistency or corruption in the database. Check for error events of type DB_ERROR in the log. If found then database corruption is a possibility. The directory server should be shutdown. A backup should then be taken of the GDAM for which errors are reported and a database recovery initiated before restarting.

INDEX_ENTRY_REMOVE_FAIL

Message Text
Parameters
  1. GDAM label.
  2. Index database.
  3. Entry ID.
Description
Failed to remove index entries associated with the given DNID.
Action
This suggest either an inconsistency or corruption in the database. Check for error events of type DB_ERROR in the log. If found then database corruption is a possibility. The directory server should be shutdown, a backup taken and a database recovery initiated before restarting.

CONFIG_ENTRY_WRITE_FAIL

Message Text
Parameters
  1. GDAM label.
Description
Failed to write an entry to the configuration database.
Action
This suggest either an inconsistency or corruption in the database. Check for error events of type DB_ERROR in the log. If found then database corruption is a possibility. The directory server should be shutdown, a backup taken and a database recovery initiated before restarting.

ENTRY_ID_NOT_FOUND

Message Text
Parameters
  1. GDAM label.
  2. Entry ID.
Description
An attempt to access the entry attributes failed as the id2parent database does not contain the given identifier.
Action

NAME_ALREADY_IN_CACHE

Message Text
Parameters
  1. RDN
Description
The given name was already in the name cache. Most likely cause is that two directory caused a database read for that name close to simultaneously.
Action

NAME_LOCK_WAIT

Message Text
Parameters
  1. Target DNID
Description
An operation is waiting on a lock on the entry with the given DNID.
Action

NAME_LOCK_FAIL

Message Text
Parameters
  1. Target DNID
Description
An operation failed to get a lock on the entry with the given DNID.
Action

MULTI_NAME_LOCK_WAIT

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

MULTI_NAME_LOCK_FAIL

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

HISTORICAL_LOG_GET_FAIL

Message Text
Parameters
  1. GDAM
Description
GDAM failed to determine the list of historical database transaction log files for removal.
Action

REMOVING_LOG_FILE

Message Text
Parameters
  1. GDAM
  2. Log file name
Description
A GDAM is ready to remove to a historical database transaction log file.
Action

LOG_FILE_REMOVE_FAIL

Message Text
Parameters
  1. GDAM
  2. Log file name
Description
A GDAM failed to remove to a historical database transaction log file.
Action

INDEX_REMOVE_FAIL

Message Text
Parameters
  1. GDAM
  2. Index file name
  3. Reason.
Description
An index database could not be removed. The exact reason is given in the log message detail.
Action

REMOVING_INDEX_NOT_PRESENT

Message Text
Parameters
  1. GDAM
  2. Attribute type
  3. Match type.
Description
An index database could not be removed. The exact reason is given in the log message detail.
Action

UNRESOLVED_DB_DEADLOCK

Message Text
Parameters
  1. Operation ID.
Description
An operation failed due to repeated database deadlock.
Action

DB_DEADLOCK

Message Text
Parameters
  1. Operation ID.
  2. Description.
Description
A database operation was rejected in order to resolve a deadlock.
Action

BAD_PAGED_RESULTS_COOKIE

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

INDEX_BUILD_START

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

INDEX_BUILD_COMPLETE

Message Text
Parameters
  1. GDAM
Description
An index build operation has completed.
Action

INDEX_BUILD_FAIL

Message Text
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.

INDEX_ALREADY_OPEN

Message Text
Parameters
  1. GDAM
  2. Attribute type
  3. Match type
Description
An attempt to open or create an index has failed because an identical index is already present and open.
Action
This event message serves only to notify of failure. Log messages preceding this one should provide context.

DNID_NOT_FOUND

Message Text
Parameters
  1. DNID
Description
An entry with the given DNID was not found in the database. The most likely cause is that the entry associated with the DNID has been recently deleted.
Action

CANNOT_INIT_NAME_LOCK

Message Text
Parameters
  1. Locked
Description
Report error to support@isode.com.
Action

DB_ERROR_REPORT

Message Text
Parameters
  1. Error.
Description
A low-level error occurred in a GDAM database. A subsequent log message should report the GDAM or database in which the error occurred.
Action