<?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] trouble connecting with MSSQL with JAVA Talend in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398091#M8838</link>
    <description>Rather than placing the ntlmauth.dll in c:\windows\system32, you should place it in C:\Program Files (x86)\Java\jre6\bin (for 32-bit/x86) or C:\Program Files\Java\jre6\bin (for 64-bit/x64). This will allow both 32-bit and 64-bit Java to use Windows authentication to SQL Server on a 64-bit machine. (32-bit Java on a 64-bit machine does not find ntlmauth.dll in c:\windows\system32.)</description>
    <pubDate>Tue, 26 Jul 2011 07:48:56 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2011-07-26T07:48:56Z</dc:date>
    <item>
      <title>[resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398084#M8831</link>
      <description>hi,
&lt;BR /&gt;i need to connect to MSSQL using NT AUTHENTICATION (no username or password)
&lt;BR /&gt;i receive the following message when i try to test the connection:
&lt;BR /&gt;I/O Error: SSO Failed Native SSPI library not loaded. Check the java.library.path system property.
&lt;BR /&gt;where do i get started to solve this one?
&lt;BR /&gt;i understand that it is not a solely Talend problem, but i have not found a solution in java related forum (i am not searching for the right thing)
&lt;BR /&gt;thanks,
&lt;BR /&gt;
&lt;BR /&gt;Nicolas</description>
      <pubDate>Sat, 16 Nov 2024 14:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398084#M8831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398085#M8832</link>
      <description>In order to use Windows authentification, the MSSQL JDBC driver requires a DLL. Download the driver here : &lt;A href="http://sourceforge.net/project/showfiles.php?group_id=33291" rel="nofollow noopener noreferrer"&gt;http://sourceforge.net/project/showfiles.php?group_id=33291&lt;/A&gt;&lt;BR /&gt;You will find in the folder SSO a file called ntlmauth.dll. Put it in c:\windows\system32 and restart TOS. Then create a new MSSQL connection, and leave user &amp;amp; password fields empty. You should be able to connect to MSSQL with your windows account.</description>
      <pubDate>Wed, 11 Jul 2007 09:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398085#M8832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-11T09:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398086#M8833</link>
      <description>I've done as jgottero has said but I am still getting the error message. What else can I do/check? I have tried other programs (SQL Server, Advance Query Tool, Aqua Data Studio) and have been able to connect with out any issues. Any help will be much appreciated.</description>
      <pubDate>Thu, 04 Nov 2010 05:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398086#M8833</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-11-04T05:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398087#M8834</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;In order to use Windows authentification, the MSSQL JDBC driver requires a DLL. Download the driver here : &lt;A href="http://sourceforge.net/project/showfiles.php?group_id=33291" rel="nofollow noopener noreferrer"&gt;http://sourceforge.net/project/showfiles.php?group_id=33291&lt;/A&gt;&lt;BR /&gt;You will find in the folder SSO a file called ntlmauth.dll. Put it in c:\windows\system32 and restart TOS. Then create a new MSSQL connection, and leave user &amp;amp; password fields empty. You should be able to connect to MSSQL with your windows account.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Bumping an old post. Tried the above and it seems to work. But... 
&lt;BR /&gt;Let's say I want to login using 
&lt;B&gt;another&lt;/B&gt; domain user, how would I do that? If I leave the user &amp;amp; password empty it uses current logged in windows user. But if I specify another domain account user then it returns with an error... Any ideas? 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;(I have added user and pasword and server in "Manage passwords" in User Accounts)</description>
      <pubDate>Thu, 17 Mar 2011 12:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398087#M8834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-17T12:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398088#M8835</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;In order to use Windows authentification, the MSSQL JDBC driver requires a DLL. Download the driver here : &lt;A href="http://sourceforge.net/project/showfiles.php?group_id=33291" rel="nofollow noopener noreferrer"&gt;http://sourceforge.net/project/showfiles.php?group_id=33291&lt;/A&gt;&lt;BR /&gt;You will find in the folder SSO a file called ntlmauth.dll. Put it in c:\windows\system32 and restart TOS. Then create a new MSSQL connection, and leave user &amp;amp; password fields empty. You should be able to connect to MSSQL with your windows account.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Bumping an old post. Tried the above and it seems to work. But... 
&lt;BR /&gt;Let's say I want to login using 
&lt;B&gt;another&lt;/B&gt; domain user, how would I do that? If I leave the user &amp;amp; password empty it uses current logged in windows user. But if I specify another domain account user then it returns with an error... Any ideas? 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;(I have added user and pasword and server in "Manage passwords" in User Accounts) 
&lt;BR /&gt;.....and maybe I was too quick to post! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I added information in the Additional parameters box: user=&amp;lt;USR&amp;gt;;password=&amp;lt;PWD&amp;gt;;domain=&amp;lt;DOMAIN&amp;gt; and it seems to work. I'll go back to sleep... 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 17 Mar 2011 12:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398088#M8835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-17T12:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398089#M8836</link>
      <description>I click on the link for this file and I don't see an SSO folder?</description>
      <pubDate>Mon, 21 Mar 2011 14:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398089#M8836</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-03-21T14:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398090#M8837</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I click on the link for this file and I don't see an SSO folder?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Click on the link for the latest version (See text on page looking something like this: 
&lt;I&gt;"Looking for the latest version? Download jTDS 1.2.5 (535.9 KB)"&lt;/I&gt;) and download the compressed file (a zip file). Extract the zip package to some temporary folder on your disk. Then you should see a sub-folder called ia64\sso or x64\sso or x86\sso depending on which version you want. For 32-bit OS choose x86\sso\ntlmauth.dll from the zipped package.</description>
      <pubDate>Mon, 21 Mar 2011 15:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398090#M8837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-21T15:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398091#M8838</link>
      <description>Rather than placing the ntlmauth.dll in c:\windows\system32, you should place it in C:\Program Files (x86)\Java\jre6\bin (for 32-bit/x86) or C:\Program Files\Java\jre6\bin (for 64-bit/x64). This will allow both 32-bit and 64-bit Java to use Windows authentication to SQL Server on a 64-bit machine. (32-bit Java on a 64-bit machine does not find ntlmauth.dll in c:\windows\system32.)</description>
      <pubDate>Tue, 26 Jul 2011 07:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398091#M8838</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-07-26T07:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398092#M8839</link>
      <description>Hello
