<?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: Connection to MSSQL 2008 on Win2K8 in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396594#M8413</link>
    <description>Hi&lt;BR /&gt;We can't reproduce this issue.&lt;BR /&gt;Try the last way I know.&lt;BR /&gt;Copy ntlmauth.dll into &amp;lt;Talend studio install dir&amp;gt;\.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 18 Apr 2012 03:20:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-18T03:20:39Z</dc:date>
    <item>
      <title>Connection to MSSQL 2008 on Win2K8</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396590#M8409</link>
      <description>Hi, 
&lt;BR /&gt;I've just installed TOS 5.0.2.r78327 on Windows 2008 Server SP1 64-bit with SQL Server 2008 64-bit on the same host. I'm using JRE version is 1.7.0_03 64-bit. I start TOS by executing TOS_DI-win-x86_64.exe. 
&lt;BR /&gt;I've downloaded a copy of jtds-1.2.5.zip and from the x64/SSO folder, copied ntlmauth.dll into c:/windows/system32 and C:\Program Files\Java\jre7\bin. 
&lt;BR /&gt;I've re-started TOS. I then try and create a connection to the database with the following information: 
&lt;BR /&gt;DB Type = Microsoft SQL Server 
&lt;BR /&gt;Server = localhost 
&lt;BR /&gt;Port = 49527 
&lt;BR /&gt;Database = copdb 
&lt;BR /&gt;Schema = copdb 
&lt;BR /&gt;I click on Check and get "Connection Successful". 
&lt;BR /&gt;I click on Check again and I get "Connection failure. You must change the Database Settings." The details have the following: 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&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;Firewall is off. 
&lt;BR /&gt;I checked 
&lt;A href="http://jira.talendforge.org/browse/TDI-18787" target="_blank" rel="nofollow noopener noreferrer"&gt;http://jira.talendforge.org/browse/TDI-18787&lt;/A&gt; and looked at my configuration but I don't have any http proxy settings. 
&lt;BR /&gt;I know this was an issue on v4.2 hence the decision to upgrade to 5.0 but I still seem to be running into this issue. Any ideas? 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;-- 
&lt;BR /&gt;mohammed</description>
      <pubDate>Sat, 16 Nov 2024 12:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396590#M8409</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to MSSQL 2008 on Win2K8</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396591#M8410</link>
      <description>Hi
&lt;BR /&gt;We need to fix this issue step by step.
&lt;BR /&gt;Step1: Login with SQL Server Management Studio to check whether you have started up SQL Server Service.
&lt;BR /&gt;Step2: Open Sql Server Configuration Manager--&amp;gt;SQL Server Protocal--&amp;gt;TCP/IP--&amp;gt;IPALL and get dynamic port.
&lt;BR /&gt;Step3: Connect to SQL SERVER in SQL Server Authentication mode in TOS to check whether host and port are correct.
&lt;BR /&gt;Step4: Connect to SQL SERVER in Windows authentication mode.
&lt;BR /&gt; - No.1: Download the driver here. 
&lt;A href="http://sourceforge.net/projects/jtds/files/" rel="nofollow noopener noreferrer"&gt;http://sourceforge.net/projects/jtds/files/&lt;/A&gt;
&lt;BR /&gt; - No.2: You will find in the folder SSO a file called ntlmauth.dll. Put it in c:\windows\system32 and restart TOS. (Delete ntlmauth.dll in %JAVA_HOME%\bin)
&lt;BR /&gt; - No.3: Create a new MSSQL connection and leave user &amp;amp; password fields empty.
&lt;BR /&gt;Or jtds 1.2.5 isn't compatible with JDK 1.7?
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 17 Apr 2012 02:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396591#M8410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-17T02:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to MSSQL 2008 on Win2K8</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396592#M8411</link>
      <description>Hi Pedro, 
