Diagnosing Writers for Your Adapter
FlexNet Manager Suite
2023 R1
(On-Premises)
The simplest way to validate that your data is being imported all the way into the operations database is to inspect the results in the web interface.
To diagnose writers for your adapter:
-
To ensure that the uploaded data is processed from the staging tables into the
operations database, do either of the following:
- Wait until the next scheduled inventory import. By default, the inventory import and recalculation is triggered overnight.
- Trigger an inventory import/recalculation now. Be aware that this processes all current data, and is not restricted to your new inventory import. As a result, it may take some time (hours, for a large computer estate). Use the following steps:
-
When the reconciliation is complete, examine your imported information, for
example in the following locations:
- The shows you all the computers that are being imported, as well as the hardware properties that you have set (remember to check the column chooser). Consider filtering by page (in the Inventory group)Created date to isolate your new imports.
- The shows all the users you have imported and the attributes that have been set. page
- The has separate tabs to show the installation evidence, file evidence, and access evidence (for application virtualization) that was imported. page
- The shows all the application installations
identified as a result of the evidence import. If your inventory revealed an
application for the first time, check for a status of
Unmanaged. pageNote: If imported evidence did not match any existing application rules, the application does not show in any application list. It will appear only when the Application Recognition Library is updated with new rules incorporating your new evidence.
- Usage data is not easily visible in the user
interface (usage displays on licenses, but for this validation you need
to see it on applications as well). The following query shows the
applications on computers that have usage data recorded:
SELECT st.FullName AS [Application Name], c.ComputerName, d.QualifiedName AS UserDomain, u.SAMAccountName, usage.UsageSessions, usage.UsageActiveTime, usage.LastUsedDate FROM dbo.InstalledSoftware AS isw JOIN dbo.InstalledSoftwareUsage AS usage ON usage.ComplianceComputerID = isw.ComplianceComputerID AND usage.SoftwareTitleID = isw.SoftwareTitleID JOIN dbo.SoftwareTitle AS st ON st.SoftwareTitleID = isw.SoftwareTitleID JOIN dbo.ComplianceComputer AS c ON c.ComplianceComputerID = isw.ComplianceComputerID LEFT OUTER JOIN dbo.ComplianceUser AS u ON u.ComplianceUserID = usage.ComplianceUserID LEFT OUTER JOIN dbo.ComplianceDomain AS d ON u.ComplianceDomainID = d.ComplianceDomainID
FlexNet Manager Suite (On-Premises)
2023 R1