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

Wednesday, 20 November 2013

How to run exported talend jobs independent of talend on other machine

How to run exported talend jobs independent of talend on other machine

Fix::

1. Export the job script and move it to any other machine, unzip the archive file, execute it by click on the .bat file if you are on windows or .sh file if you are linux machine.

2. All dependencies should be exported along with the job. The export package does not require anything more than a JRE

How to execute a job through OS Scheduler for Talend

Fix::

1. Design the job as per your requirement.
2. Export the job into a directory.
3. Unzip the export file and there should be a bat file name _run.bat.
4. Create a schedule task and assign the bat file to the task.