licensable products in cmdb_sam_sw_install Table

RavikumarBagale
Tera Contributor

Hi Team,

 

I am currently working on licensing position for particular publisher & for that I want to fetch data from ServiceNow but for that I am looking for only products which needs license or those are licensable and not components.

 

Could you please confirm which column I need to select to get only licensable products data from discovery?

1 ACCEPTED SOLUTION

Stephen42
Kilo Guru

We are using SCCM to primarily populate the cmdb_sam_sw_install table.  I believe the licensable, non licensable, child comes from the 'Product Type' field on the Software Discovery Model, either for an existing installed software, or when ServiceNow creates a new model, and references the content service to normalize publisher and title.

 

Running a query or report against cmdb_sam_sw_discovery_model where product type = licensable may get you what you need to start. 

 

-Stephen

 

View solution in original post

2 REPLIES 2

Stephen42
Kilo Guru

We are using SCCM to primarily populate the cmdb_sam_sw_install table.  I believe the licensable, non licensable, child comes from the 'Product Type' field on the Software Discovery Model, either for an existing installed software, or when ServiceNow creates a new model, and references the content service to normalize publisher and title.

 

Running a query or report against cmdb_sam_sw_discovery_model where product type = licensable may get you what you need to start. 

 

-Stephen

 

Thank you Stephen42. I really appreciate your quick help. 🙂