&lt;BR /&gt;
&lt;BR /&gt;I upgraded to Windows 7 Professional x64 and now talend can´t connect to sql server anymore.
&lt;BR /&gt;I already placed ntlmauth.dll into the bin directories of all java installed and on windows\system32 but still can´t connect.
&lt;BR /&gt;I can connect on SQL server with iReport just putting the dll on the bin directories.
&lt;BR /&gt;I´m using the zip version of talend (no installation needed)
&lt;BR /&gt;Any idea?
&lt;BR /&gt;
&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 08 Nov 2011 18:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398092#M8839</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-11-08T18:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398093#M8840</link>
      <description>Hi&lt;BR /&gt;Just forgot to mention that I tried x32 and x64 talend launchers.&lt;BR /&gt;regards</description>
      <pubDate>Tue, 08 Nov 2011 18:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398093#M8840</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-11-08T18:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398094#M8841</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi&lt;BR /&gt;Just forgot to mention that I tried x32 and x64 talend launchers.&lt;BR /&gt;regards&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;I have the same problem. Does somebody found a solution in the meantime?&lt;BR /&gt;regards&lt;BR /&gt;E.</description>
      <pubDate>Tue, 13 Dec 2011 15:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398094#M8841</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-12-13T15:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398095#M8842</link>
      <description>Hi 
&lt;BR /&gt;Maybe you could find the solution in the following link: 
&lt;BR /&gt; 
&lt;A href="http://jira.talendforge.org/browse/TDI-18787" rel="nofollow noopener noreferrer"&gt;http://jira.talendforge.org/browse/TDI-18787&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 21 Dec 2011 03:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398095#M8842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-21T03:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398096#M8843</link>
      <description>I added information in the Additional parameters box: user=&amp;lt;USR&amp;gt;;password=&amp;lt;PWD&amp;gt;;domain=&amp;lt;DOMAIN&amp;gt; and it seems to work. I'll go back to sleep...</description>
      <pubDate>Mon, 10 Dec 2012 11:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398096#M8843</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-12-10T11:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398097#M8844</link>
      <description>Hi All, 
&lt;BR /&gt;I downloaded the folder and placed the Dll files in two places as mentioned I closed talend and relaunched again I was able to connect using windows authentication but after some time I was not able to again.
&lt;BR /&gt;help required.
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Sri</description>
      <pubDate>Thu, 13 Dec 2012 17:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398097#M8844</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-12-13T17:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398098#M8845</link>
      <description>The suggested locations above (in the JDK bin, in the JRE bin, in system32) for ntlmauth.dll did not work for me on Windows 7 Pro x64 running the 64-bit TOS on a 64-bit JVM.&lt;BR /&gt;I even added a simple little Java component:&lt;BR /&gt;&lt;PRE&gt;System.out.println(System.getProperty("java.library.path"));&lt;/PRE&gt;&lt;BR /&gt;...and that included the attempted locations, taken from the system PATH as expected.&lt;BR /&gt;However, placing ntlmauth.dll in the root of TOS (same folder as TOS_DI-win-x86_64.exe) made it work. I have an acceptable workaround, but if anybody knows why the other java.library.path locations don't work, I'm curious to know.</description>
      <pubDate>Fri, 11 Jan 2013 20:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398098#M8845</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-01-11T20:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] trouble connecting with MSSQL with JAVA Talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398099#M8846</link>
      <description>For an exported job, ntlmauth.dll can be placed in whatever is the "current directory" when java.exe is called. Since the standard batch file to launch a job changes the current directory to the location of the batch file before calling java, place the DLL in the same folder as the batch file.</description>
      <pubDate>Thu, 04 Apr 2013 05:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with-JAVA-Talend/m-p/2398099#M8846</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-04-04T05:31:07Z</dc:date>
    </item>
  </channel>
</rss>

