<?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: tMSSqlConnection frustation! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327638#M97005</link>
    <description>Cool, I'll give it a try.  Got my fingers crossed!  Will let you know how it turns out.&lt;BR /&gt;Craig</description>
    <pubDate>Thu, 16 Feb 2012 16:07:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-16T16:07:53Z</dc:date>
    <item>
      <title>tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327626#M96993</link>
      <description>I'm out of ideas on how to get the tMSSqlConnection to connect to my SQL Server 2008 R2 database. This seems like it should be easy but for me it's been a humbling exercise in futility. Sure hope some can point out something I've overlooked. 
&lt;BR /&gt;Let me start with the typical error message: 
&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;TOS version: 5.0.1 
&lt;BR /&gt;Component basic config: Host: "127.0.0.1", Port: "1433", Schema: "dbo", Database: "QHR", Username: "MyUsername" Password: "MyPassword" 
&lt;BR /&gt;SQL Server 2008 R2: Windows Authentication, IP addresses enabled, Dynamic port, Remote connections allowed 
&lt;BR /&gt;Variations I've tried: 
&lt;BR /&gt; Host: "SQLR2" (the instance name), "(local)", "(localhost)", "192.168.10.20" (LAN IP address), "Servername\\SQLR2". 
&lt;BR /&gt; Port: (a different port number that was matched with a static port number on SQL Server side.) 
&lt;BR /&gt; Schema: (out of desperation tried "", but nothing else) 
&lt;BR /&gt; Username: tried blank usernames, tried blank username after adding NTLMAUTH.DLL (from jTDS 1.2.5) for Windows Authentication / SSO 
&lt;BR /&gt; Password: (same as for Username above) 
&lt;BR /&gt; Microsoft Firewall: enabled &amp;amp; disabled 
&lt;BR /&gt;I have also tried connect with named pipes after enabling this on SQL Server. I get the following error: 
&lt;BR /&gt; Exception in component tMSSqlConnection_1 
&lt;BR /&gt; java.sql.SQLException: Network error IOException: \\(local)\pipe\sql\query (The network path was not found) 
&lt;BR /&gt;I have no problem connecting with SQL Server Management Studio, SQL query tools, or Tableau (a data visualization app that can make MS SQL connections). 
&lt;BR /&gt;My system is running Windows 7 Professional with all patches &amp;amp; updates. 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Craig</description>
      <pubDate>Sat, 16 Nov 2024 12:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327626#M96993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327627#M96994</link>
      <description>Hi Craig
&lt;BR /&gt;This is a common issue about SQL SERVER 2008 Installation in Win7.
&lt;BR /&gt;Check whether TCP/IP protocal has been started up in SQL SERVER Configure Manager.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 16 Feb 2012 06:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327627#M96994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T06:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327628#M96995</link>
      <description>I had done that but I neglected to note this in my describing my other misadventures.  Thanks for the suggestion though!&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 06:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327628#M96995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T06:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327629#M96996</link>
      <description>Hi Craig&lt;BR /&gt;Now I think this is an issue at MSSQL side...&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 16 Feb 2012 06:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327629#M96996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T06:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327630#M96997</link>
      <description>You could be correct. I'm torn between thinking it has something to do with the jdbc driver/component configuration and a networking issue. However, the fact that other programs can access the database tilts me towards the jdbc driver/component configuration (maybe somehow related to Windows Authentication for SQL Server).
&lt;BR /&gt;I didn't mention it but I've also checked to make sure that TOS is using a direct connection (no proxy), which some users found to be a problem.
&lt;BR /&gt;I appreciate your suggestion!
&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 07:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327630#M96997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T07:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327631#M96998</link>
      <description>Hi Craig
&lt;BR /&gt;Is MSSQL mixed auth mode(means both sqlserver auth mode and windows auth mode)?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 16 Feb 2012 07:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327631#M96998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T07:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327632#M96999</link>
      <description>The database was installed to use Windows Authentication. I made a couple of attempts to reconfigure SQL Server for mixed mode, but I had similar connection issues and I was reluctant to leave SQL Server running in mixed mode so I undid those changes. 
