Schedule job 'SAM - IBM Data Import' getting failed to pull dataDescriptionSchedule job 'SAM - IBM Data Import' with run as user set to 'System Administrator' getting failed to pull dataSteps to Reproduce For Scheduled job 'SAM - IBM Data Import' , run_as user is set to 'System Administrator'. We will be able to pull data from by executing following script in background:new SamIbmDataImportJob().process(); Issue is only when running the scheduled job.WorkaroundThe root cause is that run_as user is set to 'System Administrator', causing job not pull data. Not clearing run_as field do not always cause issue in an instance, but could potentially fail the scheduled job. Workaround is to clear run_as field. Related Problem: PRB1650167