Microsoft Identity Integration Server 2003 Developer Reference

extension-error-info (retry-error)

The <extension-error-info> element identifies the stage of synchronization when the error occurred.

Usage

<extension-error-info
	ma = "ma"
ma The management agent

	dn = "dn"
dn The distinguished name

/>

Attributes

Attribute Type Required Description
ma ma No The management agent
dn dn No The distinguished name

Child Elements

Element Description
<extension-name> The name of the DLL.
<extension-context> The context string passed to the extension method (if any).
<extension-callsite> One of the following values:
  • initialize
  • connector-filter
  • join-mapping
  • join-resolution
  • projection
  • import-flow
  • export-flow
  • provisioning
  • cs-deprovisioning
  • mv-deletion
<call-stack> A dump of the rules extension call stack at the time of the import error.

Parent Elements

Element
<retry-error>

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.


	extension-name
<extension-name> The name of the DLL.
 (Exactly 1)
	extension-context
<extension-context> The context string passed to the extension method (if any).
 (Minimum = 0; Maximum = 1)
	extension-callsite
<extension-callsite> One of the following values:
  • initialize
  • connector-filter
  • join-mapping
  • join-resolution
  • projection
  • import-flow
  • export-flow
  • provisioning
  • cs-deprovisioning
  • mv-deletion
 (Exactly 1)
	call-stack
<call-stack> A dump of the rules extension call stack at the time of the import error.
 (Exactly 1)

Element Information

Can be empty No