&lt;BR /&gt;Thank you for your response. I tried those steps again and re-downloaded the jtds-1.2.5.zip from the link you had provided. I removed JRE 1.7 and installed JRE 1.6 and removed ntlmauth.dll from %JAVA_HOME%\bin. ntlmauth.dll is now only installed in c:\windows\system32. I've also re-installed SQL Server 2008 and the database is listening on 1433. 
&lt;BR /&gt;I'm able to connect using a username and password but not able to connect using Windows Authentication Mode. It allows a one time connection followed by the error: 
&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;The error stack from the log is shown below (Help &amp;gt; About Talend Studio &amp;gt; Installation Details &amp;gt; Configuration &amp;gt; View Error Log): 
&lt;BR /&gt;!ENTRY org.talend.platform.logging 4 0 2012-04-17 12:04:09.573 
&lt;BR /&gt;!MESSAGE 2012-04-17 12:04:09,564 ERROR org.talend.commons.exception.CommonExceptionHandler - java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.RuntimeException: java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:108) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:715) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:1677) 
&lt;BR /&gt; at org.talend.repository.ui.utils.ManagerConnection.check(ManagerConnection.java:141) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm.checkConnection(DatabaseForm.java:847) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm.access$19(DatabaseForm.java:798) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$4.widgetSelected(DatabaseForm.java:1013) 
&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:204) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:562) 
&lt;BR /&gt; at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:84) 
&lt;BR /&gt; at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:217) 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:2592) 
&lt;BR /&gt; at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:1740) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:567) 
&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:129) 
&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: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:615) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.ConnectionJDBC2.&amp;lt;init&amp;gt;(ConnectionJDBC2.java:345) 
&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:39) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:100) 
&lt;BR /&gt; ... 49 more 
&lt;BR /&gt;Caused by: java.io.IOException: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.sendMSLoginPkt(TdsCore.java:1893) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:588) 
&lt;BR /&gt; ... 54 more 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;-- 
&lt;BR /&gt;mohammed</description>
      <pubDate>Tue, 17 Apr 2012 17:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396592#M8411</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-04-17T17:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to MSSQL 2008 on Win2K8</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396593#M8412</link>
      <description>Hi Pedro,
&lt;BR /&gt;Just wanted to add that I also just tried using 4.2.4.r76583 on Windows7 and JRE 1.6 trying to connect to SQL Server 2008 on Windows 2008 and got the same error.
&lt;BR /&gt;Regards,
&lt;BR /&gt;--
&lt;BR /&gt;mohammed</description>
      <pubDate>Tue, 17 Apr 2012 17:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396593#M8412</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-04-17T17:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to MSSQL 2008 on Win2K8</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396594#M8413</link>
      <description>Hi&lt;BR /&gt;We can't reproduce this issue.&lt;BR /&gt;Try the last way I know.&lt;BR /&gt;Copy ntlmauth.dll into &amp;lt;Talend studio install dir&amp;gt;\.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 18 Apr 2012 03:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396594#M8413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-18T03:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to MSSQL 2008 on Win2K8</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396595#M8414</link>
      <description>Hi Pedro,
&lt;BR /&gt;That didn't work either. At this point I assume it's a bug. I'll switch to mixed authentication as that seems to work without any issue. Maybe the SQL Server version is too new?
&lt;BR /&gt;TOS 5.0.2 r78327
&lt;BR /&gt;JRE 6u31
&lt;BR /&gt;Windows Server 2008 R2 with SP1
&lt;BR /&gt;SQL Server 2008 R2
&lt;BR /&gt;I appreciate your help.
&lt;BR /&gt;Thanks and Regards
&lt;BR /&gt;--
&lt;BR /&gt;mohammed</description>
      <pubDate>Wed, 18 Apr 2012 15:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396595#M8414</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-04-18T15:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to MSSQL 2008 on Win2K8</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396596#M8415</link>
      <description>For those people encountering problems connecting to 64 bit SQL Server 2008 R2 on a 64 bit Windows 7 machine, test / try the following :&lt;BR /&gt;   Run SQL Server Configuration Manager&lt;BR /&gt;    &amp;gt; SQL Server Network Configuration&lt;BR /&gt;     &amp;gt; Protocols for MSSSQLSRVER  &lt;BR /&gt;       &amp;gt; Enable TCP/IP (if disabled)&lt;BR /&gt;In my case, only the SQL Server Native Client (32 bit) TCP/IP protocol was enabled. Logging on via SQL Server Management Studio (32 bit) was working using SQL Authentication but creating a DB connection via TOS wasn't.</description>
      <pubDate>Mon, 14 May 2012 14:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-to-MSSQL-2008-on-Win2K8/m-p/2396596#M8415</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-05-14T14:38:44Z</dc:date>
    </item>
  </channel>
</rss>

