MAExportError Enumeration

Used to identify the errors used during export of an ECMA 2.0.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As MAExportError

Syntax

'Declaration
Public Enumeration MAExportError
public enum MAExportError
public enum class MAExportError
public enum MAExportError
public enum MAExportError

Members

Member name Description
ExportActionConvertUpdateToAdd The synchronization service needs to change the object from update to add.
ExportActionProvisioningParent The synchronizaiton service needs to provision the parent object. If ExportActionProvisioningParent is returned by multiple objects with the same parent in the same batch, then the Synchronization Engine will export the same parent multiple times.
ExportActionRetryReferenceAttribute The synchronization service needs to put the object in retry because its referred object has not been exported yet.
ExportErrorAmbiguousUpdate An update or delete cannot be applied because the anchor is not unique.
ExportErrorAnchorTooLong The anchor construction produces an anchor that exceeds the maximum size limit for FIM.
ExportErrorChangeNamingAttribute A naming attribute (such as CN for many object types) is set to a value that conflicts with the relative distinguished name (also known as RDN) value.
ExportErrorConnectedDirectoryError The connected data source has a specialized error type.
ExportErrorConnectedDirectoryExistingObject An add is exported to the connected data source, but the object is already present in the connected data source.
ExportErrorConnectedDirectoryMissingObject A modify of an object is exported to the connected data source, but the object cannot be found in the connected data source.
ExportErrorConstraintViolation The export of an add, modify, or delete violates connected data source enforced constraints.
ExportErrorCustomContinueRun  
ExportErrorCustomStopRun  
ExportErrorDuplicateAnchor The anchor on the object is not unique.
ExportErrorInvalidAttributeValue An attribute value that contains characters which are invalid for the connected data source.
ExportErrorInvalidDN The distinguished name is incompatible with the connected data source naming requirements.
ExportErrorInvalidProvisioningAttributeValue Certain attributes for provisioning are invalid.
ExportErrorKerberosNoLogOnServer The management agent tries to set or change a password attribute and cannot resolve the server for the domain part of the logon credentials.
ExportErrorKerberosTimeSkew The password attribute is being set or changed and the FIM server machine time is more than five minutes different from the time on the domain controller.
ExportErrorMissingAnchorComponent  A value required for constructing the anchor is not available.
ExportErrorMissingProvisioningAttribute Certain attributes that are required for provisioning a new object have not been set.
ExportErrorMultiValuedAnchorComponent One of the attributes that are used in constructing the anchor has multiple values.
ExportErrorNonExistingParent The parent object does not exist in the connected data source.
ExportErrorPasswordPolicyViolation The password attribute is set to a value that does not meet the administrator-define password policy of the connected data source.
ExportErrorPermissionIssue The management agent has insufficient permissions to perform the operation against the connected data source.
ExportErrorReferenceAttributeFailure Exporting an add or modify sets a reference value for which there is no corresponding connected data source object.
ExportErrorSyntaxViolation The value for an attribute violates certain value constraints.
Success Everything is normal. There is no error.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.MetadirectoryServices Namespace