Schedule

Analytics Overview

Analytics Overview Xactly Analytics provides answers to business questions. It allows you to explore and interact with information, and present and visualize information using graphs, pivot tables, an...

Suspend Schedule

Suspend Schedule Summary The SUSPEND SCHEDULE command indefinitely prevents future invocations of the specified schedule. Syntax suspend schedule [if exists] <schedule_name>; Parameters Paramet...

Resume Schedule

Resume Schedule Summary The RESUME SCHEDULE command reinstates the specified schedule if suspended. Connect does not execute schedules found in a suspended state. Syntax resume schedule [if exists...

Drop Schedule

Drop Schedule Summary The DROP SCHEDULE command removes the specified schedule from Connect. Syntax drop schedule [if exists] <schedule_name>; Parameters Parameter Description [if exists] (Opti...

Create Schedule

Create Schedule Summary The CREATE SCHEDULE command creates a schedule domain object. Schedules allow developers to automatically run steps and pipelines at specified times. Syntax create schedule [if...

Alter Schedule

Alter Schedule Summary The ALTER SCHEDULE command modifies the specified schedule. Syntax alter schedule [if exists] <schedule_name> as ( [parameter_list] ); Parameters Parameter Parameter List...

Scheduling Connect Jobs

Scheduling Connect Jobs Connect allows you to create, monitor, and manage schedules of your business tasks, that is, the steps and pipelines where you store your Incent data integration processes. Yo...