<?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 Connect to MS SQL Server 2012 Using Integrated Security in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281828#M3670</link>
    <description>Hi, 
&lt;BR /&gt;I'm trying to set up a new DB connection to MS SQL 2012 but not getting anywhere.&amp;nbsp; 
&lt;BR /&gt;At the moment the connections string looks like this: 
&lt;BR /&gt;jdbc:jtds:sqlserver://server_name:1433/db_name;integratedSecurity=true 
&lt;BR /&gt;I get the below exception message: 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&lt;BR /&gt;&amp;nbsp; java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:654) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.JtdsConnection.&amp;lt;init&amp;gt;(JtdsConnection.java:371) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1063) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:315) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:272) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:2638) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:1) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.FutureTask.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; Caused by: java.io.IOException: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.TdsCore.sendMSLoginPkt(TdsCore.java:1963) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:617) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ... 12 more 
&lt;BR /&gt;What should I do? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jim</description>
    <pubDate>Fri, 17 Jun 2016 16:51:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-17T16:51:48Z</dc:date>
    <item>
      <title>Connect to MS SQL Server 2012 Using Integrated Security</title>
      <link>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281828#M3670</link>
      <description>Hi, 
&lt;BR /&gt;I'm trying to set up a new DB connection to MS SQL 2012 but not getting anywhere.&amp;nbsp; 
&lt;BR /&gt;At the moment the connections string looks like this: 
&lt;BR /&gt;jdbc:jtds:sqlserver://server_name:1433/db_name;integratedSecurity=true 
&lt;BR /&gt;I get the below exception message: 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&lt;BR /&gt;&amp;nbsp; java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:654) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.JtdsConnection.&amp;lt;init&amp;gt;(JtdsConnection.java:371) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1063) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:315) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:272) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:2638) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:1) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.FutureTask.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; Caused by: java.io.IOException: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property. 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.TdsCore.sendMSLoginPkt(TdsCore.java:1963) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:617) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ... 12 more 
&lt;BR /&gt;What should I do? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jim</description>
      <pubDate>Fri, 17 Jun 2016 16:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281828#M3670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T16:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server 2012 Using Integrated Security</title>
      <link>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281829#M3671</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Are you using windows authentication? Have you already put ntlmauth.dll (library for windows authentication)into&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;c:\windows\system32 and&amp;lt;Talend Studio install dir&amp;gt;/. and then restarted talend product?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 20 Jun 2016 05:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281829#M3671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T05:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server 2012 Using Integrated Security</title>
      <link>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281830#M3672</link>
      <description>Hi Sabrina,&lt;BR /&gt;I am using Windows authentication yes. Using that DLL worked!&lt;BR /&gt;Many thanks,&lt;BR /&gt;Jim</description>
      <pubDate>Mon, 20 Jun 2016 10:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281830#M3672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T10:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server 2012 Using Integrated Security</title>
      <link>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281831#M3673</link>
      <description>put mine in talend install dir, restarted, and it worked!</description>
      <pubDate>Fri, 28 Sep 2018 03:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Connect-to-MS-SQL-Server-2012-Using-Integrated-Security/m-p/2281831#M3673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T03:19:35Z</dc:date>
    </item>
  </channel>
</rss>

