Partager via


<incident>

Contains an attempt to connect with the server.

Schema Hierarchy

<run-history>
  <run-details>
    <step-details>
      <ma-connection>
        <connection-log>

Syntax

<incident>
  <connection-result>
  </connection-result>
  <date>
  </date>
  <server>
  </server>
  <cd-error>
  </cd-error>
</incident>

element

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

Element Min Occurs Max Occurs Description

<cd-error> of <incident>

1

1

Contains management agent information about the connected directory error.

<connection-result> of <incident>

1

1

Contains a non-localized string that indicates the result of the incident. The possible values are listed in the Remarks section.

<date> of <incident>

1

1

Contains the date and time, in Coordinated Universal Time (UTC), when the incident occurred.

<server> of <incident>

1

1

Contains the name of the server that this incident refers to. In most cases, the name is the DNS name.

Parent Elements

Element Description

<connection-log>

Contains a sequential list of the connection attempts against the servers, including cases where the connectivity dropped.

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 for a reason other than authentication. Generally, the connected directory error element is present to assist in troubleshooting.

dropped-connection

The connection between the management agent and the connected directory no longer exists. In many cases, the management agent tries to reconnect to the connected directory. Generally, the connected directory error element is 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 Lightweight Directory Access Protocol (LDAP) management agents that search different connected directory containers. Generally the connected directory error element is present to assist in troubleshooting, and the error literal indicates 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 is present to assist in troubleshooting, and the error literal indicates the name of the container that it had trouble searching.

warning-no-watermark

The management agent cannot read the watermark when you are 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 occurs when a full import is done.

See Also

Reference

<connection-log>

Concepts

Run History XML