<?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: Error &amp;quot;Root storage credential for metastore  does not exist&amp;quot;While creating the Databr in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/55037#M7878</link>
    <description>&lt;P&gt;Did you find a solution&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/35352"&gt;@Rajaniesh&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 09:46:00 GMT</pubDate>
    <dc:creator>pernilak</dc:creator>
    <dc:date>2023-12-11T09:46:00Z</dc:date>
    <item>
      <title>Error "Root storage credential for metastore  does not exist"While creating the Databricks Volume in</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/38060#M7874</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to create the databricks volume in unity catalog but it threw this error:&lt;/P&gt;&lt;P&gt;Root storage credential for metastore XXXXXX does not exist. Please contact your Databricks representative or consider updating the metastore with a valid storage credential &lt;A href="https://docs.databricks.com/api-" target="_blank" rel="noopener"&gt;https://docs.databricks.com/api-&lt;/A&gt; explorer/workspace/metastores/update&lt;/P&gt;&lt;P&gt;Any clue!!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaniesh&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 21:26:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/38060#M7874</guid>
      <dc:creator>Rajaniesh</dc:creator>
      <dc:date>2023-07-20T21:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error "Root storage credential for metastore  does not exist"While creating the Databr</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/46228#M7875</link>
      <description>&lt;P&gt;did you ever figure out a solution to this?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 03:40:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/46228#M7875</guid>
      <dc:creator>rajib_bahar_ptg</dc:creator>
      <dc:date>2023-09-26T03:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error "Root storage credential for metastore  does not exist"While creating the Databr</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/48890#M7876</link>
      <description>&lt;P&gt;I get a similar error when trying to create a table in a new metastore ... which was set up by the Databricks wizard in AWS.&amp;nbsp; The instructions are a bit confusing and Databricks Support is somewhat non-existent.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;[RequestId=005658ec-5b0e-44ad-a08c-50bd8829f6f3 ErrorClass=DAC_DOES_NOT_EXIST]&lt;BR /&gt;Root storage credential for metastore XXXXXXXXXXXX-85559ce12aca does not exist.&lt;BR /&gt;Please contact your Databricks representative&lt;BR /&gt;or consider updating the metastore with a valid storage credential&lt;BR /&gt;https://docs.databricks.com/api-explorer/workspace/metastores/update&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Oct 2023 23:05:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/48890#M7876</guid>
      <dc:creator>jlb0001</dc:creator>
      <dc:date>2023-10-10T23:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error "Root storage credential for metastore  does not exist"While creating the Databr</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/49182#M7877</link>
      <description>&lt;P&gt;I was able to resolve this by doing these 2 main steps (and &lt;EM&gt;maybe&lt;/EM&gt; a 3rd step of setting up an external storage location):&lt;/P&gt;&lt;P&gt;(1) Create the &lt;A href="https://docs.databricks.com/en/data-governance/unity-catalog/manage-external-locations-and-credentials.html#create-storage-cred" target="_self"&gt;storage credentials&lt;/A&gt; from the Data Catalog&lt;/P&gt;&lt;P&gt;(2) Use Postman to call the REST API to &lt;A href="https://docs.databricks.com/api-explorer/workspace/metastores/update" target="_self"&gt;update the metastore&lt;/A&gt;&amp;nbsp;with the ID of the storage creds, which also required using the REST API to enumerate and confirm the storage credential unique ID&lt;/P&gt;&lt;P&gt;My only guess is that the AWS Quick Start that created this workspace had some sort of bug in the setup script that prevented it from successfully configuring the metastore.&amp;nbsp; It took several hours of spelunking to get the confidence that this was the right approach.&lt;/P&gt;&lt;P&gt;Note that I did take another step that I did not list above, which was to create a Storage Location within the Data Catalog (see docs in the same place where storage credentials are created) -- but I'm not sure if that was really required and I'm too afraid to remove it now.&amp;nbsp; I did compare the workspace setup between this and another workspace and saw that that credentials were not displayed when viewed from the top-level Databrocks Account UI, which is exactly what this error message is saying.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 17:16:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/49182#M7877</guid>
      <dc:creator>jlb0001</dc:creator>
      <dc:date>2023-10-14T17:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error "Root storage credential for metastore  does not exist"While creating the Databr</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/55037#M7878</link>
      <description>&lt;P&gt;Did you find a solution&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/35352"&gt;@Rajaniesh&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 09:46:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/55037#M7878</guid>
      <dc:creator>pernilak</dc:creator>
      <dc:date>2023-12-11T09:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error "Root storage credential for metastore  does not exist"While creating the Databr</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/62012#M7879</link>
      <description>&lt;P&gt;In this case, here's what's happening. Your metastore was created without a physical location, and when you don't specify a location for your catalog, by default it uses the metastore's location, which in this case doesn't exist. What I suggest you do, and it's even recommended by the Databricks doc, is to create an external location for your catalog (a container or a bucket, depending on the cloud you're in), and attach your catalog to it. You can then manage access at the catalog level&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 18:11:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/62012#M7879</guid>
      <dc:creator>leandrochinelli</dc:creator>
      <dc:date>2024-02-26T18:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error "Root storage credential for metastore  does not exist"While creating the Databr</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/80096#M7880</link>
      <description>&lt;P&gt;I had a similar issue, that was resolved by assigning storage credential to the metastore using REST API call.&lt;BR /&gt;- make sure that you are metastore or account admin&lt;BR /&gt;- make sure that the storage credential is correctly configured, its access corrector identity has the right level of privileges on the storage account&lt;BR /&gt;- run the PATCH rest statement:&lt;BR /&gt;&lt;A href="https://docs.databricks.com/api/azure/workspace/metastores/update" target="_blank" rel="noopener"&gt;Update a metastore | Metastores API | REST API reference | Azure Databricks&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;/api/2.1/unity-catalog/metastores/{id}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;"storage_root_credential_id"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"id_string"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 09:09:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-quot-root-storage-credential-for-metastore-does-not-exist/m-p/80096#M7880</guid>
      <dc:creator>KrzysztofPrzyso</dc:creator>
      <dc:date>2024-07-23T09:09:35Z</dc:date>
    </item>
  </channel>
</rss>

