<?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: Connection Error For Microsoft SQL Server 2000 in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387098#M5685</link>
    <description>Hi,&lt;BR /&gt;Is there a firewall blocking port 1433 on the server?&lt;BR /&gt;Can you connect to your server successfully by using&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;telnet&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;192.168.9.1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;1433?&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>Tue, 05 Apr 2016 09:35:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-05T09:35:46Z</dc:date>
    <item>
      <title>Connection Error For Microsoft SQL Server 2000</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387093#M5680</link>
      <description>Hi All, 
&lt;BR /&gt;Can any one suggest how to connect to SQL Server 2000 Database. 
&lt;BR /&gt;Using the Talend Version 6.1.1 
&lt;BR /&gt;When defining the Db Connections For Microsoft Sql Server 2000 Got Below Error 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&lt;BR /&gt;&amp;nbsp; java.lang.RuntimeException: java.sql.SQLException: Network error IOException: Connection refused: connect 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:195) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1089) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:314) 
&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:2674) 
&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.sql.SQLException: Network error IOException: Connection refused: connect 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.JtdsConnection.&amp;lt;init&amp;gt;(JtdsConnection.java:436) 
&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.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:186) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ... 9 more 
&lt;BR /&gt;&amp;nbsp; Caused by: java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.SharedSocket.createSocketForJDBC3(SharedSocket.java:288) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.SharedSocket.&amp;lt;init&amp;gt;(SharedSocket.java:251) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.JtdsConnection.&amp;lt;init&amp;gt;(JtdsConnection.java:331) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ... 12 more 
&lt;BR /&gt;---- 
&lt;BR /&gt;The Sql Server that we are using is Personal Edition, also provided the Additional Parameters as instance=MSSQLSERVER.&amp;nbsp; 
&lt;BR /&gt;Thanks &amp;amp; Regards&amp;nbsp; 
&lt;BR /&gt;Syed</description>
      <pubDate>Sat, 16 Nov 2024 10:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387093#M5680</guid>
      <dc:creator>Syed4</dc:creator>
      <dc:date>2024-11-16T10:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error For Microsoft SQL Server 2000</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387094#M5681</link>
      <description>Hi,&lt;BR /&gt;Are you able to connect to Microsoft SQL server 2000 successfully through client without using Talend Tool?&lt;BR /&gt;Could you please upload your screenshot of DB connection in metadata into forum?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 31 Mar 2016 07:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387094#M5681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T07:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error For Microsoft SQL Server 2000</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387095#M5682</link>
      <description>Hi Sabrina,&lt;BR /&gt;Yes i am able to connect to Microsoft SQL Server 2000 through client without using Talend Tool.&lt;BR /&gt;Please Find the attachment as requested.&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Thu, 31 Mar 2016 19:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387095#M5682</guid>
      <dc:creator>Syed4</dc:creator>
      <dc:date>2016-03-31T19:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error For Microsoft SQL Server 2000</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387096#M5683</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Can you upload again the screenshots you wanted to show, please? For some reason it didn't make it to your post.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDk3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154437i4ABE20C9BC2B6A21/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDk3.png" alt="0683p000009MDk3.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387096#M5683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T07:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error For Microsoft SQL Server 2000</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387097#M5684</link>
      <description>Hi Sabrina,
&lt;BR /&gt;
&lt;BR /&gt;I tried to Upload the image, its showing in the editor box and upload box but when i am trying to preview its not showing the image.
&lt;BR /&gt;As the image is not uploaded i will copy the details that i have passed in the DB Connection.
&lt;BR /&gt;DB Type : Microsoft SQL Server
&lt;BR /&gt;String of Connection :&amp;nbsp;jdbc:jtds:sqlserver://192.168.9.1:1433/AmnDb007;insatnce=MSSQLSERVER
&lt;BR /&gt;Login : sa
&lt;BR /&gt;Password : ****
&lt;BR /&gt;Server : 192.168.9.1
&lt;BR /&gt;Port : 1433
&lt;BR /&gt;DataBase : AmnDb007
&lt;BR /&gt;Schema :&amp;nbsp;
&lt;BR /&gt;Additional Parameters : insatnce=MSSQLSERVER
&lt;BR /&gt;Above are the details that i have passed.&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;Thanks &amp;amp; Regards
&lt;BR /&gt;Syed</description>
      <pubDate>Sat, 02 Apr 2016 10:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387097#M5684</guid>
      <dc:creator>Syed4</dc:creator>
      <dc:date>2016-04-02T10:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error For Microsoft SQL Server 2000</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387098#M5685</link>
      <description>Hi,&lt;BR /&gt;Is there a firewall blocking port 1433 on the server?&lt;BR /&gt;Can you connect to your server successfully by using&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;telnet&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;192.168.9.1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;1433?&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>Tue, 05 Apr 2016 09:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Connection-Error-For-Microsoft-SQL-Server-2000/m-p/2387098#M5685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-05T09:35:46Z</dc:date>
    </item>
  </channel>
</rss>

