<?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: Load file into Azure DB with MSSQLConnection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Load-file-into-Azure-DB-with-MSSQLConnection/m-p/2296038#M68743</link>
    <description>Hi,
&lt;BR /&gt;You have tried to [font=Verdana, Helvetica, Arial, sans-serif]
&lt;FONT size="1"&gt;decrease the batch size? W&lt;/FONT&gt;[/font]
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;ith Azure data sources, h&lt;/FONT&gt;&lt;/FONT&gt;[font=Verdana, Helvetica, Arial, sans-serif]
&lt;FONT size="1"&gt;ave you tried to u&lt;/FONT&gt;[/font]
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;pdate your&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;MS SQL java driver&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;to see if it works&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;Could you please indicate what's the build version you are using?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 09 Dec 2016 09:24:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-09T09:24:27Z</dc:date>
    <item>
      <title>Load file into Azure DB with MSSQLConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-file-into-Azure-DB-with-MSSQLConnection/m-p/2296037#M68742</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I just want to load some files into a Azure DB.&lt;BR /&gt;I am using the "Microsoft SQL Server" DB Type for the connection.&lt;BR /&gt;&lt;BR /&gt;The problem is that when I insert like more than 10.000 rows, I have sometimes (90% of the time) an error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;&lt;BR /&gt;Exception in component tMSSqlOutput_5&lt;BR /&gt;java.sql.BatchUpdateException: I/O Error: Connection reset&lt;BR /&gt;	at net.sourceforge.jtds.jdbc.JtdsStatement.executeBatch(JtdsStatement.java:1091)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tFileInputDelimited_5Process(extractGC_child2.java:28852)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tFileList_6Process(extractGC_child2.java:32386)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tFileList_5Process(extractGC_child2.java:31540)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tMSSqlRow_1Process(extractGC_child2.java:30657)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tLoop_2Process(extractGC_child2.java:30440)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tFileList_4Process(extractGC_child2.java:29664)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tJava_3Process(extractGC_child2.java:34020)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tMSSqlInput_1Process(extractGC_child2.java:33593)&lt;BR /&gt;	at dev_storch.extractgc_child2_0_1.extractGC_child2.tFTPConnection_2Process(extractGC_child2.java:33154)&lt;BR /&gt;[FATAL]: dev_storch.extractgc_child2_0_1.extractGC_child2 - tMSSqlOutput_5 I/O Error: Connection reset&lt;BR /&gt;[FATAL]: dev_storch.extractgc_child2_0_1.extractGC_child2 - tMSSqlRow_7 Invalid state, the Connection object is closed.&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;But when the volume of data inserted is lower, I don't receive any error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My configuration looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;tMSSQLConnection&lt;/STRONG&gt;&amp;nbsp;Then I have some components to load files from a folder and load it inside a table.&lt;BR /&gt;The error comes at the &lt;STRONG&gt;tMSSQLOutput&lt;/STRONG&gt;.&lt;BR /&gt;The following of the job are logs filling.&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/316951/3.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MG4Z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158263i29B8191A9B61D8E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MG4Z.png" alt="0683p000009MG4Z.png" /&gt;&lt;/span&gt; &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried to change the Batch size, to not use a DBConnection, but doesn't work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried with a Generic JDBC component and it seems to work everytime. But I don't want to use the generic JDBC components because on the ouptut components, we can not choose the colume DB type&amp;nbsp;(but maybe someone know how is it possible):&lt;BR /&gt;&lt;BR /&gt;MSSQL:&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/316951/2.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MG4e.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157756iC70232302AD6725E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MG4e.png" alt="0683p000009MG4e.png" /&gt;&lt;/span&gt; &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Generic JDBC:&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/316951/1.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MG2A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154555iE745448D858A361F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MG2A.png" alt="0683p000009MG2A.png" /&gt;&lt;/span&gt; &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance...&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 17:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-file-into-Azure-DB-with-MSSQLConnection/m-p/2296037#M68742</guid>
      <dc:creator>gaston_guy</dc:creator>
      <dc:date>2016-12-05T17:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load file into Azure DB with MSSQLConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-file-into-Azure-DB-with-MSSQLConnection/m-p/2296038#M68743</link>
      <description>Hi,
&lt;BR /&gt;You have tried to [font=Verdana, Helvetica, Arial, sans-serif]
&lt;FONT size="1"&gt;decrease the batch size? W&lt;/FONT&gt;[/font]
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;ith Azure data sources, h&lt;/FONT&gt;&lt;/FONT&gt;[font=Verdana, Helvetica, Arial, sans-serif]
&lt;FONT size="1"&gt;ave you tried to u&lt;/FONT&gt;[/font]
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;pdate your&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;MS SQL java driver&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;to see if it works&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;Could you please indicate what's the build version you are using?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 09 Dec 2016 09:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-file-into-Azure-DB-with-MSSQLConnection/m-p/2296038#M68743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T09:24:27Z</dc:date>
    </item>
  </channel>
</rss>

