<?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 Set MS SQL Connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Set-MS-SQL-Connection/m-p/2240231#M27781</link>
    <description>Hello! 
&lt;BR /&gt;I´m new in TOS Data Integration. 
&lt;BR /&gt;I want to read data from an MS SQL Database and write it to an MYSQL Database. 
&lt;BR /&gt;The connect to the MS SQL doesn´t work. 
&lt;BR /&gt;tMSSqlConnection_1: 
&lt;BR /&gt;Host "192.168.34.5" 
&lt;BR /&gt;Port "1433" 
&lt;BR /&gt;Schema "dbo" 
&lt;BR /&gt;Database "demo" 
&lt;BR /&gt;User and Passwort are correct 
&lt;BR /&gt;I can connect with other SQL Programm´s with the given User. But at the other Programms I choose the Instance of the SQL Server. 
&lt;BR /&gt;In TOS I doesn´t find the Instance. 
&lt;BR /&gt;The Instance of my database is "demo_net" 
&lt;BR /&gt;If I connect: 
&lt;BR /&gt; connecting to socket on port 4082 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tMSSqlConnection_1 
&lt;BR /&gt;java.sql.SQLException: Network error IOException: Connection refused: connect 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.ConnectionJDBC2.&amp;lt;init&amp;gt;(ConnectionJDBC2.java:410) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.ConnectionJDBC3.&amp;lt;init&amp;gt;(ConnectionJDBC3.java:50) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at kontor_crm.kontorvtiger_0_1.KontorVtiger.tMSSqlConnection_1Process(KontorVtiger.java:357) 
&lt;BR /&gt; at kontor_crm.kontorvtiger_0_1.KontorVtiger.runJobInTOS(KontorVtiger.java:1067) 
&lt;BR /&gt; at kontor_crm.kontorvtiger_0_1.KontorVtiger.main(KontorVtiger.java:932) 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.connect0(Native Method) 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.SharedSocket.createSocketForJDBC3(SharedSocket.java:307) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.SharedSocket.&amp;lt;init&amp;gt;(SharedSocket.java:257) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.ConnectionJDBC2.&amp;lt;init&amp;gt;(ConnectionJDBC2.java:311) 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;How I can connect or did I miss a local file?</description>
    <pubDate>Sat, 16 Nov 2024 11:46:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:46:56Z</dc:date>
    <item>
      <title>Set MS SQL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Set-MS-SQL-Connection/m-p/2240231#M27781</link>
      <description>Hello! 
&lt;BR /&gt;I´m new in TOS Data Integration. 
&lt;BR /&gt;I want to read data from an MS SQL Database and write it to an MYSQL Database. 
&lt;BR /&gt;The connect to the MS SQL doesn´t work. 
&lt;BR /&gt;tMSSqlConnection_1: 
&lt;BR /&gt;Host "192.168.34.5" 
&lt;BR /&gt;Port "1433" 
&lt;BR /&gt;Schema "dbo" 
&lt;BR /&gt;Database "demo" 
&lt;BR /&gt;User and Passwort are correct 
&lt;BR /&gt;I can connect with other SQL Programm´s with the given User. But at the other Programms I choose the Instance of the SQL Server. 
&lt;BR /&gt;In TOS I doesn´t find the Instance. 
&lt;BR /&gt;The Instance of my database is "demo_net" 
&lt;BR /&gt;If I connect: 
&lt;BR /&gt; connecting to socket on port 4082 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tMSSqlConnection_1 
&lt;BR /&gt;java.sql.SQLException: Network error IOException: Connection refused: connect 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.ConnectionJDBC2.&amp;lt;init&amp;gt;(ConnectionJDBC2.java:410) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.ConnectionJDBC3.&amp;lt;init&amp;gt;(ConnectionJDBC3.java:50) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at kontor_crm.kontorvtiger_0_1.KontorVtiger.tMSSqlConnection_1Process(KontorVtiger.java:357) 
&lt;BR /&gt; at kontor_crm.kontorvtiger_0_1.KontorVtiger.runJobInTOS(KontorVtiger.java:1067) 
&lt;BR /&gt; at kontor_crm.kontorvtiger_0_1.KontorVtiger.main(KontorVtiger.java:932) 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.connect0(Native Method) 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.SharedSocket.createSocketForJDBC3(SharedSocket.java:307) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.SharedSocket.&amp;lt;init&amp;gt;(SharedSocket.java:257) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.ConnectionJDBC2.&amp;lt;init&amp;gt;(ConnectionJDBC2.java:311) 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;How I can connect or did I miss a local file?</description>
      <pubDate>Sat, 16 Nov 2024 11:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Set-MS-SQL-Connection/m-p/2240231#M27781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set MS SQL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Set-MS-SQL-Connection/m-p/2240232#M27782</link>
      <description>Ok, found the answer now: 
&lt;BR /&gt;Additional parameter: 
&lt;BR /&gt;"instance=demo_net"</description>
      <pubDate>Wed, 15 Jan 2014 12:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Set-MS-SQL-Connection/m-p/2240232#M27782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-15T12:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set MS SQL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Set-MS-SQL-Connection/m-p/2240233#M27783</link>
      <description>Hi, &lt;BR /&gt;Thanks for posting your issue here. You can click F1 to get component reference in studio or navigate to online component reference &lt;A href="https://help.talend.com/search/all?query=tMSSqlConnection&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tMSSqlConnection&lt;/A&gt;.&lt;BR /&gt;Let me know if there is any further help we can give.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 16 Jan 2014 03:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Set-MS-SQL-Connection/m-p/2240233#M27783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-16T03:20:57Z</dc:date>
    </item>
  </channel>
</rss>

