Inventory Object: InstallerEvidenceRepackageMapping

FlexNet Manager Suite 2022 R2 (On-Premises)

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

The ImportedInstallerEvidenceRepackageMapping table is used by the importer to map the original and current installer evidence of repackaged softwares as reported by the ISO tag evidence.

Attributes are listed here in alphabetical order.

Property Attributes Notes
CurrentDisplayName Alpha-numeric text (maximum 256 characters). May be null.

The current display name of the repackaged software as reported by the ISO tag evidence.

CurrentPublisher Alpha-numeric text (maximum 200 characters). May be null.

The current publisher of the repackaged software as reported by the ISO tag evidence.

CurrentVersion Alpha-numeric text (maximum 72 characters). May be null.

The current version of the repackaged software as reported by the ISO tag evidence.

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

The original display name of the repackaged software as reported by the ISO tag 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.
OrigPublisher Alpha-numeric text (maximum 200 characters). Mandatory. Database key.

The original publisher of the repackaged software as reported by the ISO tag 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.
OrigVersion Alpha-numeric text (maximum 72 characters). Mandatory. Database key.

The original version of the repackaged software as reported by the ISO tag 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)

2022 R2