Microsoft Identity Integration Server 2003 Developer Reference |
The <retry-error> element contains information about an object that could not be synchronized.
<retry-error/>
None.
Element | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<date-occurred> | The date, in Coordinated Universal Time (UTC), when this instance of the error occurred. The format is documented in the Remarks section. | ||||||||||||||
<algorithm-step> | The stage of synchronization when the error occurred. | ||||||||||||||
<error-type> | The value indicates the type of error that occurred. The
element can contain an <extension-error-info> element.
The <extension-error-info> element provides additional
information as to the cause of the error. For more information, see
<extension-error-info>, later in this topic.
The following are the possible values for this element:
|
||||||||||||||
<extension-error-info> | This gives the contextual information about an exception, and
in some cases the call stack of an exception.
This element is present for some of the <error-type> values. For the following values, the contextual information and call stack will appear:
For the following values, only contextual information will appear :
|
||||||||||||||
<rule-error-info> | Identifies the rule that caused the import error. Full rule
error information is included whenever Identity Integration Server
detects an error condition or an exception is thrown when mapping
an attribute for attribute flow or join. The following
<error-type> element values result in full rule error
information appearing in this element:
For more information about these values, see <error-type>. Errors in the implementation of the following methods results in full rule error information appearing in this element: |
Element |
---|
<mv-retry-errors> |
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 date-occurred
<date-occurred> | The date, in Coordinated Universal Time (UTC), when this instance of the error occurred. The format is documented in the Remarks section. |
(Exactly 1) algorithm-step
<algorithm-step> | The stage of synchronization when the error occurred. |
(Exactly 1) error-type
<error-type> | The value indicates the type of error that occurred. The
element can contain an <extension-error-info> element.
The <extension-error-info> element provides additional
information as to the cause of the error. For more information, see
<extension-error-info>, later in this topic.
The following are the possible values for this element:
|
(Exactly 1) extension-error-info
<extension-error-info> | This gives the contextual information about an exception, and
in some cases the call stack of an exception.
This element is present for some of the <error-type> values. For the following values, the contextual information and call stack will appear:
For the following values, only contextual information will appear :
|
(Minimum = 0; Maximum = 1) rule-error-info
<rule-error-info> | Identifies the rule that caused the import error. Full rule
error information is included whenever Identity Integration Server
detects an error condition or an exception is thrown when mapping
an attribute for attribute flow or join. The following
<error-type> element values result in full rule error
information appearing in this element:
For more information about these values, see <error-type>. Errors in the implementation of the following methods results in full rule error information appearing in this element: |
(Minimum = 0; Maximum = 1) Sequence
The UTC format is yyyy-MM-dd HH:mm:ss.fff.
Format specifier | Description |
---|---|
yyyy | Specifies the four-digit year. |
MM | Specifies the two-digit month in the range from 1 through 12. |
dd | Specifies the two-digit day of the month in the range from 1 through 31. |
HH | Specifies the-two digit hour of the day in 24-hour format in the range from 0 through 23. |
mm | Specifies the two-digit minute of the day in the range from 0 through 59. |
ss | Specifies the two-digit second of the day in the range from 0 through 59. |
fff | Specifies the three-digit fractions of a second in the range from 0 through 999. |
Can be empty | No |
---|