<?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: Unable to connect to sql server using window authentication in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243841#M30189</link>
    <description>Hi,
&lt;BR /&gt;What's talend build version you are using? What's your OS and sql server? Could you please&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;create a new connection in metadata with all the required parameter for&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; MSSQL DB (tMSSqlConnection) type instead of&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;generic JDBC type to see if it is OK with you?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&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>Wed, 31 Dec 2014 14:58:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-31T14:58:42Z</dc:date>
    <item>
      <title>Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243840#M30188</link>
      <description>I am trying to connect to Sql server using windows authentication. I created a new connection in metadata with all the required parameter for generic JDBC type. I am using Microsoft JDBC driver. 
&lt;BR /&gt;I keep getting the authentication failed error even after using the correct username and password. 
&lt;BR /&gt;Here is the screenshot for that. 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/220610/blob_20141231-1352.png" /&gt;</description>
      <pubDate>Wed, 31 Dec 2014 12:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243840#M30188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-31T12:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243841#M30189</link>
      <description>Hi,
&lt;BR /&gt;What's talend build version you are using? What's your OS and sql server? Could you please&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;create a new connection in metadata with all the required parameter for&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; MSSQL DB (tMSSqlConnection) type instead of&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;generic JDBC type to see if it is OK with you?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&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>Wed, 31 Dec 2014 14:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243841#M30189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-31T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243842#M30190</link>
      <description>Yes, It works fine for mssql server . I am even able to connect to SQL server using JDBC type if I set integratedSecurity to false and give user name and password to use sqlserver authentication. Its only not working if I set Integratedsecurity to true.&lt;BR /&gt;I am using Talend 5.3.1, Windpows server 2008 and Sql server 2008R2.</description>
      <pubDate>Fri, 02 Jan 2015 04:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243842#M30190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-02T04:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243843#M30191</link>
      <description>Yes because an Java program cannot have access to the integrated credentials. This is only possible with special designed Windows programs. The JDBC driver does not support the mode &amp;nbsp;integratedSecurity=true</description>
      <pubDate>Sat, 03 Jan 2015 11:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243843#M30191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-03T11:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243844#M30192</link>
      <description>Hi,
&lt;BR /&gt;So far, talend don't support for that. Because integrated security=true is a parameter for the jars that microsoft distributes. Talend uses the jtds jar and jtds connection string.
&lt;BR /&gt;Please take a look at:
&lt;A href="http://stackoverflow.com/questions/167464/can-i-connect-to-sql-server-using-windows-authentication-from-java-ee-webapp" target="_blank" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/167464/can-i-connect-to-sql-server-using-windows-authentication-from-java-ee-webapp&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 04 Jan 2015 10:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243844#M30192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-04T10:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243845#M30193</link>
      <description>What do you mean by "the jars that Microsoft supports". If you are refering to Microsoft JDBC drives , I am already using that. 
&lt;BR /&gt;Here are the conncetion parameters that I am using: 
&lt;BR /&gt;DB Type: General JDBC 
&lt;BR /&gt;JDBC URL : jdbc:sqlserver://TEST:1433;Database=TestDB; 
&lt;B&gt;integratedSecurity=true&lt;/B&gt; 
&lt;BR /&gt;Driver jar : c:\program files\java\jre1.7.0\lib\sqljdbc41.jar&amp;nbsp; 
&lt;I&gt;&lt;B&gt;\\this is the jar file of microsoft jdbc driver&lt;/B&gt;&lt;/I&gt; 
&lt;B&gt;. I have placed it in java lib folder. &lt;/B&gt; 
&lt;BR /&gt;class name : com.microsoft.sqlserver.jdbc.SQLServerDriver 
&lt;BR /&gt;username : domain\uname 
&lt;BR /&gt;password : unamepassword 
&lt;BR /&gt;mapping file : id_MSSQL 
&lt;BR /&gt;As per&amp;nbsp; 
&lt;A href="https://jira.talendforge.org/browse/TDI-22189" target="_blank" rel="nofollow noopener noreferrer"&gt;this link in jira.talendforge&lt;/A&gt; this should work. Please let me know if I am using the correct values and not missed anything.</description>
      <pubDate>Mon, 05 Jan 2015 06:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243845#M30193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T06:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243846#M30194</link>
      <description>Yes this way it should work. We actually thought you use the dedicated tMS* components. 
&lt;BR /&gt;I suggest you try the necessary properties in a separate tool like the SQLDeveloper and if you get it running there use the configuration in your Talend job. 
&lt;BR /&gt;It looks like your URL is wrong. The first parameter must be separated from the path with a question mark! Change the first ; with a ? and try again.</description>
      <pubDate>Mon, 05 Jan 2015 06:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243846#M30194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T06:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243847#M30195</link>
      <description>I replaced ; with ?. But it still didnot work. I am still geting the follwing error:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection failure. You must change the Database Settings.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:5fe9820a-c18d-4af9-b19a-bca3103de2cc&lt;BR /&gt;The connection string is as per &lt;A href="http://msdn.microsoft.com/en-us/library/ms378428(v=sql.110).aspx" target="_blank" rel="nofollow noopener noreferrer"&gt;this Microsoft article&lt;/A&gt;. &lt;BR /&gt;I have copied the dll &lt;I&gt;sqljdbc_auth.dll&lt;/I&gt; to java\bin and windows\system32 folders. I have also added the dll's path in Path environment variable.</description>
      <pubDate>Mon, 05 Jan 2015 11:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243847#M30195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T11:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243848#M30196</link>
      <description>Hard to say whats necessary. I would digger in the Microsoft knowledge base how to do this.</description>
      <pubDate>Mon, 05 Jan 2015 12:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243848#M30196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243849#M30197</link>
      <description>This seems to be a &lt;B&gt;BUG&lt;/B&gt;.&lt;BR /&gt;tjdbcconnection is working fine with the same set of values. But creating new generic JDBC connection in metadata is not working.</description>
      <pubDate>Tue, 06 Jan 2015 05:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243849#M30197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-06T05:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243850#M30198</link>
      <description>Hi,&lt;BR /&gt;Have you tried it in anther server(Win7) to see if this issue repro?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 06 Jan 2015 08:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243850#M30198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-06T08:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243851#M30199</link>
      <description>Hi,&lt;BR /&gt;Can we consider this topic as resolved?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 16 Jan 2015 08:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243851#M30199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-16T08:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243852#M30200</link>
      <description>&lt;P&gt;If you are looking for best online game then you should try &lt;A href="http://coolmathgamesjunction.net" target="_self" rel="nofollow noopener noreferrer"&gt;cool math game junction&lt;/A&gt;&amp;nbsp;, It is really an interesting and entertaining game and is available in various version so choose your interest among them and enjoy your free time with joy.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 10:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243852#M30200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T10:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to sql server using window authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243853#M30201</link>
      <description>&lt;P&gt;Most of the time this JDBC SQL connection causing a problem just because of network issues, today's JDBC SQL driver use is so less and most of the network connection doesn't allow the port of JDBC that's why it's causing a problem. Try ODBC driver or implement a direct connection which is more secure and professional.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dissertationpros.co.uk/" target="_self" rel="nofollow noopener noreferrer"&gt;Best Dissertation Help&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 11:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-to-sql-server-using-window-authentication/m-p/2243853#M30201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-17T11:36:55Z</dc:date>
    </item>
  </channel>
</rss>

