How to validate if a Scheduled Data Import job ran for SCCM ?

praveenkshanmu
Tera Contributor

Hello All,

 

I need to validate the run status of a scheduled data import for the Service Graph Connector for SCCM "SG-SCCM Computer Identity". It runs every Monday at 11pm. Where can I check this ? What are the other methods to check if data is coming in or updating when the scheduled job runs (I have already checked the Computer CIs records sorted by Updated) ?

 

Thank you,

Praveen

1 REPLY 1

Patrick DeCarl1
ServiceNow Employee
ServiceNow Employee

You have a few ways, check out - https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/configuration-manag... or if your old school like me, look at import set table (sys_import_set) and match on the data source for the date you looking for and you will see the loaded data and transform data status. 

 

 

Screenshot 2024-06-14 at 1.41.46 PM.png

 

Good link to have -- https://www.servicenow.com/community/cmdb-blog/service-graph-connector-for-microsoft-sccm-faq-and/ba...