<?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: Unable to connect with Databricks Serverless SQL using Dbeaver in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/70285#M34047</link>
    <description>&lt;P&gt;I'm having the same problem. Any update?&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 16:01:49 GMT</pubDate>
    <dc:creator>binsel</dc:creator>
    <dc:date>2024-05-22T16:01:49Z</dc:date>
    <item>
      <title>Unable to connect with Databricks Serverless SQL using Dbeaver</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/64392#M32558</link>
      <description>&lt;P&gt;I am trying to connect to databricks serverless SQL pool using DBeaver as mentioned in the documentation below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dev-tools/dbeaver" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/dev-tools/dbeaver&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am trying to use the Browser based authentication i.e (&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/integrations/jdbc/authentication#--oauth-user-to-machine-u2m-authentication" target="_blank" rel="noopener"&gt;OAuth user-to-machine (U2M) authentication).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have prepared the URL properly in the below format:&lt;/P&gt;&lt;P&gt;jdbc:databricks://&amp;lt;server-hostname&amp;gt;:443;httpPath=&amp;lt;http-path&amp;gt;;AuthMech=11;Auth_Flow=2;TokenCachePassPhrase=&amp;lt;passphrase&amp;gt;;EnableTokenCache=0&lt;/P&gt;&lt;P&gt;When I test the connection in DBeaver, the browser opens for authentication, but the screens keep loading and it times out.&lt;/P&gt;&lt;P&gt;I tried restarting my system, clearing the browser cache, use both chrome and Edge but this problem persists.&lt;/P&gt;&lt;P&gt;I am able to login to the data bricks workspace so it is accessible to me.&lt;/P&gt;&lt;P&gt;Not sure why the Auth URL just keep loading and does not allow to login.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 11:27:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/64392#M32558</guid>
      <dc:creator>NarenderKumar</dc:creator>
      <dc:date>2024-03-22T11:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect with Databricks Serverless SQL using Dbeaver</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/64436#M32569</link>
      <description>&lt;P&gt;There are few things we can start looking into:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Update DBeaver and JDBC Driver:&lt;/STRONG&gt; Ensure that you're using the latest version of DBeaver and the Databricks JDBC driver. Sometimes, updating to the latest version can resolve connection issues.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;STRONG&gt;Check OAuth settings:&lt;/STRONG&gt; Since you're using OAuth for authentication, make sure that the OAuth settings are correctly configured in Databricks and that the account you're using has the necessary permissions.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;STRONG&gt;Try a different authentication method:&lt;/STRONG&gt; If possible, try using a different authentication method to see if the issue is specific to OAuth.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 14:05:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/64436#M32569</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-03-23T14:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect with Databricks Serverless SQL using Dbeaver</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/64758#M32649</link>
      <description>&lt;P&gt;Hi I checked on these items:&lt;/P&gt;&lt;P&gt;1. I am using the latest jdbc driver.&lt;/P&gt;&lt;P&gt;2. The user has access to data. He is able to query it in data bricks workspace using SQL query on the same data bricks serverless SQL pool.&lt;/P&gt;&lt;P&gt;3. I tried using personal access token and it is working fine. It is not working with the browser based authentication.&lt;/P&gt;&lt;P&gt;I want to use browser based authentication so that end users do not have to login to databricks and generate personal access tokens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure why the auth page just keep loading and never shows login screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 08:31:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/64758#M32649</guid>
      <dc:creator>NarenderKumar</dc:creator>
      <dc:date>2024-03-27T08:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect with Databricks Serverless SQL using Dbeaver</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/70285#M34047</link>
      <description>&lt;P&gt;I'm having the same problem. Any update?&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:01:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-connect-with-databricks-serverless-sql-using-dbeaver/m-p/70285#M34047</guid>
      <dc:creator>binsel</dc:creator>
      <dc:date>2024-05-22T16:01:49Z</dc:date>
    </item>
  </channel>
</rss>

