Will a scheduled Job run for an inactive user?Issue Requirement: For security reasons, you want to prevent the default System Administrator user from logging in but you still require this user to run scheduled Jobs. Can a user be locked out & inactive but still be used as the 'Run as' user for a Scheduled Job? ReleaseAll releasesResolutionIf the run as user specified for a scheduled job is locked out & inactive the job will still run. Since the user is locked out they will not be able to access the instance You can test this process by following the following steps Navigate to sysauto_script.do in the filter navigator and create a scheduled script Job name: snctest active: true run: on demand script: gs.log('Confirm job is running when using an inactive user: ' + gs.getUserID()); run as: system administrator Navigate to the [sys_user] table and set the System Administrator active flag to falseExecute the job created in step 1Check the [syslog] table for a record with a message starting "Confirm job is running when using an inactive user" created today and you should find an entry. This confirms that the job was executed