Partager via


ma-discovery-errors Element

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 (Minimum = 1; Maximum = many)
Sequence

Examples

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

<ma-discovery-errors>
   <ma-object-error>
   <entity type="hellip"/>
   </ma-object-error>
   <ma-object-error>
   <entity type="hellip"/>
   </ma-object-error>
   <entity type="hellip"/>
</ma-discovery-errors>

Element Information

Can be empty No

Send comments about this topic to Microsoft

Build date: 2/16/2009