ClientAccessDetail Table

FlexNet Manager Suite 2020 R1 (On-Premises)

Records the entries for the client accesses obtained from the User access logging.

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 ClientAccessDetail table

Database Column

Details

ClientAccessDetailID

Type: big integer. Key. Generated ID

Auto-generated identity number.

ClientAccessingDeviceID

Type: integer. Key. Nullable

The client access device related record. This is a foreign key into the ClientAccessingDevice table.

ClientAccessingUserID

Type: integer. Key. Nullable

The client access user related record. This is a foreign key into the ClientAccessingUser table.

ServerComputerID

Type: integer. Key

The record of the server from which the inventory is obtained. This is a foreign key into the Computer table.

UALSoftwareDetailID

Type: integer. Key

The client access software related record. This is a foreign key into the UALSoftwareDetail table.

FlexNet Manager Suite (On-Premises)

2020 R1