Skip to main content
Version: OpCon (Cloud - Current)

Copying Master Schedules

Theme: Configure
Who Is It For? System Administrator, Automation Engineer

What Is It?

Use this procedure to copy Master Schedules in Solution Manager.

Administration

Required Privileges

To copy a master schedule, the user must be in a role with at least one of the following privileges:

  • All Function Privileges
  • Maintain Schedules

Copying a Schedule

To copy a schedule, go to Studio.

Select a schedule and select Copy.

Master Schedule Copy Button

A dialog opens to define a new Schedule Name with options to Copy Master Jobs and Copy Schedule Privileges.

Master Schedule Copy Dialog

  1. Enter a new Schedule Name
  2. Select Save to copy the schedule or Cancel to cancel

Copying a Schedule Using the Copy Dialog

The Copy dialog creates an in-place duplicate of a master schedule directly in the database. No export file is produced. This is distinct from the full ImpEx export/import workflow, which generates a portable file for moving schedules between OpCon environments. Use the Copy dialog when you want to create a new schedule that starts with the same structure as an existing one in the same environment.

Copy Dialog Fields

FieldTypeDefaultDescription
Schedule NameString(required)The name for the new copied schedule. The name must be unique across all master schedules.
Copy Master JobsBooleanFalseWhen set to True, all jobs defined in the source schedule are included in the copy. When set to False, the new schedule is created with no jobs.
Copy Schedule PrivilegesBooleanFalseWhen set to True, the role-based access privileges from the source schedule are copied to the new schedule. When set to False, only users with OCADM or the All Function Privileges role privilege are granted access to the new schedule.

Privilege Inheritance Behavior

When Copy Schedule Privileges is set to False, OpCon does not carry forward the access control list from the source schedule. After the copy completes, only the following users can access the new schedule:

  • Users assigned to a role with the OCADM privilege
  • Users assigned to a role with the All Function Privileges privilege

All other role-based schedule privileges must be added manually after the copy is complete if broader access is required.

Procedure

To copy a schedule using the Copy dialog, complete the following steps:

  1. In Studio, select the schedule you want to copy.
  2. Select Copy. The Copy dialog opens.
  3. In the Schedule Name field, enter a unique name for the new schedule.
  4. To include all jobs from the source schedule, set Copy Master Jobs to True.
  5. To carry forward role-based access privileges from the source schedule, set Copy Schedule Privileges to True.
  6. Select Save. OpCon creates the new schedule and returns its ID. If you do not have access to the new schedule (for example, because Copy Schedule Privileges was set to False and you are not OCADM), the schedule is created but does not appear in your schedule list until an administrator grants your role the appropriate privilege.

FAQs

Q: Why would you copy master schedules instead of creating a new one?

Copying master schedules is useful when you want to reuse an existing configuration as a starting point. All settings from the original are duplicated, and you can then modify the copy as needed.

Q: Does copying master schedules require a new unique name?

Yes. The copy must be saved with a new unique name to distinguish it from the original master schedules record.

Glossary

Resource: A numeric variable in OpCon representing a finite pool. Jobs can be configured to require a set number of resource units to run, limiting concurrent executions and preventing resource contention.

Role: A named security profile in OpCon that groups privileges together. Roles are assigned to user accounts to control which features, schedules, jobs, machines, and administrative functions a user can access.

Privilege: A specific permission granted through an OpCon role that controls access to a feature, function, or object type. Privileges are organized into categories such as Function Privileges, Machine Privileges, Schedule Privileges, and Access Codes.

Schedule: A named container for jobs in OpCon, built for a specific date to create that day's automation. Schedules define build settings, frequencies, and the jobs that run within them.

Job: The fundamental unit of work in OpCon. A job defines what to run, on which machine, when to start, and what conditions must be met. Job results are tracked and can trigger events and notifications.