Directory Services

DS_REPSYNCALL_ERROR

The DS_REPSYNCALL_ERROR enumeration is used with the DS_REPSYNCALL_ERRINFO structure to indicate where in the replication process an error occurred.

typedef enum 
{
  DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER = 0, 
  DS_REPSYNCALL_WIN32_ERROR_REPLICATING = 1, 
  DS_REPSYNCALL_SERVER_UNREACHABLE = 2
} DS_REPSYNCALL_ERROR;

Values

DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER
The server referred to by the pszSvrId member of the DS_REPSYNCALL_ERRINFO structure cannot be contacted.
DS_REPSYNCALL_WIN32_ERROR_REPLICATING
An error occurred during replication of the server identified by the pszSvrId member of the DS_REPSYNCALL_ERRINFO structure.
DS_REPSYNCALL_SERVER_UNREACHABLE
The server identified by the pszSvrId member of the DS_REPSYNCALL_ERRINFO structure cannot be contacted.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Unicode: Declared as Unicode and ANSI structures.
Header: Declared in Ntdsapi.h.

See Also

DS_REPSYNCALL_ERRINFO, DsReplicaSyncAll