Showing posts with label Talend job. Show all posts
Showing posts with label Talend job. Show all posts

Wednesday, February 8, 2012

Scheduling Talend job


You can schedule the Talend job by TIS (one of the commercial editions) or by using Windows scheduler. With the commercial edition, the entire job runs from the server and if you use Windows scheduler it will execute the job only when the system in which TOS is installed, is running.


I am going to tell you the steps to schedule it using Windows scheduler:


1. Right click on a job, select 'Export Job Scripts'


2. Give the location for the .zip content of the job and Select 'Finish'.


3. Extract all the contents of the .zip file, it must contain a .bat file. 


4. (Win XP) Goto Start->All Programs->Accessories->System Tools->Scheduled Tasks->Add Scheduled Task


5. In the 'Scheduled Task Wizard' select 'Browse'. Find the .bat file of the Job in the extracted folder. Assign a name to the schedule.


6. Enter credentials for system password, schedule time etc.


7. It will execute the .bat file in the schedule time period.


I hope the above steps would help you.