<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Creating an ODBC DSN for Linux</title>
    <link>/en/connecting-to/client-libraries/client-drivers/install-config/odbc/creating-an-odbc-data-source-name-dsn/creating-an-odbc-dsn-linux/</link>
    <description>Recent content in Creating an ODBC DSN for Linux on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/connecting-to/client-libraries/client-drivers/install-config/odbc/creating-an-odbc-data-source-name-dsn/creating-an-odbc-dsn-linux/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Connecting-To: Testing an ODBC DSN using isql</title>
      <link>/en/connecting-to/client-libraries/client-drivers/install-config/odbc/creating-an-odbc-data-source-name-dsn/creating-an-odbc-dsn-linux/testing-an-odbc-dsn-using-isql/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/connecting-to/client-libraries/client-drivers/install-config/odbc/creating-an-odbc-data-source-name-dsn/creating-an-odbc-dsn-linux/testing-an-odbc-dsn-using-isql/</guid>
      <description>
        
        
        &lt;p&gt;The unixODBC driver manager includes a utility named isql, which is a simple ODBC command-line client. It lets you to connect to a DSN to send commands and receive results, similarly to vsql.&lt;/p&gt;
&lt;p&gt;To use isql to test a DSN connection:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Run the following command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ isql –v &lt;span class=&#34;code-variable&#34;&gt;DSNname&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Where &lt;em&gt;&lt;code&gt;DSNname&lt;/code&gt;&lt;/em&gt; is the name of the DSN you created.&lt;/p&gt;
&lt;p&gt;A connection message and a SQL prompt display. If they do not, you could have a configuration problem or you could be using the wrong user name or password.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Try a simple SQL statement. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;SQL&amp;gt; SELECT table_name FROM tables;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The isql tool returns the results of your SQL statement.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

If you have not set the ErrorMessagesPath in the additional driver configuration settings, any errors during testing will trigger a missing error message file (&amp;quot;The error message NoSQLGetPrivateProfileString could not be found in the en-US locale&amp;quot;). See &lt;a href=&#34;../../../../../../../../en/connecting-to/client-libraries/client-drivers/install-config/odbc/odbc-driver-settings/#&#34;&gt;ODBC driver settings&lt;/a&gt; for more information.

&lt;/div&gt;

      </description>
    </item>
    
  </channel>
</rss>
