Inventory Object: InstalledInstallerEvidenceAttribute

FlexNet Manager Suite 2021 R1 (On-Premises)

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

The ImportedInstalledInstallerEvidenceAttribute table holds a record of the values of the instance attributes for each installer evidence which is reported to be installed on a computer.

Attributes are listed here in alphabetical order.

Property Attributes Notes
AttributeID Unsigned integer (int). Mandatory. Database key.

The identifier used in the source connection for the instance attribute.

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

The identifier used in the source connection for the computer that the installer evidence is installed on.

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.
ExternalInstaller EvidenceID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the installer 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.
ExternalInstanceID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the instance that the installer evidence is associated with.

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.
Value Alpha-numeric text (maximum 2Gb storage, or about 1 billion double-byte characters).

The value of the instance attribute for the installed installer evidence.

FlexNet Manager Suite (On-Premises)

2021 R1