Table of Contents

Enum XenDesktopSiteLoggingDatabaseStatus

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the state of the logging database at the time of the scan.

public enum XenDesktopSiteLoggingDatabaseStatus

Fields

DBMissingMandatoryFeature = 6

The database was missing a mandatory feature.

DBMissingOptionalFeature = 5

The database was missing an optional feature.

DBNewerVersionThanService = 7

The database was running a newer version than the service.

DBNotFound = 4

The database was not found.

DBOlderVersionThanService = 8

The database was running an older version than the service.

DBRejectedConnection = 2

The database connection was rejected.

DBUnconfigured = 1

The database was not configured.

DBVersionChangeInProgress = 9

The database was undergoing a version change.

Failed = 12

The database had failed.

InvalidDBConfigured = 3

The database configured was invalid.

InvalidDBConnectionString = 15

The database connection string was invalid.

OK = 10

The database was running OK.

PendingFailure = 11

The database was pending a failure.

ServiceNotInSiteDB = 14

The database was not in the site database.

Stopped = 0

The database was stopped.

Unknown = 13

The database status was unknown.