<?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 jobs in parallel using tparallelize component? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-jobs-in-parallel-using-tparallelize-component/m-p/2347665#M114883</link>
    <description>Thanks TRF for you reply,&lt;BR /&gt;I have resolved connection issue as one of the object starts executing but when it ends my routine call is also closed so gives -&lt;BR /&gt;[size=1][font=Verdana, Helvetica, Arial, sans-serif][ERROR] 2017-03-14 04:43:12,489: {routines.GenerateSFData} - Exception while closing the job - closeJob method - &amp;nbsp;[AsyncApiException &amp;nbsp;exceptionCode='InvalidSessionId'[/font][/size]&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;I want to do this process parallel so that 2 tables load at a time using tParallelize component, can u to solve this issue?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Vaibhav&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Thu, 06 Apr 2017 07:44:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-06T07:44:24Z</dc:date>
    <item>
      <title>How to run jobs in parallel using tparallelize component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-jobs-in-parallel-using-tparallelize-component/m-p/2347663#M114881</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am using a java routine in my project which download the data of the object from Sales Force, and load that data into sql server tables one by one each table .&amp;nbsp;&lt;BR /&gt;I want to do this process parallel so that 2 tables load at a time using tParallelize component . My design as follows-&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My java Routine is called inside the tRunJob components at a time after setting the parameters correctly in context using "Set Context " as shown above.&lt;BR /&gt;&lt;BR /&gt;I get following error during execution -&lt;BR /&gt;&lt;BR /&gt;[ERROR] 2017-03-14 04:43:12,286: {routines.GenerateSFData} - Download Data - &amp;nbsp;[AsyncApiException &amp;nbsp;exceptionCode='InvalidSessionId'&lt;BR /&gt;&amp;nbsp;exceptionMessage='Invalid session id'&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;Closing job..l&lt;BR /&gt;[AsyncApiException &amp;nbsp;exceptionCode='InvalidSessionId'&lt;BR /&gt;&amp;nbsp;exceptionMessage='Invalid session id'&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;at com.sforce.async.BulkConnection.parseAndThrowException(BulkConnection.java:180)&lt;BR /&gt;at com.sforce.async.BulkConnection.doHttpGet(BulkConnection.java:744)&lt;BR /&gt;at com.sforce.async.BulkConnection.getBatchResultStream(BulkConnection.java:609)&lt;BR /&gt;at com.sforce.async.BulkConnection.getQueryResultList(BulkConnection.java:639)&lt;BR /&gt;at com.sforce.async.BulkConnection.getQueryResultList(BulkConnection.java:635)&lt;BR /&gt;at routines.GenerateSFData.downloadCSVFiles(GenerateSFData.java:588)&lt;BR /&gt;at routines.GenerateSFData.retrieveData(GenerateSFData.java:348)&lt;BR /&gt;at avasf.ava_sf2db_0_1.Ava_SF2DB.tJava_4Process(Ava_SF2DB.java:6887)&lt;BR /&gt;at avasf.ava_sf2db_0_1.Ava_SF2DB.tFileList_1Process(Ava_SF2DB.java:4806)&lt;BR /&gt;at avasf.ava_sf2db_0_1.Ava_SF2DB.tFileList_6Process(Ava_SF2DB.java:12956)&lt;BR /&gt;at avasf.ava_sf2db_0_1.Ava_SF2DB.tJava_1Process(Ava_SF2DB.java:12599)&lt;BR /&gt;at avasf.ava_sf2db_0_1.Ava_SF2DB.tMSSqlInput_3Process(Ava_SF2DB.java:12448)&lt;BR /&gt;at avasf.ava_sf2db_0_1.Ava_SF2DB.tSetGlobalVar_1Process(Ava_SF2DB.java:11989)&lt;BR /&gt;at avasf.ava_sf2db_0_1.Ava_SF2DB.runJobInTOS(Ava_SF2DB.java:22973)&lt;BR /&gt;at avasf.ava_sf2db_0_1.Ava_SF2DB.runJob(Ava_SF2DB.java:22287)&lt;BR /&gt;at avasf.avasf_mainjob_copy_0_1.AvaSF_MainJob_Copy.tRunJob_1Process(AvaSF_MainJob_Copy.java:5913)&lt;BR /&gt;at avasf.avasf_mainjob_copy_0_1.AvaSF_MainJob_Copy$3.run(AvaSF_MainJob_Copy.java:4888)&lt;BR /&gt;[ERROR] 2017-03-14 04:43:12,489: {routines.GenerateSFData} - Exception while closing the job - closeJob method - &amp;nbsp;[AsyncApiException &amp;nbsp;exceptionCode='InvalidSessionId'&lt;BR /&gt;&amp;nbsp;exceptionMessage='Invalid session id'&lt;BR /&gt;]&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 12:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-jobs-in-parallel-using-tparallelize-component/m-p/2347663#M114881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-14T12:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jobs in parallel using tparallelize component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-jobs-in-parallel-using-tparallelize-component/m-p/2347664#M114882</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;exceptionCode='InvalidSessionId'&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;means you're not connected to Salesforce.&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
      <pubDate>Tue, 14 Mar 2017 13:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-jobs-in-parallel-using-tparallelize-component/m-p/2347664#M114882</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-03-14T13:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jobs in parallel using tparallelize component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-jobs-in-parallel-using-tparallelize-component/m-p/2347665#M114883</link>
      <description>Thanks TRF for you reply,&lt;BR /&gt;I have resolved connection issue as one of the object starts executing but when it ends my routine call is also closed so gives -&lt;BR /&gt;[size=1][font=Verdana, Helvetica, Arial, sans-serif][ERROR] 2017-03-14 04:43:12,489: {routines.GenerateSFData} - Exception while closing the job - closeJob method - &amp;nbsp;[AsyncApiException &amp;nbsp;exceptionCode='InvalidSessionId'[/font][/size]&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;I want to do this process parallel so that 2 tables load at a time using tParallelize component, can u to solve this issue?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Vaibhav&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 06 Apr 2017 07:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-jobs-in-parallel-using-tparallelize-component/m-p/2347665#M114883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T07:44:24Z</dc:date>
    </item>
  </channel>
</rss>

