We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Datasource histories table is not pouplated

GaetanoD
ServiceNow Employee

Hello everyone,

I'm using SCCM plugin and Discovery to populate the CMBD, but I'm having a problem with Reconciliation Definitions rules between Discovery and SCCM Datasource.

If, I know that the Reconciliation def. works good if cmdb_datasource_last_update is correctly populated.

I would like know when Datasource Histories is populated, because seems that SCCM not popualated the cmdb_datasource_last_update  table when a computer is created or updated, and this means that the rules of precedence and reconciliation do not work properly.

 

 

Does SCCM populates the Datasource history table? In OOTB? I have to customize onBefore Transform script on SCCM Plugin?

2 REPLIES 2

Andrew Westerv4
Mega Guru

The SCCM integration calls the IRE, but does so in such a way that it bypasses the Datasource Precedence rules. Please follow this article on how to modify the SCCM transform scripts.

https://hi.service-now.com/kb_view.do?sysparm_article=KB0721378

Hi.

Thanks for answer:

 

if you read here:

https://hi.service-now.com/kb_view.do?sysparm_article=KB0748948

ServiceNow not raccomanded usign IRE in SCCM Transform maps ( see first resolution ).