<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to run (and export) multiple jobs at same endpoint? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323692#M93490</link>
    <description>Hi Cabajones,
&lt;BR /&gt;You should ask your question in the relevant forum (in your case Talend Open Studio for Data Integration would be better than this one which is dedicated to Talend Open Studio for ESB) 
&lt;BR /&gt;And you should also open a new thread/topic rather than hacking this one. 
&lt;BR /&gt;The visibility of your question would be greatly improved if you post in the right place.
&lt;BR /&gt;Elisa</description>
    <pubDate>Mon, 29 Apr 2013 14:27:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-29T14:27:41Z</dc:date>
    <item>
      <title>How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323685#M93483</link>
      <description>Hi, 
&lt;BR /&gt;I'm using Talend Open Studio for ESB v5.0.0 RC3. I'd like to to run multiple jobs (implementations of multiple operations of the same service) at the same time. The error I get when launching the second one is that the destination port is already in use, which is totally clear. How can I achieve that? 
&lt;BR /&gt;The next question at that topic is: How can I export multiple of those jobs? Currently, in the export dialog, it says that exporting multiple items is not supported at the moment. Since the jobs belong to the same service, this is just what I want to do. Any ideas on that one? 
&lt;BR /&gt;Thanks for your help! 
&lt;BR /&gt;S. List</description>
      <pubDate>Sat, 16 Nov 2024 12:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323685#M93483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323686#M93484</link>
      <description>Hello,&lt;BR /&gt;You need to export Service as a whole, just right click on the service you would like to export, and select 'Export Service'. Export will give you a KAR file which is an Karaf OSGi bundle archive with all jobs that implement all operations of the given service. You just need to put this KAR file into 'container/deploy' directory of Talend ESB runtime and your service will start.&lt;BR /&gt;When service is deployed to runtime you can access all operations of the service.&lt;BR /&gt;On this screencast you can see how it is done: &lt;A href="http://www.screenr.com/IGns" rel="nofollow noopener noreferrer"&gt;http://www.screenr.com/IGns&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Renat</description>
      <pubDate>Tue, 22 Nov 2011 09:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323686#M93484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-22T09:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323687#M93485</link>
      <description>Hi Renat, 
&lt;BR /&gt;thanks for that fast reply! Maybe the UI could be a bit more intuitive at that point &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; 
&lt;BR /&gt;Is there a way to run those jobs directly in the testing environment (=IDE) in parallel? 
&lt;BR /&gt;BR 
&lt;BR /&gt;S.List</description>
      <pubDate>Tue, 22 Nov 2011 10:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323687#M93485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-22T10:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323688#M93486</link>
      <description>Hi S.List,
&lt;BR /&gt;For 5.0 there is no possibility to run service with all of it's operations from Studio because each operation is represented as separate job and each job is by default executed in it's own standalone JVM.
&lt;BR /&gt;We are thinking about embedding runtime into the Studio so that running services represented by multiple jobs would be simpler. Would it be helpful in your case?
&lt;BR /&gt;Renat</description>
      <pubDate>Tue, 22 Nov 2011 10:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323688#M93486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-22T10:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323689#M93487</link>
      <description>Hi Renat,
&lt;BR /&gt;yes, that would be helpful since a job may call another one. Testing in this case is only possible after exporting the service, which is of course possible but not as convenient as the other possibility. ;-)
&lt;BR /&gt;But for the moment, it works. Thanks!
&lt;BR /&gt;BR
&lt;BR /&gt;S.List</description>
      <pubDate>Tue, 22 Nov 2011 10:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323689#M93487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-22T10:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323690#M93488</link>
      <description>hi, 
&lt;BR /&gt;Urgent help please 
&lt;BR /&gt;I have 7 jobs that read the data from a 7csv file and inserts them to seven tables in MySQL database 
&lt;BR /&gt;now i am running each job to update the values in the database so finally i had to run 7 jobs to update the database 
&lt;BR /&gt;is there a way to create a job that will trigger all the seven jobs making it more automated? 
&lt;BR /&gt;i.e with the help of running a single job that will internally call all the seven jobs this will reduce the manual process of running all the seven jobs individually. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Caba</description>
      <pubDate>Mon, 29 Apr 2013 14:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323690#M93488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-29T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323691#M93489</link>
      <description>hi i am using TOS_DI-r95165-V5.2.1 talend versio</description>
      <pubDate>Mon, 29 Apr 2013 14:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323691#M93489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-29T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323692#M93490</link>
      <description>Hi Cabajones,
&lt;BR /&gt;You should ask your question in the relevant forum (in your case Talend Open Studio for Data Integration would be better than this one which is dedicated to Talend Open Studio for ESB) 
&lt;BR /&gt;And you should also open a new thread/topic rather than hacking this one. 
&lt;BR /&gt;The visibility of your question would be greatly improved if you post in the right place.
&lt;BR /&gt;Elisa</description>
      <pubDate>Mon, 29 Apr 2013 14:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323692#M93490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-29T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323693#M93491</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;How i can run 2 different jobs in sequence?
&lt;BR /&gt;or which component to be use for do the same?
&lt;BR /&gt;scenario - i have a job which sourcing data from oracle and loading the notnull data in 1 table and nullable data in another table .
&lt;BR /&gt;that another table which has &amp;nbsp;null values to be updated is defined in another job. &amp;nbsp;these 2 jobs has to be run at a time .
&lt;BR /&gt;How i can &amp;nbsp;implement that in 1 shot??????
&lt;BR /&gt;plz let me know....</description>
      <pubDate>Mon, 10 Aug 2015 07:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323693#M93491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T07:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323694#M93492</link>
      <description>Hi Shri_Kul1, 
&lt;BR /&gt;Have you tried to use option 'Multi-thread exectuion' by which the different subjobs in the main job will execute parallel rather than one by one. 
&lt;BR /&gt;To capture the job statistics information, you can use tStatCatcher component in each job, there is a field on this component counts the job start date and end date. 
&lt;BR /&gt;This option is available in Talend Open Source. 
&lt;BR /&gt;In addition, the component 
&lt;FONT size="2"&gt;&lt;FONT face="" calibri=""&gt;tParallelize allows you to &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" calibri=""&gt;run subjobs parallel and synchronizes the execution of a subjob with other sub-jobs within the main Job. &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" calibri=""&gt;&lt;A href="https://help.talend.com/search/all?query=tParallelize&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tParallelize&lt;/A&gt; is only available in Talend Enterprise Subscription Version.&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" calibri=""&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEU2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140280iC1D67FFF552657B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEU2.png" alt="0683p000009MEU2.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 10 Aug 2015 08:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323694#M93492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T08:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323695#M93493</link>
      <description>&amp;nbsp;</description>
      <pubDate>Tue, 11 Aug 2015 13:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323695#M93493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T13:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to run (and export) multiple jobs at same endpoint?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323696#M93494</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;is it now possible to start multiple jobs with the same endpoint within the Studio?&lt;/P&gt;
&lt;P&gt;I dont see how i could do that. Im using&amp;nbsp;TOS_ESB-20180411_1414-V7.0.1&lt;/P&gt;
&lt;P&gt;If not: Is there a common workaround or do i really have to export the whole service for testing?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 18:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-and-export-multiple-jobs-at-same-endpoint/m-p/2323696#M93494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T18:51:26Z</dc:date>
    </item>
  </channel>
</rss>

