Inventory Object: ConsolidatedAccessEvidence

FlexNet Manager Suite 2020 R2 (On-Premises)

ConsolidatedAccessEvidence objects are uploaded to the ConsolidatedAccessEvidence table in the operations (inventory) database. Multiple imports will merge updated data with existing records, and add new records as applicable.

ConsolidatedAccessEvidence provides a simpler interface to specify client access happening on application installed on server computers. It combines the server computer, and its access evidence details into a single row.

Attributes are listed here in alphabetical order.

Property Attributes Notes
AccessCount Unsigned integer (int). Default: 1. May be null.

Number of times the product was accessed on the given access date.

AccessDate Date/time field. Mandatory. Database key.

The access date of the access evidence.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
AccessingDevice ComputerName Alpha-numeric text (maximum 256 characters). Mandatory. Database key.

IP Address of the device accessing the product.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
AccessingDeviceDomain Alpha-numeric text (maximum 100 characters). Mandatory. Database key.

Domain name of the device accessing the product.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
AccessingDeviceIP Address An ASCII string of alphanumeric characters and punctuation (length 256 characters). Mandatory. Database key.

IP Address of the accessing device.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
AccessingDevice SerialNo Alpha-numeric text (maximum 100 characters). May be null.

Serial number of the device accessing the product.

AccessingUser Alpha-numeric text (maximum 128 characters). Mandatory. Database key.

The DOMAIN/SAMAccountName of the user accessing the product.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ClientAccessSource Alpha-numeric text (maximum 100 characters). Default: Manual. May be null.

The source type of the access evidence.

ComputerID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the computer. It must match the ComputerID from the Computer spreadsheet or the row will be ignored.

Edition Alpha-numeric text (maximum 50 characters). Default: . Mandatory. Database key.

The edition of the software as reported by the access evidence.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
InventoryDate Date/time field. Default: getdate(). May be null.

The date (and optionally time) the access evidence record was inventoried.

ProductName Alpha-numeric text (maximum 256 characters). Mandatory. Database key.

The product name of the software as reported by the access evidence.

Version Alpha-numeric text (maximum 72 characters). Default: . Mandatory. Database key.

The version of the software as reported by the access evidence.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.

FlexNet Manager Suite (On-Premises)

2020 R2