Inventory Object: ConsolidatedRemoteAccessFile

FlexNet Manager Suite 2022 R1 (On-Premises)

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

The spreadsheet consolidates ImportedRemoteUserToApplicationAccess, ImportedFileEvidence and ImportedUser tables.

Attributes are listed here in alphabetical order.

Property Attributes Notes
AccessMode Alpha-numeric text (maximum 128 characters). Default: 1. Mandatory. Database key.

The AccessMode states how an application has been accessed.

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.
Company Alpha-numeric text (maximum 100 characters). Default: . Mandatory. Database key.

The company in the file header.

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.
Description Alpha-numeric text (maximum 200 characters). Default: . Mandatory. Database key.

The description in the file header.

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.
FileName Alpha-numeric text (maximum 256 characters). Mandatory. Database key.

The name of the file used as evidence of software installation. For unix operating systems include the full path in the file name, including the opening '/'. For Windows operating systems the file path is specified in the FilePath column and this column must only contain the file name.

FilePath Alpha-numeric text (maximum 400 characters). May be null.

The path of the file used as evidence of software installation.

FileSize Unsigned integer (int). Default: 0. Mandatory. Database key.

The size of the file in bytes.

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.
FileVersion Alpha-numeric text (maximum 100 characters). Default: . Mandatory. Database key.

The version number of the file used as evidence of software installation.

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.
Language Alpha-numeric text (maximum 200 characters). May be null.

The language in the file header.

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

The product name in the file header.

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

The product version number in the file header.

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

This is the ComputerID of the server that publishes this virtual application. The ComputerID must match a computer from the Computer spreadsheet, and that computer must have an installation of the application this file is part of. If the server does not have an installation of an appropriate application then the user will not be shown as having access to that application. This is a mandatory field.

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

The fully qualified name of the user.

FlexNet Manager Suite (On-Premises)

2022 R1