Creating job sequences

A job sequence is a job that runs a series of other jobs. For each job in the sequence, one or more predecessor jobs may be designated. Each job is run in sequence after any predecessors run. Jobs that do not have predecessors run in parallel. Each job sequence must contain at least one job that does not have any predecessors.

Use a job sequence when jobs must run in a particular order or the periods of time in which jobs run must not overlap. For example, if replication jobs replicate objects from multiple source repositories to a single target repository or if replication jobs replicate replica objects, use a job sequence to control the order in which the jobs execute.

The following restrictions apply to job sequences:

Before you create a job sequence, obtain the username and password for a superuser in each repository where the sequence runs a job.

To create a job sequence:

  1. In Documentum Administrator, navigate to Administration > Job Management > Jobs.

    The system displays the Jobs list page.

  2. Select File > New > Job Sequence.

    The New Job Sequence page displays with the Info tab selected.

  3. Enter the general job information on the Info tab, as described in Table 7.3.

  4. Click the Schedule tab and enter the job schedule information, as described in Table 7.4.

  5. Click the Connection Info tab and enter the repository and job sequence information, as described in Table 7.10.

  6. Click the SysObject Info tab and enter the job SysObject information, as described in Creating, viewing, or modifying SysObject properties.

  7. Click Finish.

    The job is saved and the Jobs list page appears.