&lt;BR /&gt;I never thought I'd spend an entire day just getting the connection working, especially since the options all seem pretty basic. I must be overlooking something simple, but I haven't been able to figure it out yet. 
&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 07:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327632#M96999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T07:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327633#M97000</link>
      <description>Hi Craig&lt;BR /&gt;For windows authentication the username and password should be left blank in talend.&lt;BR /&gt;And then you should also have the ntlmauth.dll in the windows\system32 folder.&lt;BR /&gt;I had the same problem before and this worked for me. So hope this will be able to help you.&lt;BR /&gt;Regrds,</description>
      <pubDate>Thu, 16 Feb 2012 07:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327633#M97000</guid>
      <dc:creator>Spretorius</dc:creator>
      <dc:date>2012-02-16T07:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327634#M97001</link>
      <description>Based on the reports of others, maybe even you own report, I was hopeful that the NTLMAUTH.DLL would be the secret sauce but I didn't see any change. I used the 64-bit dll and put it in \windows\system32. I didn't reboot, which I'm wondering now if that would have helped in case the dll doesn't get unloaded. 
&lt;BR /&gt;I also tried the current version of the jtds.jar file (this is the java driver that Talend uses). Talend ships with 1.2 and the current version is 1.2.5. I figured I had nothing to lose by trying but I couldn't tell any difference with this change either. Again, if a jar update requires a restart, then I might have to redo this. 
&lt;BR /&gt;Oh, btw, thanks for your suggestion, too! 
&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 08:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327634#M97001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T08:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327635#M97002</link>
      <description>Do you use instances?</description>
      <pubDate>Thu, 16 Feb 2012 09:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327635#M97002</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-02-16T09:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327636#M97003</link>
      <description>The SQL Server instance name is SQLR2; however, I don't see a field for entering the instance name.  Where would this go?&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 15:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327636#M97003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327637#M97004</link>
      <description>In Additional JDBC parameters put "instance=SQLR2"
&lt;BR /&gt;I think you will need username and password as well.</description>
      <pubDate>Thu, 16 Feb 2012 16:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327637#M97004</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-02-16T16:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327638#M97005</link>
      <description>Cool, I'll give it a try.  Got my fingers crossed!  Will let you know how it turns out.&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 16:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327638#M97005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327639#M97006</link>
      <description>This is some form of progress. Now I get a different message which suggests a connection might have occurred! 
&lt;BR /&gt; Exception in component tMSSqlConnection_1 
&lt;BR /&gt; java.sql.SQLException: Unable to get information from SQL Server: (local). 
&lt;BR /&gt;This gives me something different to try to figure out. 
&lt;BR /&gt;janhess, thanks for jumping in with your tip! 
&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 16:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327639#M97006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T16:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327640#M97007</link>
      <description>Try localhost if this is on your machine and use username and password</description>
      <pubDate>Thu, 16 Feb 2012 16:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327640#M97007</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-02-16T16:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327641#M97008</link>
      <description>More progress (I think)... 
&lt;BR /&gt;If I use username and password, I get a "login failed" message. 
&lt;BR /&gt;Leaving them blank and using localhost results in a message I've seen on the forum. 
&lt;BR /&gt; Exception in component tMSSqlConnection_1 
&lt;BR /&gt; java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt;I'll check with how others dealt with this and see the door finally opens. 
&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 16:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327641#M97008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T16:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327642#M97009</link>
      <description>Have you tried sql server authentication?&lt;BR /&gt;I found this on a forum on the web.&lt;BR /&gt;Copy the file 'jtds-1.2.2-dist\x86\SSO\ntlmauth.dll' from the unzipped JTDS --&amp;gt; &amp;lt;SQL Developer Home&amp;gt;\jdk\jre\bin. Then restart SQL Developer.</description>
      <pubDate>Thu, 16 Feb 2012 16:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327642#M97009</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-02-16T16:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327643#M97010</link>
      <description>Have you seen this?&lt;BR /&gt;&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=60754" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=60754&lt;/A&gt;</description>
      <pubDate>Thu, 16 Feb 2012 17:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327643#M97010</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-02-16T17:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327644#M97011</link>
      <description>janhess, thanks for your efforts. I'll be tied up the rest of today/tonight so it will be tomorrow before I can work more on this. I'll let you know as soon as I have had a chance to work more on it. 
&lt;BR /&gt;I wonder if this problem is limited to this component on Windows with SQL Server or if it's more widespread. It seems to be somewhat related to how the parameters are setup for the call to the jtds/jdbc driver. Hopefully I'll have a solution before much longer. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 16 Feb 2012 18:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327644#M97011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T18:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlConnection frustation!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327645#M97012</link>
      <description>I had the same the problem with the TOS versions 4.2 and 5.0.
&lt;BR /&gt;I think you should try with a version 4.1 of TOS, at least to see if your connection parameters are good.</description>
      <pubDate>Fri, 17 Feb 2012 09:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlConnection-frustation/m-p/2327645#M97012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-17T09:04:38Z</dc:date>
    </item>
  </channel>
</rss>

