Job General Page

Name

Provide a descriptive name for the job (255 characters maximum). The name is used throughout adTempus to identify the job, and must be unique within the group that the job belongs to.

If you try to use a name that is already in use on another job, you will receive an error message when you try to save the job. Note that the other job with the same name may not be visible to you (based on security settings).

The name can be changed at any time without affecting links between jobs.

Job ID

The Job ID is a 38-character system-generated unique identifier for the job. This ID remains constant even if the name of the job changes. The Job ID is shown primarily for use in diagnostic situations but can be used instead of the name in command-line utilities such as adtExec.

Queue

Select the Queue to which this job is assigned.

Priority

Specify the priority of this job within the queue. In a queue that limits the number of jobs that can run simultaneously, jobs with higher priorities are executed before jobs with lower priorities. New jobs have a default priority of 100. A higher priority is indicated by a higher priority number: for example, a job with priority 200 has a higher priority (and will run before) a job with priority 100.

User Account

Specify the Windows user account that the job should be run under. See Entering User Credentials for more information on how to enter the credentials.

All tasks performed by this job will be run under the user account you specify. For example, when the job executes a program, the program will operate under the same security context (and restrictions) as if the specified user had run the job herself.

Run with highest privileges

If the specified User Account is an administrative account, check the Run with highest privileges option to have administrative privileges enabled when the program runs. This is equivalent to using the "Run as administrator" command in Windows. If this option is not checked, administrative privileges will not be enabled, and the program may not behave as you expect.

If theUser Account is not an administrative account, checking this option has no effect on program execution.

This option is not available if the adTempus server is running Windows XP, Windows Server 2003, or earlier.

User Interaction

New feature iconThis option has been simplified from the settings available in adTempus 3.

Select whether a user needs to be able to see or interact with programs run by your job.

Each job runs in one of the following sessions:

A program that is properly designed for "batch" execution should not rely on direct interaction with users, and therefore should not need to display a user interface. For such programs, use the "Hidden" session whenever possible. This provides more security, and eliminates the annoyance of program windows popping up while a user is logged in to the computer.

Regardless of what interaction level is selected, if you run the job manually while logged in to the computer, you can choose to have the job executed in your current logon session. This is useful if you need to be able to see the user interfaces of the job's programs during job debugging.

If the adTempus administrator has disabled interactive job execution, only the "Hidden" option will be available.

New feature iconHold Status

The Hold Status determines whether and how the job can be executed.

The Hold Status replaces the Enabled option (and corresponding Hold/Release commands) used in prior versions of adTempus. The Prevent chained execution option replaces the Allow job to be triggered by other jobs option that previously appeared on the Triggers page.

History Retention

Specify how long adTempus should retain the history for this job. The default setting is specified in the Server Options window.

New feature iconTags

Enter tags to categorize the job if desired. Tags can be used to filter jobs displayed in some views in the Console (including the Job Monitor view).

Related Concepts

Job Properties