Share via


SynchronizationError

Defines constants that indicate what caused the synchronization process to fail.

Members

Member Description Value
ApprovalError Occurs on a replica server when one or more updates failed to be approved for an unknown reason. 14
DssAuthenticationError The upstream server requires authentication. 9
ImportUpdateError One or more errors occurred when trying to import updates into the local database. To retrieve a list of the errors, call ISynchronizationInfo.UpdateErrors. 13
IncompatibleProtocolVersion The downstream server's protocol version is incompatible with the protocol version required by the upstream server. Typically, this occurs when the version of WSUS on the downstream server is too old. Please update the downstream server to a more current version of WSUS. 16
LocalDbConnectFail Unable to connect to the local database. 2
LocalDbOtherError A generic database error has occurred. 4
LocalDbTooBusy Unable to execute a stored procedure on the local database. 3
LocalUpdateMissingForApproval Occurs on replica servers when an update that the upstream server deployed is missing from the current server. The synchronization process should be retried at a later time. 15
NotApplicable There is no error. 0
ProxyError An error has occurred while using the proxy settings. 5
Unknown An unknown error has occurred. 1
UserCanceled The user has canceled the synchronization process. 12
UssBusy The upstream server is too busy to process the request. .NET or the upstream server can generate the error. 7
UssCommunicationError The upstream server has received an unrecoverable HTTP status code. 10
UssInternalError The upstream server is unable to handle the request at this time. Resend the request at a later time. If the problem persists, contact the administrator of the upstream server. 8
UssNotFound Unable to resolve the specified upstream server. 6
UssOtherError The upstream server is unable to handle the request at this time. Resend the request at a later time. If the problem persists, contact the administrator of the upstream server. 11

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

ISubscriptionEvent.Error
ISynchronizationInfo.Error