Microsoft Identity Integration Server 2003 Developer Reference

incident

The <incident> element contains an attempt to connect with the server.

Usage

<incident/>

Attributes

None.

Child Elements

Element Description
<connection-result> A non-localized string indicating the result of the incident. The list of possible values are in the Remarks section.
<date> The date and time, in Coordinated Universal Time (UTC), when the incident occurred.
<server> The name of the server this incident refers to. In most cases the name will be the DNS name.
<cd-error> Management agent information about the connected directory error.

Parent Elements

Element
<connection-log>

Child Element Sequence

The tree shows the ordering and number of child elements. Child elements in a Sequence must appear in the order given and child elements in a Choice are mutually exclusive. Sequences and Choices can be nested. Element names are followed by the minimum and maximum occurrences.

Sequence
	connection-result
<connection-result> A non-localized string indicating the result of the incident. The list of possible values are in the Remarks section.
 (Exactly 1)
	date
<date> The date and time, in Coordinated Universal Time (UTC), when the incident occurred.
 (Exactly 1)
	server
<server> The name of the server this incident refers to. In most cases the name will be the DNS name.
 (Exactly 1)
	cd-error
<cd-error> Management agent information about the connected directory error.
 (Exactly 1)
Sequence

Remarks

The following lists the possible values for <connection-result>.

Value Description
successful-connection Successful connection to the connected directory.
failed-connection Connection to the connected directory has failed for a reason other than authentication. Generally, the connected directory error element will be present to assist in troubleshooting.
dropped-connection The connection between the management agent and the connected directory no longer exists. The management agent will try to reconnect to the connected directory in many cases. Generally, the connected directory error element will be present to assist in troubleshooting.
failed-authentication Authentication is not possible using the supplied credentials.
failed-permission Insufficient rights to access a container in the connected directory. This error is only expected for LDAP management agents which search different connected directory containers. Generally the connected directory error element will be present to assist in troubleshooting and the error literal will indicate the name of the container where the problem occurred.
failed-search A container or table search failed with an unexpected error. Generally, the connected directory error element will be present to assist in troubleshooting and the error literal will indicate the name of the container it had trouble searching.
warning-no-watermark The management agent cannot read the watermark when doing a full import. This error is only expected for the management agent for Sun ONE Directory Server 5.1 (formerly iPlanet Directory Server) when the initial management agent configuration was completed when the connected directory had change log enabled. Later when the connected directory change log is turned off, if the management agent configuration is not updated, this warning will occur when a full import is done.

Element Information

Can be empty No