To Diagnose Readers for Your Adapter

FlexNet Manager Suite 2020 R2 (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:

  1. 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.
  2. 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.
  3. 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)

2020 R2