<?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: Cannot connect to a SQL server database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305069#M143896</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.qlik.com/s/profile/0053p000007LMm1AAG"&gt;@Erik0067&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 15:37:28 GMT</pubDate>
    <dc:creator>lojdr</dc:creator>
    <dc:date>2018-02-20T15:37:28Z</dc:date>
    <item>
      <title>Cannot connect to a SQL server database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305064#M143891</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to create a Db connection to a sql server database from my PC, but don't succeed when using Talend.&lt;/P&gt;
&lt;P&gt;However, I am able to connect to the database through Toad and SQL Management Studio (from the same PC). I've tried both "Open Source JDTS" and Microsoft's JDBC driver, version 6.0. I'm using Talend 6.5.1.&lt;/P&gt;
&lt;P&gt;The error I get is "Unknown server hostname patzorg_prd\patzorg_prd" when using "Open Source JDTS". The first part of "patzorg_prd\patzorg_prd" is indeed a valid hostname, I can ping it. The second patzorg_prd is probably a directory or something like that (I got this string from our DBA..).&lt;/P&gt;
&lt;P&gt;This is the string of connection (Open Source JDTS):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;jdbc:jtds:sqlserver://patzorg_prd\patzorg_prd:1433/Ultimo_prd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that both Toad and SQL Management Studio accept "patzorg_prd\patzorg_prd" as a hostname / servername and that I am able to connect to the database with these tools.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also have to point out that I succeeded in connecting to another database with this string jdbc:sqlserver://pip:1433;DatabaseName=UltimoTest;&lt;/P&gt;
&lt;P&gt;In this case the hostname is simply "pip".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it problaby has to do with the second part. Any idea what's wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305064#M143891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to a SQL server database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305065#M143892</link>
      <description>&lt;P&gt;My suspicion is that your hostname is the cause of this because of the backslash.&amp;nbsp;Talend is a Java tool and uses a backslash as an escape character. I can't test this here (so this is entirely a guess) but could you specify your hostname as "&lt;SPAN&gt;patzorg_prd\\patzorg_prd&lt;/SPAN&gt;" and see if that works?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305065#M143892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-20T15:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to a SQL server database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305066#M143893</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"&lt;SPAN&gt;patzorg_prd&lt;/SPAN&gt;" is name of the named instance (there are default and named instances in SQL Server). Please use the following configuration (change the user if needed).&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.JPG" style="width: 747px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lsla.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128087i14D177DD529C601F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lsla.jpg" alt="0683p000009Lsla.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Lojdr&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305066#M143893</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-02-20T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to a SQL server database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305067#M143894</link>
      <description>&lt;P&gt;Ah, good spot&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMf9AAG"&gt;@lojdr&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305067#M143894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-20T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to a SQL server database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305068#M143895</link>
      <description>&lt;P&gt;Ah, that's it! I was able to connect by changing the connection string into&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;jdbc:jtds:sqlserver://patzorg_prd:1433/Ultimo_prd;instance=patzorg_prd&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the quick reply!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305068#M143895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-20T15:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to a SQL server database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305069#M143896</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.qlik.com/s/profile/0053p000007LMm1AAG"&gt;@Erik0067&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305069#M143896</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-02-20T15:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to a SQL server database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305070#M143897</link>
      <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a connection to MS SQL server from Talend.&lt;/SPAN&gt; &lt;SPAN&gt;The connection is ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I can not create a table in my database "company" since Talend and load the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Thank you&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 864px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2mP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142715iBF6B4BCD18783D14/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2mP.png" alt="0683p000009M2mP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend.PNG" style="width: 978px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2mZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145576iECED4DC89E61F66E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2mZ.png" alt="0683p000009M2mZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lugd"&gt;Capture.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 25 Feb 2019 17:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305070#M143897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-25T17:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to a SQL server database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305071#M143898</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Lojdr&lt;/SPAN&gt;, Wonderful i have wasted 6 hours in this and got solution. its perfectly working. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 09:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-a-SQL-server-database/m-p/2305071#M143898</guid>
      <dc:creator>Prakash3</dc:creator>
      <dc:date>2019-08-08T09:18:19Z</dc:date>
    </item>
  </channel>
</rss>

