<?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: Problem switching from tPostgresqlInput to tJDBCInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346563#M113953</link>
    <description>&lt;P&gt;Class name et driver are correct in my JDBC component (same than in Posstgresql component). I tried to add setAutoCommi(false) in my JDBC URL but it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact I am normally using contexts in my JDBC components, so that I can easily&amp;nbsp;change the database type (one of my client is using PostgreSQL, an other will&amp;nbsp;use hyperfilesql) without rewriting all my jobs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jul 2018 10:53:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-12T10:53:05Z</dc:date>
    <item>
      <title>Problem switching from tPostgresqlInput to tJDBCInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346561#M113951</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to read a PostgreSQL database (version 9.6) through tJDBCInput component (I am using TOS Data Integration 6.3).&lt;/P&gt; 
&lt;P&gt;The table I am trying to read have 5 millions rows approximatively.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I use the native component tPostgresqlInput I don't have problems to read my table and to insert rows in another table (tJDBCOutput linked to PostgreSQL DB) :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 7.png" style="width: 863px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzDf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139212i6CC7B4658BD40678/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzDf.png" alt="0683p000009LzDf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However when I use a tJDBInput component &amp;nbsp;I don't manage to read&amp;nbsp;the same&amp;nbsp;table, the job is "Starting" and after a few minutes I have a OutOfMemoryError (increasing Xms and Xmx doesn't solve the problem):&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 8.png" style="width: 846px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzDk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157204iDB7A0B80B78F33C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzDk.png" alt="0683p000009LzDk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In both my Input components I ticked "use a cursor" ( cursor size = 10000 rows).&lt;/P&gt; 
&lt;P&gt;I seems that the cursor is not taken into account in tJBDCInput component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any idea what can cause the problem?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you in advance for your help!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346561#M113951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T14:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem switching from tPostgresqlInput to tJDBCInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346562#M113952</link>
      <description>Probably the postgres component sends correct additonal parameters (parameter names) and, I assume, jdbc connection parameters are different. Check the postgres driver parameter options and add them to your generic jdbc connection URL JDBC. You might experience datatype issues regarding postgres.
&lt;BR /&gt;
&lt;BR /&gt;You still use a postgres driver (which is absolutely fine) but why do you want to switch? eloborate please?!?</description>
      <pubDate>Wed, 11 Jul 2018 22:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346562#M113952</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-11T22:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem switching from tPostgresqlInput to tJDBCInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346563#M113953</link>
      <description>&lt;P&gt;Class name et driver are correct in my JDBC component (same than in Posstgresql component). I tried to add setAutoCommi(false) in my JDBC URL but it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact I am normally using contexts in my JDBC components, so that I can easily&amp;nbsp;change the database type (one of my client is using PostgreSQL, an other will&amp;nbsp;use hyperfilesql) without rewriting all my jobs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 10:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346563#M113953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-12T10:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem switching from tPostgresqlInput to tJDBCInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346564#M113954</link>
      <description>&lt;P&gt;I would like to precise that if I fetch first 20000 rows for exemple then it's working fine.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 11:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346564#M113954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-12T11:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem switching from tPostgresqlInput to tJDBCInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346565#M113955</link>
      <description>&lt;P&gt;Can someone help me ?&lt;/P&gt;&lt;P&gt;It seems the problem comes from the "huge" dataset I am reading...&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 10:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-switching-from-tPostgresqlInput-to-tJDBCInput/m-p/2346565#M113955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T10:10:48Z</dc:date>
    </item>
  </channel>
</rss>

