<?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>question Re: (1170) Unexpected response received from server in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/296202#M218153</link>
    <description>&lt;P&gt;I think it was because if you use kerberos, the kerberos credentials have to be in upper case because they are case sensitive&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2020 15:09:26 GMT</pubDate>
    <dc:creator>pudnik26354</dc:creator>
    <dc:date>2020-05-19T15:09:26Z</dc:date>
    <item>
      <title>(1170) Unexpected response received from server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/85479#M12284</link>
      <description>&lt;P&gt;I'm able to create a System DSN using the "ODBC Data Source Administrator" with a successfull test.&lt;/P&gt;&lt;P&gt;My Authentication mecanism is "User Name and Passowrd"&lt;/P&gt;&lt;P&gt;SASL checked&lt;/P&gt;&lt;P&gt;SSL Options: "Enable SSL" checked&lt;/P&gt;&lt;P&gt;SSL Options: I'm providing the path to a certificate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT, trying to connect using pyodbc with the same parameters (server, port, username and password) gives always the same error below whatever the auth_mechanism provided:&lt;/P&gt;&lt;P&gt;pyodbc.connect("DRIVER={Cloudera ODBC Driver for Impala};\&lt;BR /&gt;host={server_address};\&lt;BR /&gt;port=21051;\&lt;BR /&gt;SSL=1;\&lt;BR /&gt;auth_mechanism=GSSAPI;\&lt;BR /&gt;user=myusername;\&lt;BR /&gt;password=mypassword;\&lt;BR /&gt;trustedcerts=cert.pem;\&lt;BR /&gt;")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: ('HY000', u'[HY000] [Cloudera][DriverSupport] (1170) Unexpected response received from server. Please ensure the server host and port specified for the connection are correct. (1170) (SQLDriverConnect); [HY000] [Cloudera][DriverSupport] (1170) Unexpected response received from server. Please ensure the server host and port specified for the connection are correct. (1170)')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using:&lt;/P&gt;&lt;P&gt;ODBC Version: 03.80&lt;BR /&gt;Driver Version: 2.6.0.1000&lt;BR /&gt;Bitness: 64-bit&lt;BR /&gt;Locale: fr_CA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OS: Windows 10 Pro&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:05:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/85479#M12284</guid>
      <dc:creator>momo_a</dc:creator>
      <dc:date>2022-09-16T14:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: (1170) Unexpected response received from server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/85610#M12285</link>
      <description>&lt;P&gt;I finally resolved the issue by enclosing UID, PWD, and trustedcerts in braces:&lt;/P&gt;&lt;P&gt;UID={MY USERNAME}&lt;/P&gt;&lt;P&gt;PWD={MY PASSWORD}&lt;/P&gt;&lt;P&gt;trustedcerts={path to file}&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 16:35:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/85610#M12285</guid>
      <dc:creator>momo_a</dc:creator>
      <dc:date>2019-01-29T16:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: (1170) Unexpected response received from server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/91728#M12286</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had the same error and I tried the solution you have provided.&lt;/P&gt;&lt;P&gt;Now it's showing a different error code saying ERROR [HY000] [CLOUDERA] [Driver Support] (1140).&lt;/P&gt;&lt;P&gt;Unable to load CA certificates from the location.&lt;/P&gt;&lt;P&gt;Could you provide a solution for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 18:00:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/91728#M12286</guid>
      <dc:creator>VinayRg</dc:creator>
      <dc:date>2019-06-18T18:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: (1170) Unexpected response received from server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/292770#M216302</link>
      <description>&lt;P&gt;...but WHERE did you put those parameters?&lt;/P&gt;&lt;P&gt;I am having the same issue. My file DSN will connect just fine in the ODBC Administrator applet, but in pyodbc it gives the same error. Did you add those parameters to your DSN?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 23:08:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/292770#M216302</guid>
      <dc:creator>pudnik26354</dc:creator>
      <dc:date>2020-03-27T23:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: (1170) Unexpected response received from server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/292799#M216322</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/76106"&gt;@pudnik26354&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As this thread was marked 'Solved' in Jan 2019 you would have a better chance of receiving a useful response by &lt;A href="https://community.cloudera.com/t5/forums/postpage/board-id/Questions" target="_blank" rel="noopener"&gt;starting a new thread&lt;/A&gt;. This will also provide you with the opportunity to provide details specific to your environment that could aid others in providing a more accurate answer to your question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 00:15:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/292799#M216322</guid>
      <dc:creator>ask_bill_brooks</dc:creator>
      <dc:date>2020-03-29T00:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: (1170) Unexpected response received from server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/295856#M217997</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/76106"&gt;@pudnik26354&lt;/a&gt;&amp;nbsp;Did you already solve your problem. I have the same issue using iodbc and pyodbc on a debian based system.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 14:11:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/295856#M217997</guid>
      <dc:creator>domboste</dc:creator>
      <dc:date>2020-05-13T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: (1170) Unexpected response received from server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/296202#M218153</link>
      <description>&lt;P&gt;I think it was because if you use kerberos, the kerberos credentials have to be in upper case because they are case sensitive&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 15:09:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/1170-Unexpected-response-received-from-server/m-p/296202#M218153</guid>
      <dc:creator>pudnik26354</dc:creator>
      <dc:date>2020-05-19T15:09:26Z</dc:date>
    </item>
  </channel>
</rss>

