Microsoft Identity Integration Server 2003 Developer Reference

run-history

The <run-history> element contains information about one or more management agent runs, in run order.

This element is the outermost element in the run history XML structure. This XML structure is returned by the RunDetails method.

Usage

<run-history/>

Attributes

None.

Child Elements

Element Description
<run-details> Contains information about a single management agent run.

Parent Elements

None.

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.

run-details
<run-details> Contains information about a single management agent run.
 (Minimum = 1; Maximum = many)

Example Code

The following example shows the Fabrikam HR management agent run history of the full import profile. Only one <run-details> element is shown. A run history usually contains several <run-details> elements.

<run-history>
	<run-details>
		<ma-id>{56A2C53B-3CBE-4594-A3A6-0AB1961BCF30}</ma-id>
		<ma-name>Fabrikam HR MA</ma-name>
		<run-number>8</run-number>
		<run-profile-name>Full Import</run-profile-name>
		<security-id>jeff</security-id>
		<step-details number="1" step-id="{273CA717-25F2-486E-B14A-A929D0565F25}">
			<start-date>2002-09-27 22:50:53.703</start-date>
			<end-date>2002-09-27 22:50:53.723</end-date>
			<step-result>success<step-result>
			<step-description>
				<step-type type="full-import">
				</step-type>
				<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">0</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>
	<run-details>
	...
	</run-details>
	...
</run-history>

Element Information

Can be empty No