<run-details>

Stores information about a single management agent run.

Schema Hierarchy

<run-history>

Syntax

<run-details>
  <ma-id>
  </ma-id>
  <ma-name>
  </ma-name>
  <run-number>
  </run-number>
  <run-profile-name>
  </run-profile-name>
  <security-id>
  </security-id>
  <step-details>
  </step-details>
</run-details>

element

Attributes and Elements

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

Attributes

None

Child Elements

Element Min Occurs Max Occurs Description

<ma-id>

1

1

Contains the GUID of the management agent.

<ma-name> of <run-details>

1

1

Contains the display name of the management agent.

<run-number>

1

1

Contains the sequence number of the run, starting with run-number = 1.

Note

Only runs that call "Execute" are given run-numbers.

<run-profile-name>

1

1

Contains the display name of the run profile that was used when the management agent was run.

<security-id>

1

1

Contains the "domain/account name" of the account that invokes the management agent run.

<step-details>

1

many

Element stores run information about one step of the management agent run.

Parent Elements

Element Description

<run-history>

Contains information about one or more management agent runs, in run order.

Example

The following example shows the run details of the eighth run of the Full Import run profile of the Fabrikam HR management agent:

 <run-details>
  <ma-id>{56A2C53B-3CBE-4594-A3A6-0AB1961BCF30}</ma-id>
  <ma-name>Fabrikam HR MA</ma-name>
  <run-number>1</run-number>
  <run-profile-name>Full Import</run-profile-name>
  <security-id>SEGROUP\arseniol</security-id>
  <step-details step-number="1" step-id="{DA62C74F-AA63-4003-A802-C0FE8CE95869}">
   <start-date>2003-01-02 21:17:37.930</start-date>
   <end-date>2003-01-02 21:17:40.323</end-date>
   <step-result>success</step-result>
   <step-description>
    <step-type type="full-import">
     <import-subtype>to-file</import-subtype>
     <import-subtype>resume-from-file</import-subtype>
     <import-subtype>to-cs</import-subtype>
    </step-type>
    <dropfile-name>audit-full-import.xml</dropfile-name>
    <partition>default</partition>
    <custom-data>
     <run-config><input-file>fabrikam-hr-avp.txt</input-file></run-config>
    </custom-data>
   </step-description>
   <current-export-step-counter>0</current-export-step-counter>
   <last-successful-export-step-counter>0</last-successful-export-step-counter>
   <ma-connection>
   </ma-connection>
   <ma-discovery-errors>
   </ma-discovery-errors>
   <ma-discovery-counters>
   </ma-discovery-counters>
   <synchronization-errors>
   </synchronization-errors>
   <mv-retry-errors>
   </mv-retry-errors>
   <staging-counters>
    <stage-no-change detail="true">0</stage-no-change>
    <stage-add detail="true">100</stage-add>
    <stage-update detail="true">0</stage-update>
    <stage-rename detail="true">0</stage-rename>
    <stage-delete detail="true">0</stage-delete>
    <stage-delete-add detail="true">0</stage-delete-add>
    <stage-failure detail="true">0</stage-failure>
   </staging-counters>
   <inbound-flow-counters>
    <disconnector-filtered detail="true">0</disconnector-filtered>
    <disconnector-joined-no-flow detail="true">0</disconnector-joined-no-flow>
    <disconnector-joined-flow detail="true">0</disconnector-joined-flow>
    <disconnector-projected-no-flow detail="true">0</disconnector-projected-no-flow>
    <disconnector-projected-flow detail="true">0</disconnector-projected-flow>
    <disconnector-remains detail="true">0</disconnector-remains>
    <connector-filtered-remove-mv detail="true">0</connector-filtered-remove-mv>
    <connector-filtered-leave-mv detail="true">0</connector-filtered-leave-mv>
    <connector-flow detail="true">0</connector-flow>
    <connector-no-flow detail="true">0</connector-no-flow>
    <connector-delete-remove-mv detail="true">0</connector-delete-remove-mv>
    <connector-delete-leave-mv detail="true">0</connector-delete-leave-mv>
    <connector-delete-add-processed detail="true">0</connector-delete-add-processed>
    <flow-failure detail="true">0</flow-failure>
   </inbound-flow-counters>
   <export-counters>
    <export-add detail="true">0</export-add>
    <export-update detail="true">0</export-update>
    <export-rename detail="true">0</export-rename>
    <export-delete detail="true">0</export-delete>
    <export-delete-add detail="true">0</export-delete-add>
    <export-failure detail="true">0</export-failure>
   </export-counters>
  </step-details>
 </run-details>

See Also

Reference

<run-history>

Concepts

Run History XML