<?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 java.sql.SQLException: No operations allowed after statement closed in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241507#M28637</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;no data is inserted in my db, so I added a commit component, but then I get this error&lt;/P&gt; 
&lt;P&gt;I check the code, I dont understand what's wrong&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;is my flow correct ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6gr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148886i860A192EE9B70EE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6gr.png" alt="0683p000009M6gr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:12:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T05:12:31Z</dc:date>
    <item>
      <title>java.sql.SQLException: No operations allowed after statement closed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241507#M28637</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;no data is inserted in my db, so I added a commit component, but then I get this error&lt;/P&gt; 
&lt;P&gt;I check the code, I dont understand what's wrong&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;is my flow correct ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6gr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148886i860A192EE9B70EE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6gr.png" alt="0683p000009M6gr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241507#M28637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException: No operations allowed after statement closed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241508#M28638</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please verify whether you have selected close connection check box in your commit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Since you are processing data as iterations, the connection will be closed after first iteration if you select "Close Connection" checkbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 15:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241508#M28638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-22T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException: No operations allowed after statement closed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241509#M28639</link>
      <description>&lt;P&gt;Hi Nik,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot, how could I missed this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but my other jobs dont need a tDBCommit to insert data, while this one does&lt;/P&gt;&lt;P&gt;what makes a job need a commit component ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I fix this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 08:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241509#M28639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-23T08:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException: No operations allowed after statement closed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241510#M28640</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please check whether you have enabled the auto commit in the advanced section of the DB connection component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; It could be the reason. If you do not want to have separate commit command, you can enable the auto commit for this job too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I hope I answered your query &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Could you please spare a second to mark the topic as resolved? Kudos will be a bonus!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 21:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241510#M28640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-23T21:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException: No operations allowed after statement closed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241511#M28641</link>
      <description>&lt;P&gt;yes, thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 08:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-No-operations-allowed-after-statement/m-p/2241511#M28641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-26T08:55:27Z</dc:date>
    </item>
  </channel>
</rss>

