admin schedule

Description

Displays information on task schedules in Replication Server.

Syntax

admin “schedule”[,  ‘sched_name’]

Parameters

sched_name

The name of the schedule to display.

Examples

Example 1

To display a schedule named schedule1, enter:

admin “schedule”, ‘schedule1’

The output is:

Schedule  Schedule  Time  Status  Type  Owner  Sequence  Command
Name
--------  --------  ----  ------  ----  -----  --------  -------

s1        27 * * *  *     1       0     sa     1         conn_suspend.sh

Usage

You must enclose the “schedule” clause in double quotes as schedule is a Replication Server keyword.

If you do not specify any schedule name, executing only admin “schedule” displays information on all existing schedules in Replication Server.

Permissions

admin “schedule” requires “sa” permission.

See also

alter schedule, drop schedule, create schedule