Significance of "Active install" field on the cmdb_sam_sw_install table

Jeff33
Tera Expert

Can anyone point me to documentation that references the significance of the "Active install" field on the cmdb_sam_sw_install table? What is this field used for and what is it supposed to indicate by true or false? Does it impact the reconciliation process in SAMPro? Etc. Thanks!

1 ACCEPTED SOLUTION

dreinhardt
Tera Sage

Hi @Jeff33,

 

hope this article by Daniel will help you to answer your question about "Active install"

Software Installations Table Attribute Review - ServiceNow Community

 

Active install (active): When the same software installation is discovered by multiple discovery sources, only one will be set to “active = true”. The remainder will be set to false. This is to avoid double-counting in reporting.

Additionally, when the com.snc.samp.exclude_device_flag system property is in use, software installation records representing software installed on matching CI’s will be set to “active = false”. This is to preclude their inclusion in reconciliation calculations.  The “SAM - Adjust installs for excluded Cis” scheduled job handles the setting or unsetting of the Active install attribute for CI’s impacted by the system property. For additional information on this system property, refer to the ServiceNow Docs site.

 

Best, Dennis

Should my response prove helpful, please consider marking it as the Accepted Solution/Helpful to assist closing this thread.

View solution in original post

1 REPLY 1

dreinhardt
Tera Sage

Hi @Jeff33,

 

hope this article by Daniel will help you to answer your question about "Active install"

Software Installations Table Attribute Review - ServiceNow Community

 

Active install (active): When the same software installation is discovered by multiple discovery sources, only one will be set to “active = true”. The remainder will be set to false. This is to avoid double-counting in reporting.

Additionally, when the com.snc.samp.exclude_device_flag system property is in use, software installation records representing software installed on matching CI’s will be set to “active = false”. This is to preclude their inclusion in reconciliation calculations.  The “SAM - Adjust installs for excluded Cis” scheduled job handles the setting or unsetting of the Active install attribute for CI’s impacted by the system property. For additional information on this system property, refer to the ServiceNow Docs site.

 

Best, Dennis

Should my response prove helpful, please consider marking it as the Accepted Solution/Helpful to assist closing this thread.