FlexNet Manager Suite
2022 R1
(On-Premises)
Because the inventory adapter is running on your application
server, you can inspect the database tables directly to check operation.
Follow this procedure using SQL Server Management Studio on
your operations database.
To diagnose readers for your adapter:
-
Look in the
ComplianceConnection
database table to find the
ComplianceConnectionID
used for your adapter (search for
the name you gave your adapter).
The ComplianceConnectionID
is used as a key in all the
staging tables of imported data.
-
Determine which staging tables you want to examine for imported data. The
staging tables populated by the default templates are:
ImportedDomain
ImportedComputer
ImportedUser
ImportedFileEvidence
ImportedInstalledFileEvidence
ImportedInstalledFileEvidenceUsage
ImportedInstallerEvidence
ImportedInstalledInstallerEvidence
ImportedInstalledWMIEvidence
.
-
Write SQL queries to check that the data you are importing appears in these
tables. For example:
SELECT * FROM ImportedComputer WHERE ComplianceConnectionID = [the ID of your connection]
FlexNet Manager Suite (On-Premises)
2022 R1