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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to build mutiple jobs for TAC

Hi
I'm searching for the way with which
I can create multiple tasks in TAC which is not connected to Studio.
Currently I use below steps for each job
1. In the Studio, create a zip file by
   right clicking each job -> build job
2. Import the zip files to TAC.
I know that step2 can be simplified by using Meta Servlet,
and I want to know how to simplify step1
as I have to export 20+ jobs and it takes about 5 minutes for each job.
Though my TAC in PRD environment is not connected to Studio,
my TAC in DEV environment is connected to Studio.
It may be useful, though the context parameter used in PRD is different from that of DEV...
Regards,
Labels (2)
5 Replies
Anonymous
Not applicable
Author

Hi 
You can use createTask action using metaservle API to create TAC task.
Anonymous
Not applicable
Author

Hi Shong
Is it possible without zip of Talend job nor Studio connected to TAC?
Anonymous
Not applicable
Author

Hi Shong
Is it possible without zip of Talend job nor Studio connected to TAC?

Hi yuki
I am sure I don't understand your question well. When adding a new task from TAC, you can select a job either from local file system (browse the job script exported from Studio) or select it from SVN server, if latter, you don't need a studio connected to TAC at this time.
Anonymous
Not applicable
Author

Hi shong
Thank you for your response.
> select it(the job) from SVN server
> you don't need a studio connected to TAC
Is it possible to transport the job to SVN without studio?
What we have is:
in DEV; Studio, TAC, SVN
in PRD; TAC, SVN (another one of what is in DEV)
If SVN is in commmon with PRD and DEV,
it may be useful in this case...
Regards,
Anonymous
Not applicable
Author

Hi 
You can use Repository manager which is an application in Talend enterprise subscription product to migrate projects between different SVN server, refers to
https://help.talend.com/pages/viewpage.action?pageId=263014905