Job Scheduler Access Policy

Class: Scheduler

Resource: Name of the job scheduler.

Description: This access policy manages the policies associated with adding, editing, deleting, or maintaining Job Schedulers.

  • Action: add

    If this action is not allowed for a particular user, they will not be able to add a Job Scheduler.

    Impact on Java Client UI: The Add button to the right of the list of Job Schedulers on the Schedulers Panel will not appear (or will appear disabled.)

  • Action: view If this action is not allowed for a particular user for a particular job scheduler, the Job Scheduler will not be visible to the user at all.

    Impact on Java Client UI:

    • The list of Job Schedulers in the Schedulers Panel will not contain any Schedulers that the user does not have authority to see.

    • Any report criteria that contain a list of Schedulers in the criteria dialog box will not include any schedulers that the user does not have the authority to see.

    • Any reports that are run against all schedulers will not include the job schedulers that the user does not have authority to see.

    • If the user has the authority to create target jobstreams, they will not be able to create jobstreams where the Target Job is in a scheduler they do not have the authority to view.

    Note: These restrictions apply only to viewing jobs and runs organized by scheduler. If the user has the authority to view a jobstream, and that jobstream contains jobs from a scheduler that the user does not have authority to view, they will still be able to view that jobstream, including all the jobs it contains.

  • Action: edit

    If this action is not allowed for a particular user for a particular user domain, they will not be able to edit the properties of the Job Scheduler.

    Impact on Java Client UI: The Edit Scheduler dialog box will show up in read-only mode with a Close button instead of an OK/Cancel button.

  • Action: delete

    If this action is not allowed for a particular user for a particular job scheduler, they will not be able to delete the job scheduler.

    Impact on Java Client UI: When the user selects a job scheduler from the list of job schedulers that they do not have the authority to delete, the Delete button to the right of the list will disappear.

  • Action: download

    If this action is not allowed for a particular user for a particular job scheduler, the user will not be able to run the Converter (Download Now…) for the job scheduler.

    Impact on Java Client UI: When the user selects a job scheduler from the list of job schedulers that they do not have the authority to download, the Download Now… button to the right of the list will disappear.

  • Action: rebuild

    If this action is not allowed for a particular user for a particular job scheduler, the user will not be able to run Rebuild History for the job scheduler.

    Impact on Java Client UI: When the user selects a job scheduler from the list of job schedulers that they do not have the authority to rebuild, the Rebuild History button to the right of the list will disappear.

    Note:

    The Rebuild History button never appears by default. It is turned on through a parameter and should only be turned on after consulting with AAI support.

  • Action: viewLog

    If this action is not allowed for a particular user for a particular jobscheduler, the user will not be able to view the log that is produced after the Converter runs for the job scheduler.

    Impact on Java Client UI: When the user selects a job scheduler from the list of job schedulers that they do not have the authority to ViewLog, the View Log button to the right of the list will be greyed out.

  • Action: setOnOffLine

    If this action is not allowed for a particular user for a particular job scheduler, the user will not be able to set a scheduler to be on or offline.

    Impact on Java Client UI: When the user selects a job scheduler from the list of job schedulers that they do not have the authority to set the scheduler on or offline, the Take Offline and Put Online button to the right of the list will not be visible.