<?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: [resolved] jTDS Driver in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345515#M113029</link>
    <description>I am new to Talend Open Studio and was facing the similar issue "connection refused" while connecting to MS SQL. I went through the below link and it worked for me. The issue is actually related to TCP/IP settings, which we need to make enable in network configuration for the service which we are using. Kindly refer to the below link for further details.&lt;BR /&gt;&lt;A href="http://www.infocaptor.com/dashboard/jdbc-with-sqlserver-connection-refused-connect" rel="nofollow noopener noreferrer"&gt;http://www.infocaptor.com/dashboard/jdbc-with-sqlserver-connection-refused-connect&lt;/A&gt;</description>
    <pubDate>Wed, 04 Mar 2015 12:15:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-04T12:15:35Z</dc:date>
    <item>
      <title>[resolved] jTDS Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345509#M113023</link>
      <description>I am having trouble connecting to my MSSQL database. I think the issue is I am missing the jTDS driver. How to I install this external driver into Talend.&lt;BR /&gt;I am using Talend Open Studio for Data Integration (5.4.1)</description>
      <pubDate>Wed, 21 May 2014 19:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345509#M113023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T19:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jTDS Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345510#M113024</link>
      <description>here is my error log 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&lt;BR /&gt; java.lang.RuntimeException: java.sql.SQLException: Network error IOException: Connection refused: connect 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:179) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1034) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:300) 
&lt;BR /&gt; at org.talend.repository.ui.utils.ManagerConnection.check(ManagerConnection.java:293) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm.checkConnection(DatabaseForm.java:2008) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm.access$39(DatabaseForm.java:1933) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$23.widgetSelected(DatabaseForm.java:2261) 
&lt;BR /&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.open(Window.java:801) 
&lt;BR /&gt; at org.talend.repository.ui.actions.metadata.CreateConnectionAction.doRun(CreateConnectionAction.java:207) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:611) 
&lt;BR /&gt; at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:93) 
&lt;BR /&gt; at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:237) 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3197) 
&lt;BR /&gt; at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:1979) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:617) 
&lt;BR /&gt; at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Application.java:145) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&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 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1407) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.main(Main.java:1383) 
&lt;BR /&gt; Caused by: 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 org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:170) 
&lt;BR /&gt; ... 49 more 
&lt;BR /&gt; Caused by: java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.waitForConnect(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; ... 53 more</description>
      <pubDate>Wed, 21 May 2014 20:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345510#M113024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T20:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jTDS Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345511#M113025</link>
      <description>It's finding the driver but, the error that you're seeing is a connection refused error. You need to ensure your SQL Server is using TCP/IP - which it doesn't by default - and that you've configured your correction correctly.</description>
      <pubDate>Wed, 21 May 2014 21:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345511#M113025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T21:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jTDS Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345512#M113026</link>
      <description>I think it is using TCP/IP...&lt;BR /&gt;I went into Sql Server Configuration Manager, went to SQL Native Client 11.0 configuration, then client protocols, I then double clicked on TCP/IP. The Default Port = 1433, and the Enabled = Yes. &lt;BR /&gt;So I think SQL server is using TCP/IP, is there another place I need to check?</description>
      <pubDate>Wed, 21 May 2014 21:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345512#M113026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T21:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jTDS Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345513#M113027</link>
      <description>There could be multiple reasons for connection refused...
&lt;BR /&gt;The server name is misspelled or the port number is incorrect.
&lt;BR /&gt;SQL Server is not configured to use TCP/IP. Either enable TCP/IP from SQL Server's Network Utility app or have jTDS connect via named pipes (see the URL format for information on how to do this).
&lt;BR /&gt;There is a firewall blocking port 1433 on the server.
&lt;BR /&gt;Pl check a post on this
&lt;BR /&gt;
&lt;A href="http://jtds.sourceforge.net/faq.html#connectionRefused" rel="nofollow noopener noreferrer"&gt;http://jtds.sourceforge.net/faq.html#connectionRefused&lt;/A&gt;
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 22 May 2014 05:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345513#M113027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T05:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jTDS Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345514#M113028</link>
      <description>This didn't have anything to do with TCP/IP not being configured correctly. 
&lt;BR /&gt;My issue was I didn't have the JDBC driver installed correctly. If anybody has the same issue, here is the tutorial I used to get it installed correctly. Once I got it installed correctly I was able to connect to MSSQL without any problems.
&lt;BR /&gt;
&lt;A href="http://blogs.msdn.com/b/brian_swan/archive/2011/03/02/getting-started-with-the-sql-server-jdbc-driver.aspx" rel="nofollow noopener noreferrer"&gt;http://blogs.msdn.com/b/brian_swan/archive/2011/03/02/getting-started-with-the-sql-server-jdbc-driver.aspx&lt;/A&gt;</description>
      <pubDate>Thu, 22 May 2014 14:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345514#M113028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jTDS Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345515#M113029</link>
      <description>I am new to Talend Open Studio and was facing the similar issue "connection refused" while connecting to MS SQL. I went through the below link and it worked for me. The issue is actually related to TCP/IP settings, which we need to make enable in network configuration for the service which we are using. Kindly refer to the below link for further details.&lt;BR /&gt;&lt;A href="http://www.infocaptor.com/dashboard/jdbc-with-sqlserver-connection-refused-connect" rel="nofollow noopener noreferrer"&gt;http://www.infocaptor.com/dashboard/jdbc-with-sqlserver-connection-refused-connect&lt;/A&gt;</description>
      <pubDate>Wed, 04 Mar 2015 12:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345515#M113029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-04T12:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jTDS Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345516#M113030</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm trying test Talend Data Quality studio with MSSQL 2017 connection. I'm getting below error. Please note, I have test same MSSQL Connection with Talend Data Integration Studio which is working fine.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Kindly help to guide to resolve MSSQL Connection on Talend DQ. Moreover, connection working for mysql DB version 8.x&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Connection failure. You must change the Database Settings.&lt;BR /&gt;java.lang.RuntimeException: java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:209)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1133)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:315)&lt;BR /&gt;at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:290)&lt;BR /&gt;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$67.runWithCancel(DatabaseForm.java:4207)&lt;BR /&gt;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$67.runWithCancel(DatabaseForm.java:1)&lt;BR /&gt;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77)&lt;BR /&gt;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(Unknown Source)&lt;BR /&gt;at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver&lt;BR /&gt;at java.net.URLClassLoader.findClass(Unknown Source)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt;at java.lang.Class.forName0(Native Method)&lt;BR /&gt;at java.lang.Class.forName(Unknown Source)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getDriver(JDBCDriverLoader.java:125)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:150)&lt;BR /&gt;... 9 more&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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="Talend_DQ_MSSQL_Error.jpg" style="width: 774px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7J1.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153056iB7424B3846178B01/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7J1.jpg" alt="0683p000009M7J1.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_DQ_MSSQL_Module.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M757.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135550i245A67AE6D663C80/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M757.jpg" alt="0683p000009M757.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwc8"&gt;Talend_DQ_MSSQL_Error.jpg&lt;/A&gt;</description>
      <pubDate>Sat, 14 Sep 2019 15:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jTDS-Driver/m-p/2345516#M113030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-14T15:26:51Z</dc:date>
    </item>
  </channel>
</rss>

