Software are getting overriden

MK-p
Tera Contributor

Hi,

 

I am populating software data from SCCM and as well as from discovery. The issue here is that if SCCM runs it override discovery data and when Discovery run it override sccm data. I have to stop discovery to override sccm only for software.

 

I have written data precedence rule but that is not working as expected.

1 ACCEPTED SOLUTION

Runjay Patel
Giga Sage

Hi @MK-p ,

 

Generally Data precedence rule work. Hope you have given the higher priority to SCCM data source and lower priority to Discovery as compare to SCCM. 

 

Also for SCCM there is one property called "glide.discovery.software_sccm_managed". if you enable it discovery wont update the software which discovered by SCCM.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

View solution in original post

2 REPLIES 2

Runjay Patel
Giga Sage

Hi @MK-p ,

 

Generally Data precedence rule work. Hope you have given the higher priority to SCCM data source and lower priority to Discovery as compare to SCCM. 

 

Also for SCCM there is one property called "glide.discovery.software_sccm_managed". if you enable it discovery wont update the software which discovered by SCCM.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

Hi @Runjay Patel ,

 

As you suggested SCCM is having higher priority.

 

2nd option worked for me, i have enabled the property "glide.discovery.software_sccm_managed".

Thanks!