<?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: Multipe queries are execute in sequential (or) parallel order? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273016#M50125</link>
    <description>Hi jlolling, 
&lt;BR /&gt;I checked tPostgresqlRow, it is executing multiple statement. 
&lt;BR /&gt;And it is executing multiple statement in sequential order. 
&lt;BR /&gt;Thank's for your valuable feedback. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;kumar.talend</description>
    <pubDate>Thu, 28 Nov 2013 11:43:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-28T11:43:23Z</dc:date>
    <item>
      <title>Multipe queries are execute in sequential (or) parallel order?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273014#M50123</link>
      <description>Hi all, 
&lt;BR /&gt;I have 3 update queries.I am doing 3 update on the same table. 
&lt;BR /&gt;I know tPostgresqlRow execute multiple queries. 
&lt;BR /&gt;In what order it is executing multiple queries. 
&lt;BR /&gt; 1: sequential order (or) 
&lt;BR /&gt; 2: parallel order 
&lt;BR /&gt;consider A,B,C queries. 
&lt;BR /&gt;query C depend on A,B. 
&lt;BR /&gt;if tPostgresqlRow execute multiple queries in sequential order.(one by one) 
&lt;BR /&gt;I get the what i am looking. 
&lt;BR /&gt;give me your valuable feedback. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;kumar.talend</description>
      <pubDate>Wed, 27 Nov 2013 16:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273014#M50123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T16:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multipe queries are execute in sequential (or) parallel order?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273015#M50124</link>
      <description>tPostgresqlRow executes exactly ONE statement and not a script. The only database which accept a script instead of one statement is MySQL.
&lt;BR /&gt;I hope this is the valuable feedback your requested our majesty.</description>
      <pubDate>Wed, 27 Nov 2013 22:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273015#M50124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T22:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multipe queries are execute in sequential (or) parallel order?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273016#M50125</link>
      <description>Hi jlolling, 
&lt;BR /&gt;I checked tPostgresqlRow, it is executing multiple statement. 
&lt;BR /&gt;And it is executing multiple statement in sequential order. 
&lt;BR /&gt;Thank's for your valuable feedback. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;kumar.talend</description>
      <pubDate>Thu, 28 Nov 2013 11:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273016#M50125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-28T11:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multipe queries are execute in sequential (or) parallel order?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273017#M50126</link>
      <description>Hi Gurus,
&lt;BR /&gt;i am new to talend and my query is to fetch the data from twitter API in talend open studio, i have created my application with all the credentials including token access.
&lt;BR /&gt;My job include Tinputfilejson file as i/p and Toutputjson as target simply dumping the data into jsonfile but while running my job it failed and below is the error .
&lt;BR /&gt;Starting job JsonExtracts at 23:21 04/12/2013.
&lt;BR /&gt; connecting to socket on port 3872
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in component tFileInputJSON_1
&lt;BR /&gt;java.io.IOException: Server returned HTTP response code: 400 for URL: 
&lt;A href="https://api.twitter.com/1.1/search/tweets.json?q=obama&amp;amp;s=typd&amp;amp;x=22&amp;amp;y=20" rel="nofollow noopener noreferrer"&gt;https://api.twitter.com/1.1/search/tweets.json?q=obama&amp;amp;s=typd&amp;amp;x=22&amp;amp;y=20&lt;/A&gt;
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
&lt;BR /&gt; at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
&lt;BR /&gt; at tardis.jsonextracts_0_1.JsonExtracts.tFileInputJSON_1Process(JsonExtracts.java:522)
&lt;BR /&gt; at tardis.jsonextracts_0_1.JsonExtracts.runJobInTOS(JsonExtracts.java:848)
&lt;BR /&gt; at tardis.jsonextracts_0_1.JsonExtracts.main(JsonExtracts.java:713)
&lt;BR /&gt; disconnected
&lt;BR /&gt;Job JsonExtracts ended at 23:22 04/12/2013. 
&lt;BR /&gt;Could you all please suggest if i have to use Tsalesconnection or something for OAUTH in order to connect.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Rituraj saxena</description>
      <pubDate>Thu, 05 Dec 2013 07:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multipe-queries-are-execute-in-sequential-or-parallel-order/m-p/2273017#M50126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-05T07:38:16Z</dc:date>
    </item>
  </channel>
</rss>

