<?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: SSO Failed: Native SSPI library not loaded Talend in ( tMSSQLInput Component) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SSO-Failed-Native-SSPI-library-not-loaded-Talend-in-tMSSQLInput/m-p/2372015#M134894</link>
    <description>Hi 
&lt;BR /&gt;Have a try to put the ntlmauth.dll file also to these two folder: 
&lt;BR /&gt;c:\windows\system32 and&amp;lt;Talend Studio install dir&amp;gt;/. 
&lt;BR /&gt; 
&lt;BR /&gt;Then, restart studio and export the job script again. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 10 Oct 2017 07:08:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-10T07:08:52Z</dc:date>
    <item>
      <title>SSO Failed: Native SSPI library not loaded Talend in ( tMSSQLInput Component)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSO-Failed-Native-SSPI-library-not-loaded-Talend-in-tMSSQLInput/m-p/2372014#M134893</link>
      <description>&lt;P&gt;I am running my talend jobs using Windows NT Authentication by following the below steps:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Design time configuration:&lt;/P&gt; 
&lt;DIV&gt; 
 &lt;BR /&gt; 
 &lt;DIV&gt;
   1. Copy ntlmauth.dll to bin folder inside talend installed location. bin folder wont be present, create your own. 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   2. While executing the job, go to Advanced settings and select "Use Specific JVM arguments" and add the following additional argument 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   -Djava.library.path=./bin 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   3. Execute the talend job, it will use 
  &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; 
  &lt;SPAN class="il"&gt;windows&lt;/SPAN&gt; 
  &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; 
  &lt;SPAN class="il"&gt;authentication (This is working Fine)&lt;/SPAN&gt; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
 &lt;DIV&gt; 
  &lt;IMG src="https://community.qlik.com/" border="0" alt="Inline image 1" width="540" height="241" /&gt; 
  &lt;BR /&gt; 
  &lt;DIV&gt;
    &amp;nbsp; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp;Problem: 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   In the same machine, when i execute the batch which is built over&amp;nbsp;the same job and keep the bin folder with&amp;nbsp; 
  &lt;SPAN&gt;ntlmauth.dll in the folder containing .bat file .&lt;BR /&gt;I am getting the SSO Error like below:&lt;/SPAN&gt; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
 &lt;DIV&gt; 
  &lt;SPAN&gt;Exception in component tMSSqlInput_17&lt;BR /&gt;java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.&lt;/SPAN&gt; 
 &lt;/DIV&gt; 
 &lt;DIV&gt; 
  &lt;SPAN&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 java.sql.DriverManager.getConnection(DriverManager.java:582)&lt;BR /&gt;at java.sql.DriverManager.getConnection(DriverManager.java:226)&lt;/SPAN&gt; 
 &lt;/DIV&gt; 
 &lt;DIV&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
 &lt;DIV&gt; 
  &lt;SPAN&gt;When copy the same batch to someother machine , it is working fine ..&lt;/SPAN&gt; 
 &lt;/DIV&gt; 
 &lt;DIV&gt; 
  &lt;SPAN&gt;Can anyone know why this kind of error occurs and how to fix this error..&amp;nbsp;&lt;/SPAN&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Oct 2017 10:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSO-Failed-Native-SSPI-library-not-loaded-Talend-in-tMSSQLInput/m-p/2372014#M134893</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2017-10-06T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Failed: Native SSPI library not loaded Talend in ( tMSSQLInput Component)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSO-Failed-Native-SSPI-library-not-loaded-Talend-in-tMSSQLInput/m-p/2372015#M134894</link>
      <description>Hi 
&lt;BR /&gt;Have a try to put the ntlmauth.dll file also to these two folder: 
&lt;BR /&gt;c:\windows\system32 and&amp;lt;Talend Studio install dir&amp;gt;/. 
&lt;BR /&gt; 
&lt;BR /&gt;Then, restart studio and export the job script again. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 10 Oct 2017 07:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSO-Failed-Native-SSPI-library-not-loaded-Talend-in-tMSSQLInput/m-p/2372015#M134894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-10T07:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Failed: Native SSPI library not loaded Talend in ( tMSSQLInput Component)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSO-Failed-Native-SSPI-library-not-loaded-Talend-in-tMSSQLInput/m-p/2372016#M134895</link>
      <description>&lt;P&gt;I am getting this issue when i run the batch created over the talend job...&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 12:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSO-Failed-Native-SSPI-library-not-loaded-Talend-in-tMSSQLInput/m-p/2372016#M134895</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2017-10-10T12:02:44Z</dc:date>
    </item>
  </channel>
</rss>

