Summary
An incorrect device version can appear in the Last Reported Version column of the FlexNet Inventory Agent Status page if there are multiple records for the same device. Multiple records can occur for various reasons but often originate from data inconsistencies or inaccurate data cleanup.
Troubleshooting
To investigate this issue in a FlexNet Manager Suite system, you can review details in your compliance database and remove any outdated records for a device.
Use the query below to troubleshoot the information displayed on the FlexNet Inventory Status page (Discovery & Inventory > FlexNet Inventory Agent Status). This query provides the data that generates the information you see on the status page.
SELECT TOP 1 WITH TIES ist.ComplianceComputerID, ic.AgentVersion as 'VersionName', ist.InstallDate FROM dbo.InstalledSoftware AS ist INNER JOIN SoftwareTitle AS st ON st.SoftwareTitleID = ist.SoftwareTitleID LEFT OUTER JOIN dbo.ImportedComputer ic ON ist.ComplianceComputerID = ic.ComplianceComputerID WHERE st.FullName LIKE 'FlexNet Inventory %' AND ic.InventoryAgent = 'FlexNet Manager Suite'
You can adjust the query to locate records for a particular device name, as shown below. In this example, the query searches for agentmachine001.
SELECT ist.ComplianceComputerID, ic.ComputerName, ic.AgentVersion as 'VersionName', ist.InstallDate FROM dbo.InstalledSoftware AS ist INNER JOIN SoftwareTitle AS st ON st.SoftwareTitleID = ist.SoftwareTitleID LEFT OUTER JOIN dbo.ImportedComputer ic ON ist.ComplianceComputerID = ic.ComplianceComputerID WHERE st.FullName LIKE 'FlexNet Inventory %' AND ic.InventoryAgent = 'FlexNet Manager Suite' AND ic.computername = 'agentmachine001'
For more information on the FlexNet Inventory status page, see the help article FlexNet Inventory Agent Status.
Fix status
This issue has been fixed in the following FlexNet Manager Suite releases: 2020 R1.1 / Sep 2020 (Cloud), 2020 R2 (On Premises)
Other information
Affected components: Inventory, Web UI
Master issue ID: IOJ-2125525
Also known as: FNML-71094
Related Articles
Known Issue: "Latest reported version" on FlexNet Inventory Agent Status page may be blank despite the agent being install… 5Number of Views FlexNet Inventory Agent Status page shows current agent version in the "Policy specifies" column for all devices with oper… 4Number of Views FlexNet Inventory Agent Status page may show red error bar with error in webui.log if group path is longer than 256 chars:… 6Number of Views Known Issue: FlexNet Inventory Agent Status page may load slowly or time out (IOJ-2220846) 4Number of Views FlexNet Inventory Agent Status page may load slowly 4Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Case id: 00001065
Activity: Status change: 2 hours ago