<?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: Not able to make db connection in Talend open studio for DQ in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332448#M101331</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My MSSQL uses windows authentication.&lt;/P&gt;&lt;P&gt;How to add parameters then?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 06:02:25 GMT</pubDate>
    <dc:creator>BSajjad1615375415</dc:creator>
    <dc:date>2021-03-23T06:02:25Z</dc:date>
    <item>
      <title>Not able to make db connection in Talend open studio for DQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332445#M101328</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to make a DB connection in Talend open studio for DQ (version 7.3.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB type is : MSSQL server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have attached the error logs.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332445#M101328</guid>
      <dc:creator>BSajjad1615375415</dc:creator>
      <dc:date>2024-11-16T00:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make db connection in Talend open studio for DQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332446#M101329</link>
      <description>&lt;P&gt;Hello @Baiza Sajjad​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please review the below KB article while we continue to view your log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/t5/Design-and-Development/Cannot-connect-to-MS-SQL-Server/m-p/54518#M18563" alt="https://community.talend.com/t5/Design-and-Development/Cannot-connect-to-MS-SQL-Server/m-p/54518#M18563" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Cannot-connect-to-MS-SQL-Server/m-p/54518#M18563&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if it helps and then mark your case as solved (Kudos also accepted).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaishnavi&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 17:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332446#M101329</guid>
      <dc:creator>prg</dc:creator>
      <dc:date>2021-03-22T17:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make db connection in Talend open studio for DQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332447#M101330</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;To use a MSSQL named instance in Talend Open Studio, you only put the server name in the host field. The instance name goes in the Additional Parameters field. So you should try: &lt;/P&gt;&lt;P&gt;Login: yourDBlogin &lt;/P&gt;&lt;P&gt;Password: yourDBpwd &lt;/P&gt;&lt;P&gt;Server: SSS &lt;/P&gt;&lt;P&gt;Port: 1433 &lt;/P&gt;&lt;P&gt;Database: yourdbname &lt;/P&gt;&lt;P&gt;Schema: dbo &lt;/P&gt;&lt;P&gt;Additional Parameters: instance=SQLEXPRESS&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 03:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332447#M101330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-23T03:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make db connection in Talend open studio for DQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332448#M101331</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My MSSQL uses windows authentication.&lt;/P&gt;&lt;P&gt;How to add parameters then?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 06:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332448#M101331</guid>
      <dc:creator>BSajjad1615375415</dc:creator>
      <dc:date>2021-03-23T06:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make db connection in Talend open studio for DQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332449#M101332</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please refer to this article about: &lt;A href="https://community.talend.com/s/article/How-to-have-Jobs-connect-to-a-Microsoft-SQL-DB-with-Windows-Authentication-accounts-QPbgE" alt="https://community.talend.com/s/article/How-to-have-Jobs-connect-to-a-Microsoft-SQL-DB-with-Windows-Authentication-accounts-QPbgE" target="_blank"&gt;https://community.talend.com/s/article/How-to-have-Jobs-connect-to-a-Microsoft-SQL-DB-with-Windows-Authentication-accounts-QPbgE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332449#M101332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-23T09:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make db connection in Talend open studio for DQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332450#M101333</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Did these steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Download the JTDS driver, extract the contents, and find the&amp;nbsp;&lt;B&gt;ntlmauth.dll&lt;/B&gt;.&lt;/LI&gt;&lt;LI&gt;Move the&amp;nbsp;&lt;B&gt;ntlmauth.dll&lt;/B&gt;&amp;nbsp;file to one (or both) of these locations:&amp;nbsp;&lt;B&gt;C:\Program Files\Java\&lt;I&gt;JDK_version&lt;/I&gt;\bin\ntlmauth.dll&lt;/B&gt;&amp;nbsp;or the Windows folder (&lt;B&gt;C:\Windows\System32\ntlmauth.dll&lt;/B&gt;).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now on making DB connection, I'm getting the error log that I've attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-db-connection-in-Talend-open-studio-for-DQ/m-p/2332450#M101333</guid>
      <dc:creator>BSajjad1615375415</dc:creator>
      <dc:date>2021-03-23T09:56:07Z</dc:date>
    </item>
  </channel>
</rss>

