ImportedARSLicense Table

The ImportedARSLicense table stores Action Request System BMC licenses.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ImportedARSLicense table

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

The identifier of a data source connection in the ComplianceConnection table.

ComputerID

Type: big integer. Key

The identifier used in the source connection to represent the computer.

SoftwareLicenseID

Type: integer. Nullable

The identifier for the license in the SoftwareLicense table.

ARSLicenseID

Type: integer

The identifier for the imported ARS license.

ComplianceComputerID

Type: integer. Nullable

The identifier for the compliance computer in the ComplianceComputer table.

LicenseType

Type: text (max 128 characters). Key

The ARS license name.

ECMLicenseName

Type: text (max 256 characters)

The name of the license in the FlexNet Manager Suite.

LicenseKey

Type: text (max 32 characters). Key. Nullable

The imported license key.

LicenseSubType

Type: text (max 16 characters). Key

The license subtype (FlexNet Manager Suite license version).

IssueDate

Type: datetime. Key

The identifier for the issue date.

ExpiryDate

Type: datetime. Key. Nullable

The identifier for the expiry date.

SiteName

Type: text (max 64 characters)

The identifier for the site name.

HostID

Type: text (max 64 characters)

An identifier for the ARS host in the source connection (not used in FlexNet Manager Suite).

LicenseNum

Type: integer

The purchase count for the ARS license.

TokenList

Type: text (max 128 characters). Nullable

The ARS token list (not used in FlexNet Manager Suite).

Comment

Type: text. Nullable

Extra information about the ARS license.

Deleted

Type: integer

Set this flag if an ARS license is to be deleted.