Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rduram
Contributor
Contributor

How to run locally built TOS jobs on a remote scheduling server

Hi - I am new (2 weeks old) in developing Talend Open Studio jobs locally on my laptop.  I can run them locally with JDBC connections to our on-prem MySQL database and making tables and inserts/updates to our newly created AWS Redshift data warehouse.  I need to move them off to a server and run them on a daily cron-like schedule.  I do not know the next steps to setting up that remote server or what Talend tool I need.  I am using the free version of Talend Open Studio v7.2.1.

 

Thanks in advance for your help and links!!

Labels (2)
3 Replies
Anonymous
Not applicable

Hi
There is no scheduler in community edition. If you don't plan to upgrade the product to enterprise subscription editions, the next steps is to export the job script, and then use a Third-party scheduling tool, or Windows task scheduler or Linux crontab command to schedule the job.

Regards
Shong
rduram
Contributor
Contributor
Author

 


@shong wrote:
Hi
There is no scheduler in community edition. If you don't plan to upgrade the product to enterprise subscription editions, the next steps is to export the job script, and then use a Third-party scheduling tool, or Windows task scheduler or Linux crontab command to schedule the job.

Regards
Shong

OK I thought that was the path.  When you build the job scripts in TOS locally, with they include everything to run them on the server?  Is there a list of prerequisites the server must have in place first before the jobs can be scheduled and run?

Anonymous
Not applicable

The server where the job script will be executed should Java installation.