Hi,
If I understood correctly, to display the Last used date in FNMS a record should be present in the table ImportedInstalledInstallerEvidenceUsage.
But as mentioned here (https://community.flexera.com/t5/FlexNet-Manager-Forum/SW-Usage-Data/m-p/287707#M17953) the OOB HP UD adapter doesn’t bring the usage data.
So, we’ve made customizations to the adapter which brings the last used date and stores it in the staging database. To load these data to FNMS Compliance from staging, we have an HPUD inventory adapter, but I did some investigation and found out that it doesn’t insert the data to ImportedInstalledInstallerEvidenceUsage table.
So, is there any way to insert the data into this table? I’m trying to do something like
https://community.flexera.com/t5/FlexNet-Manager-Forum/CASPER-JAMF-Adapter-to-importing-Last-Used-Date-usage-xml/td-p/39641
‎Aug 25, 2023 10:00 AM
You could look at the usage reader procedures for some other data sources for inspiration on how to customize the HP UD inventory adapter. For example, see the files named "Usage.xml" included in inventory reader procedures for sources such as "SMS", "ManageSoft" and "ILMT".
‎Aug 27, 2023 07:52 PM