- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 01:27 PM
Trying to generate an "unlicensed installs" software report. Report needs to ID the asset ID to address the unlicensed record. Basic columns in the report would be:
Column Name | Example Report Data |
Publisher | Citrix |
Product | Premier Rush |
Serial Number | 10-12932913092b12321 |
Asset Tag | 59282 |
Assigned To | Ann Marie Dominion |
That said, I tried using the Table: Product Result [samp_product_result] but am unable to generate the basic columns needed and need assistance. Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 11:21 AM
Hi @DominionA007,
[samp_product_result] table is for reconciliation results at the software product level. I suggest you use the software installations table [cmdb_sam_sw_install], you can filter the results to show the "Unlicensed install = true". Then edit the columns to include the following: Product result > Product, Publisher, Installed on > Serial number, Installed on > Asset tag, Installed on > Assigned to.
Note that if you check the "Reconciliation result" per Publisher, there is a summary that shows you both the Software model statistics" and "Progress indicators (this is where you would see the "Unlicensed installs" as well).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 11:21 AM
Hi @DominionA007,
[samp_product_result] table is for reconciliation results at the software product level. I suggest you use the software installations table [cmdb_sam_sw_install], you can filter the results to show the "Unlicensed install = true". Then edit the columns to include the following: Product result > Product, Publisher, Installed on > Serial number, Installed on > Asset tag, Installed on > Assigned to.
Note that if you check the "Reconciliation result" per Publisher, there is a summary that shows you both the Software model statistics" and "Progress indicators (this is where you would see the "Unlicensed installs" as well).