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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Running multiple interdependent jobs one after othe

Hi,

I have a case where a Job has to be broken down to two sub jobs as I have to take the output of one job, do some modification (in the output table) and use it as an input to the next job. So, how to do it ? If i try to do something like in the screenshot below then it runs both the jobs simultaneously which I don't want.

0683p000009Lv67.jpg

Labels (1)
22 Replies
Anonymous
Not applicable
Author

Hi @rhall,

I have one jsp page which shows my data in the temporary table and allow my client to do some processing in it and save the data in DB. So. I am not properly clear how can Talend help me launch this page by using some internet components.

I am not having any 'Web Service' at this moment. Need I first create a Web service for my one jsp or what?

And please, if possible help me with a sample job expalining your statement - "Calling a web service would require simply firing a call to a URL (www.myserver.co.uk:8040/myService or localhost:8040/myService). "

Thanks.

 

Anonymous
Not applicable
Author

If you want to launch this from a Talend job you will either need to have the job running on the machine that the user is using OR you will need to prompt the user to open a URL themself. @iburtally showed you how you can open a web page using the tSystem component.

 


For tutorials on Web Services in Talend, there are plenty online and on here. Take a look at some of these and get familiar with Web Services and it will help you figure this out.

Anonymous
Not applicable
Author

Hi @iburtally,

When I try to run the command chrome.exe google.com on a tSystem component, I am getting the following errors:

0683p000009LvBS.jpg0683p000009LvRy.jpg