Environment
NetIQ AppManager 7.0.x
Situation
Resolution
The REPORT_AmCompDeploy Knowledge Script will give a list of the number of machines that could use a licence, whereas the REPORT_AmCompLic Knowledge Script gives a list of the number of machines using the licences at the moment the report executes.
Additional Information
To verify the results of both reports, the SQL Query Analyzer can be used to execute the following SQL statements:
SELECT * FROM version ORDER BY component
SELECT * FROM licensedeployed
The results will display all Agent names and their associated Managed Objects.
If a Managed Object is removed from the TreeView in the Operator Console, it will not change the total values of the REPORT_AmCompDeploy report. Only an uninstallation of the Agent will decrease this number.