How to validate if a Scheduled Data Import job ran for SCCM ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 08:59 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 10:42 AM
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.
Good link to have -- https://www.servicenow.com/community/cmdb-blog/service-graph-connector-for-microsoft-sccm-faq-and/ba...