<?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 Can Talend write to an Azure SQL Server Database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317833#M88236</link>
    <description>&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;I'm running 6.1... I'm able to create and successfully confirm as connection with an Azure SQL Server, but I'm not able to write to it. Is Azure SQL Server not supported yet. I cannot find much information on this site with the word "Azure" in it.&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Wed, 11 May 2016 18:07:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-11T18:07:04Z</dc:date>
    <item>
      <title>Can Talend write to an Azure SQL Server Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317833#M88236</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;I'm running 6.1... I'm able to create and successfully confirm as connection with an Azure SQL Server, but I'm not able to write to it. Is Azure SQL Server not supported yet. I cannot find much information on this site with the word "Azure" in it.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 11 May 2016 18:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317833#M88236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T18:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend write to an Azure SQL Server Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317834#M88237</link>
      <description>Some links I found:&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Microsoft+Azure&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Microsoft+Azure&amp;amp;content-lang=en&lt;/A&gt; &lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tAzureStorageContainerCreate&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tAzureStorageContainerCreate&amp;amp;content-lang=en&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=pq9QlFO_g0M" rel="nofollow noopener noreferrer"&gt;https://www.youtube.com/watch?v=pq9QlFO_g0M&lt;/A&gt;</description>
      <pubDate>Wed, 11 May 2016 22:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317834#M88237</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2016-05-11T22:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend write to an Azure SQL Server Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317835#M88238</link>
      <description>@talendtester I'm not writing to a Microsoft Azure Storage container but an Azure SQL Server database. I haven't found any documentation that shows how to do that. My approach has been as follows
&lt;BR /&gt;1) In the"Tree" I clicked on Metadata and then right clicked on Db Connections and clicked on create connections.
&lt;BR /&gt;2) In entered in all the appropriate information and then Clicked "Check" THIS WAS Successful.&amp;nbsp;
&lt;BR /&gt;3) So assuming the connection is good, I put a tMSSqlOutput in my workflow and tried to run it. Nothing is ever written to the database and I get the following errors. I'm fairly weak with Java so I'm not sure what the following means.
&lt;BR /&gt;I/O Error: Connection reset by peer: socket write error
&lt;BR /&gt;Exception in component tMSSqlOutput_1
&lt;BR /&gt;java.sql.SQLException: Invalid state, the Connection object is closed.
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.checkOpen(TdsCore.java:481)
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.clearResponseQueue(TdsCore.java:767)
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.reset(JtdsStatement.java:722)
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.close(JtdsStatement.java:966)
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsPreparedStatement.close(JtdsPreparedStatement.java:707)
&lt;BR /&gt; at beginnersguide.uscensusshipments_0_1.USCensusShipments.tFileInputExcel_2Process(USCensusShipments.java:3573)
&lt;BR /&gt; at beginnersguide.uscensusshipments_0_1.USCensusShipments.tFileFetch_2Process(USCensusShipments.java:523)
&lt;BR /&gt; at beginnersguide.uscensusshipments_0_1.USCensusShipments.runJobInTOS(USCensusShipments.java:3923)
&lt;BR /&gt; at beginnersguide.uscensusshipments_0_1.USCensusShipments.main(USCensusShipments.java:3780)</description>
      <pubDate>Thu, 12 May 2016 18:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317835#M88238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T18:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend write to an Azure SQL Server Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317836#M88239</link>
      <description>Same for me.&lt;BR /&gt;On Windows 10 and TOS DI 6.1.1&lt;BR /&gt;Connection to Azure SQL works in design-time but failing during runtime:&lt;BR /&gt;&lt;PRE&gt;I/O Error: Connection reset by peer: socket write error&lt;BR /&gt;Exception in component tMSSqlOutput_1&lt;BR /&gt;java.sql.SQLException: Invalid state, the Connection object is closed.&lt;BR /&gt;	at net.sourceforge.jtds.jdbc.TdsCore.checkOpen(TdsCore.java:481)&lt;BR /&gt;	at net.sourceforge.jtds.jdbc.TdsCore.clearResponseQueue(TdsCore.java:767)&lt;BR /&gt;	at net.sourceforge.jtds.jdbc.JtdsStatement.reset(JtdsStatement.java:722)&lt;BR /&gt;	at net.sourceforge.jtds.jdbc.JtdsStatement.executeBatch(JtdsStatement.java:1030)&lt;BR /&gt;	at adwh.gen_0_1.gen.tRowGenerator_1Process(gen.java:837)&lt;BR /&gt;	at adwh.gen_0_1.gen.runJobInTOS(gen.java:1221)&lt;BR /&gt;	at adwh.gen_0_1.gen.main(gen.java:1078)&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 May 2016 20:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317836#M88239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T20:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend write to an Azure SQL Server Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317837#M88240</link>
      <description>Hey guys,&amp;nbsp;
&lt;BR /&gt;I stucked with exactly same problem.
&lt;BR /&gt;Has anybody solved it?</description>
      <pubDate>Thu, 06 Apr 2017 10:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-write-to-an-Azure-SQL-Server-Database/m-p/2317837#M88240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T10:10:00Z</dc:date>
    </item>
  </channel>
</rss>

