AIOps LEAP: Grouping progress is not shown on the LEAP homepage when the GAF job is re-run<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Issue Description Job progress is not shown on the homepage when the GAF job is re-run. Root Cause The issue is due to lack of required roles to update the job progress status. Resolution Steps Note: The issue is resolved in the September release. This KB article applies only to earlier LEAP versions. Go to sys_user table. Search for user gaf-svc-account Add the below mentioned roles to this user sn_itom_leap.leap_job_tracker_createsn_itom_leap.leap_job_tracker_readsn_itom_leap.leap_job_tracker_update Re-run the GAF Job. The job progress will be shown on the LEAP homepage after this change.