• Webservices API
  • Agent Runtime API
  • Support
  • Samples
  • Software Potential Home
Show / Hide Table of Contents
  • Microsoft.Licensing.LicenseIssue
    • Activation
    • ActivationError
    • ActivationException
    • ActivationFilter
    • ActivationMode
    • ActivationRetrievalOptions
    • ActivationState
    • ActivationType
    • APINotLicensedException
    • CustomTag
    • DateRange
    • Feature
    • ILicenseManagementWS
    • InvalidCredentialsException
    • IssueGeneralServices
    • IssueSystemException
    • License
    • LicenseFeature
    • LicenseFilter
    • LicenseInfo
    • LicenseInstallType
    • LicenseRetrievalOptions
    • LicenseStatusType
    • LicenseStore
    • LicenseSummary
    • Limitations
    • NotSubscriptionLicenseTypeException
    • Product
    • ProductFilter
    • ProductRetrievalOptions
    • Sku
    • SkuFilter
    • SkuRetrievalOptions
    • SKUType

Enum ActivationError

Errors returned by the Activation service when attempting to activate a license

Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll

Fields

Name Description
CommunicationError

A communication error occurred.

DeviceChanged

The license being activated is a Single Machine License. Reactivations of this license are only permitted on the machine on which it was first activated.

Failed

A license cannot be activated. The possible reasons are: The provided key is invalid. Data provided in the request is not sufficient to perform activation.

InternalServerError

Internal server error occurred during activation process.

InvalidRequestData

Provided license request data is invalid.

InvalidVersion

The runtime version is too old to support the type of activation requested. E.g. Seatbased licenses are not supported by older versions of the Distributor server.

LicenseDisabled

License with the provided key exists, but it is disabled and cannot be activated.

LicenseExpired

License with the provided key exists, but it is expired and cannot be activated.

LinkedLicenseAmbiguousStorageDetected

The license associated with the provided key is of type Linked, but multiple compatible license stores have been detected, and as such it was not possible to select a matching store.

LinkedLicenseNoStorageDetected

The license associated with the provided key is of type Linked, but no compatible license stores have been detected.

NonDistributorRuntime

Activation was refused as the license associated with the provided key is for a Distributor license, but the request was not sent from a Distributor runtime.

NumberOfActivationsExceeded

License with the provided key exists, but number of allowed activations was exceeded and the license cannot be activated.

ProductIdMismatch

The license associated with the provided key is not for the product expected by the runtime that generated this activation request.

RenewalNotAuthorized

The license being activated is a subscription license and the activation is a renewal but renewal is being prevented as the SubscriptionRenewUntil is in the past

Success

The activation request succeeded.

TagsChanged

The license being activated has unmatched Custom Tag constraints. Reactivations of this license are only permitted on matching machine environments.

Back to top Generated by DocFX