Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The mv-retry-errors element is an instance of the mv-retry-errorsType type, which is specified via the following XML Schema ([XMLSCHEMA1]) definition:
-
<xs:complexType name="mv-retry-errorsType"> <xs:sequence> <xs:element name="retry-error" minOccurs="0" maxOccurs="unbounded" > <xs:complexType> <xs:sequence> <xs:element name="date-occurred" type="dateTimeNoT" minOccurs="1" maxOccurs="1" /> <xs:element name="error-type" type="importAndMVRetryErrorType" minOccurs="1" maxOccurs="1" /> <xs:element name="algorithm-step" type="algorithmStepRestrictedType" minOccurs="1" maxOccurs="1" /> <xs:element name="extension-error-info" type ="extensionErrorInfoType" minOccurs="0" maxOccurs="1" /> <xs:element name="rules-error-info" type ="rulesErrorInfoType" minOccurs="0" maxOccurs="1" /> </xs:sequence> <xs:attribute name="mv-guid" type="guidType" use="required" /> <xs:attribute name="displayname" type="xs:string" use="required" /> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>
The mv-retry-errors/retry-error element contains information about an object that could not be synchronized. An instance of the element MUST be present for each object that could not be synchronized.
The mv-retry-errors/retry-error/@mv-guid attribute is the GUID for the metaverse object which requires retrying.
The mv-retry-errors/retry-error/@displayname attribute is the display name of the metaverse object which requires retrying.
The mv-retry-errors/retry-error/date-occurred element is the date, in Coordinated Universal Time (UTC), when this instance of the error occurred.
The mv-retry-errors/retry-error/error-type element is the value indicates the type of error that occurred and MUST be one of the values specified in section 2.2.1.1.1.4 for synchronization-errors/import-error/error-type.
The mv-retry-errors/retry-error/algorithm-step element identifies the stage of synchronization when the error occurred and MUST be one of the following values:
connector-filter
deprovisioning
export-flow
import-flow
join
mv-deletion
mv-object-type-change
projection
provisioning
recall
staging
validate-connector-filter
The mv-retry-errors/retry-error/algorithm-step/@ma-id attribute is the management agent GUID.
The mv-retry-errors/retry-error/algorithm-step/@dn is the DN of the connector space object.
The following elements have identical syntax with previously described elements with the exception that they apply to the metaverse objects that the synchronization engine could not synchronize instead of the delta that was exported to the data source on the last export run:
Element |
Same syntax as: |
---|---|
mv-retry-errors/retry-error/extension-error-info and all child elements |
synchronization-errors/import-error/extension-error-info |
mv-retry-errors/retry-error/rules-error-info and all child elements and attributes |
synchronization-errors/import-error/rules-error-info |