SoftwareOccurrence Table
The SoftwareOccurrence
table contains the list (by computer and user) of
applications that are installed. The applications may not have been installed
through FlexNet Manager Suite. The information is obtained from managed devices from:
-
FlexNet Manager Suite
packages cache
- Add/Remove Programs registry entries
- Microsoft Installer
ProductVersion
resource strings in program files, if files are tracked
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.
Database Column |
Details |
---|---|
SoftwareOccurrenceID
|
Type: integer. Key. Generated ID The id for the software occurrence. This is automatically generated by SQL Server. |
ComputerID
|
Type: integer. Key The computer on which the software was tracked. For user inventory,
this is the computer that the user was logged on to at the time of the
Generate Inventory event. This is a foreign key into the |
UserID
|
Type: integer. Key
|
SoftwareID
|
Type: integer. Key The software that has been tracked. This is a foreign key to the |
SoftwareDetailsID
|
Type: integer. Key The details that have been tracked. This is a foreign key to the |
Evidence
|
Type: text (max 32 characters). Nullable An indication of how the software was determined to be on the managed device. The valid entries are:
|
PackagePathID
|
Type: integer. Key. Nullable FlexNet Manager Suite
|
PolicyGUID
|
Type: binary (max 16 bytes). Nullable FlexNet Manager Suite
|
InstallationDate
|
Type: datetime. Nullable The date and time that the software was installed. |