Scheduling and Running Jobs on a Server

Scheduling Jobs

Centerprise server comes with the built-in Scheduler, which allows you to run your jobs once, or repetitively according to selected schedule. Among the available schedules are: ”Run Once”, ”Hourly”, ”Daily”, ”Weekly”, ”Monthly”, and ”When file is dropped”. Once you create a schedule, the job associated with that schedule will run according to the schedule.

Scheduled jobs run silently in the background. A new tab in the Transfer Progress pane will be added for each scheduled job that has started running. Results of the scheduled jobs are stored in the Transfer Log in the same way as for regular jobs.

Optionally, you can set an email notification to signal the start and/or the completion of a scheduled job. An additional email can notify the selected recipient of any errors that occurred during the job.

Schedule Types

“Run Once” schedule allows you to specify a date and time in the future when a job should run. Jobs on this schedule run only once.

”Hourly”, ”Daily”, ”Weekly”, and ”Monthly” schedules allow you to specify recurring jobs with the hourly, daily, weekly, or monthly frequency.

”When file is dropped” schedule runs the selected transfer setting when a file is dropped in a designated folder (called ”Watched” folder). You can optionally set the dropped file as the source file for the scheduled transfer setting. In that case, any source file provided in the transfer definition will be ignored; the dropped file becomes the source for the scheduled transfer. In addition, you can create a custom path for the destination file, overriding the selection of the destination file in the transfer definition.

Steps:

  1. In the File Path box, specify the storage location of the job you want to schedule.

  1. From the Frequency list, select how frequently do you want the scheduled task to run.

Note: Depending on the frequency you choose, other options will be provided. For example, if you choose to run the scheduled task on a Weekly basis, you will be able to specify on what day of the week, and at what time you want to run the scheduled task.

The task has now been successfully scheduled.

After a scheduled job has run, the details are displayed in Server Jobs tab**.**

Advanced Options

For scheduled tasks of type “when a file is dropped”, you can specify what should happen with the source file once the scheduled task finished running.

Available actions are:

No action—the source file is not changed in any way.

Rename source file - append job ID – The source file is renamed by appending the scheduled task’s job ID to the file name. For example:

Rename source file - append datetime – The source file is renamed by appending the start date and time of the current task to the file name, for example:

Move file to – the source file is moved to a selected folder.

Delete source file – the source file is deleted.

All of the above actions occur after a successful completion of the scheduled task.

Note: In the case of a scheduled task that runs a batch (as opposed to a single transfer), the above actions apply to the first transfer in the batch, as well as any subsequent transfers in which the source file path is the same as in the first transfer.

Similar to the scheduled transfers, the file actions for batches are completed only after the batch has finished running.

Email Notification

Using Notification Email tab, you can configure emails to be sent when a scheduled task was completed. An email can also be sent to notify you that a task has started and whether it has finished successfully or failed.

Depending on the level of information you need in the notification email, you can select between two modes: Summary and Details.

You can optionally include attachments to the email notification. Such attachments can include source file, destination file, rejected records file or the Profiler file.

Running Jobs on a Server

Many editions of Astera come with the built-in execution engine. This engine shows as Development server in the Server Explorer and in the Servers menu on the main Toolbar.

By default, any job such as dataflow, workflow, transfer setting, batch, or tables copy batch runs locally on the workstation that hosts Astera client.

You can also run your job using a remote server. The advantage of running jobs on a dedicated server is better overall performance, as well as the ability to run many concurrent transfers without performance degradation.

Note: Astera Data Integrator Server must be installed on the target server, in order for you to run your jobs using that server.

Last updated