Microsoft Identity Integration Server 2003 Developer Reference

ma-discovery-errors

The <ma-discovery-errors> element stores a list of parsing and object errors on objects the management agent tries to discover.

If the step does an import against a connected directory and the management agent runs into parsing and object errors during this run, then this element will be present. It gives an XML description of errors that were encountered.

Usage

<ma-discovery-errors/>

Attributes

None.

Child Elements

Element Description
<ma-object-error> Stores information about a parsing error or an object error.

Parent Elements

Element
<step-details>

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
	ma-object-error
<ma-object-error> Stores information about a parsing error or an object error.
 (Minimum = 1; Maximum = many)
Sequence

Example Code

The following example shows the hierarchy of the <ma-discovery-errors> element:

<ma-discovery-errors>
   <ma-object-error>
   …
   </ma-object-error>
   <ma-object-error>
   …
   </ma-object-error>
   …
</ma-discovery-errors>

Element Information

Can be empty No