Microsoft Identity Integration Server 2003 Developer Reference

run-details

The <run-details> element stores information about a single management agent run.

Usage

<run-details/>

Attributes

None.

Child Elements

Element Description
<ma-id> Contain the globally unique identifier (GUID) of the management agent.
<ma-name> Contains the display name of the management agent.
<run-number> Contains the sequence number of the run, starting with run-number = 1.

Note  Only runs which call “Execute” are given run-numbers.

<run-profile-name> Contains the display name of the run profile used when the management agent was run.
<security-id> Contains the "domain/account name" of the account invoking the management agent run.
<step-details> Contains child elements providing information about the step. The step details are in run order.

Parent Elements

Element
<run-history>

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-id
<ma-id> Contain the globally unique identifier (GUID) of the management agent.
 (Exactly 1)
	ma-name
<ma-name> Contains the display name of the management agent.
 (Exactly 1)
	run-number
<run-number> Contains the sequence number of the run, starting with run-number = 1.

Note  Only runs which call “Execute” are given run-numbers.

 (Exactly 1)
	run-profile-name
<run-profile-name> Contains the display name of the run profile used when the management agent was run.
 (Exactly 1)
	security-id
<security-id> Contains the "domain/account name" of the account invoking the management agent run.
 (Exactly 1)
	step-details
<step-details> Contains child elements providing information about the step. The step details are in run order.
 (Minimum = 1; Maximum = many)
Sequence

Example Code

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>

Element Information

Can be empty No