SG-SCCM SAMP Usage scheduled import not creating import set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi All,
I am currently troubleshooting an issue with the Service Graph Connector for Microsoft SCCM and wanted to check if anyone else has experienced something similar.
SG-SCCM SAMP Usage scheduled import not creating import set
After Investigation I found out the below support article.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2422405
It says this scheduled job has a condition that it only run on 2nd day of the month, if we want to run on any other day for testing purpose, we may need to modify the condition.
condition script:
if (now.getDayOfMonthLocalTime() == 2) {
answer = true;
var statement = new sn_sccm_integrate.SAMPUsage2019Util()
.initializeDatasourceSqlStatement(connectionAliasSysId, datasourceSysId);
}
answerIs anyone facing this scenario earlier, had anyone make changes in the scheduled job script
Thanks in advance for all the help.