<?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 Issue with tELTJDBCOutput component while update in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-tELTJDBCOutput-component-while-update/m-p/2345886#M113345</link>
    <description>&lt;P&gt;Hi, I have an issue with the tELTJDBCOutput.&amp;nbsp;&lt;BR /&gt;I have a stage and a destination table and try to fill data from the stage table to the data. I follow approach with splitting the data in insert data and update data as described here&amp;nbsp;http:// stackoverflow. com/questions/23064099/how-to-load-data-faster-with-talend-and-sql-server&lt;BR /&gt;The insert part works without any problems, but the update part doesn't work because i get an "single-row subquery returns more than one row" error. So the question is how do i tell the tELTJDBCOutput component to update it correctly line by line? I think i have to do something with the where clause of the tELTJDBCOutput, but i don't find any example in the documentation or internet how to use it and any try of writing something like stagekey = destkey results in different errors.&lt;BR /&gt;Before you ask, using a tJDBCInput and a tJDBCOutput for the updates solves the problem and works, but because i have to do this with a few million lines it takes too much time so i am looking for a solution with the ELT components.&lt;BR /&gt;Thank you for your help,&lt;BR /&gt;Alexander Stautner&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2016 10:44:48 GMT</pubDate>
    <dc:creator>stautner_a</dc:creator>
    <dc:date>2016-03-02T10:44:48Z</dc:date>
    <item>
      <title>Issue with tELTJDBCOutput component while update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-tELTJDBCOutput-component-while-update/m-p/2345886#M113345</link>
      <description>&lt;P&gt;Hi, I have an issue with the tELTJDBCOutput.&amp;nbsp;&lt;BR /&gt;I have a stage and a destination table and try to fill data from the stage table to the data. I follow approach with splitting the data in insert data and update data as described here&amp;nbsp;http:// stackoverflow. com/questions/23064099/how-to-load-data-faster-with-talend-and-sql-server&lt;BR /&gt;The insert part works without any problems, but the update part doesn't work because i get an "single-row subquery returns more than one row" error. So the question is how do i tell the tELTJDBCOutput component to update it correctly line by line? I think i have to do something with the where clause of the tELTJDBCOutput, but i don't find any example in the documentation or internet how to use it and any try of writing something like stagekey = destkey results in different errors.&lt;BR /&gt;Before you ask, using a tJDBCInput and a tJDBCOutput for the updates solves the problem and works, but because i have to do this with a few million lines it takes too much time so i am looking for a solution with the ELT components.&lt;BR /&gt;Thank you for your help,&lt;BR /&gt;Alexander Stautner&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 10:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-tELTJDBCOutput-component-while-update/m-p/2345886#M113345</guid>
      <dc:creator>stautner_a</dc:creator>
      <dc:date>2016-03-02T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with tELTJDBCOutput component while update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-tELTJDBCOutput-component-while-update/m-p/2345887#M113346</link>
      <description>Hi Alexander Stautner,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;A href="http://stackoverflow.com/questions/23064099/how-to-load-data-faster-with-talend-and-sql-server" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/23064099/how-to-load-data-faster-with-talend-and-sql-server&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;The three ELT JDBC components are closely related, in terms of their operating conditions.(tELTJDBCInput, tELTJDBCMap, tELTJDBCOutput)&lt;BR /&gt;What's your current job design?&lt;BR /&gt;Note: ELT DB components are working within one DB. For example, you have to load your stage table to the destination table which are in the same DB .&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 03 Mar 2016 05:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-tELTJDBCOutput-component-while-update/m-p/2345887#M113346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T05:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with tELTJDBCOutput component while update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-tELTJDBCOutput-component-while-update/m-p/2345888#M113347</link>
      <description>&lt;BLOCKQUOTE&gt;
  xdshi wrote: 
 &lt;BR /&gt;The three ELT JDBC components are closely related, in terms of their operating conditions.(tELTJDBCInput, tELTJDBCMap, tELTJDBCOutput) 
 &lt;BR /&gt;What's your current job design? 
 &lt;BR /&gt;Note: ELT DB components are working within one DB. For example, you have to load your stage table to the destination table which are in the same DB . 
 &lt;BR /&gt; 
 &lt;BR /&gt;Best regards 
 &lt;BR /&gt;Sabrina 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Sabrina, the job design is exactly as in the link. I want to know how the setup of the UpdateOnDest tELTJDBCOutput should look like. Because every combination I tried results in an error and the talend documentation contains only insert cases. 
&lt;BR /&gt;Thank you for helping.</description>
      <pubDate>Mon, 14 Mar 2016 11:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-tELTJDBCOutput-component-while-update/m-p/2345888#M113347</guid>
      <dc:creator>stautner_a</dc:creator>
      <dc:date>2016-03-14T11:15:47Z</dc:date>
    </item>
  </channel>
</rss>

