<?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 creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129059#M48425</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thank you for the reply.&lt;/P&gt;&lt;P&gt;Could you please provide some clarification? After logging into the admin console and selecting the metastore, I chose 'Set metastore-level storage' to update the ADLS Gen2 Path. I provided the path to an externally created storage account: abfss://containername@storageaccountname.dfs.core.windows.net/.&lt;/P&gt;&lt;P&gt;When I do this, I get an error. Should I be using the path to the default storage account that was created with the Databricks workspace?&lt;/P&gt;&lt;P&gt;I'd really appreciate the help.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2025 05:12:05 GMT</pubDate>
    <dc:creator>chexa_Wee</dc:creator>
    <dc:date>2025-08-21T05:12:05Z</dc:date>
    <item>
      <title>error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console storage</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/128965#M48392</link>
      <description>&lt;P&gt;Hi all, I’m trying to create a new catalog in Azure Databricks Unity Catalog but I’m running into issues. When I tried to add a default path in the Admin Console → Metastore settings, I got this error: “Metastore storage root URL does not exist. Please provide a storage location for the catalog (for example 'CREATE CATALOG myCatalog MANAGED LOCATION &amp;lt;location-path&amp;gt;'). Alternatively set up a metastore root storage location.” I’m on Azure Databricks Premium (free trial) with Unity Catalog enabled. My storage account is STORAGE123 and the container is warehousetest, and I already set up a Data Connector for this storage. Do I need to explicitly create a Storage Credential and External Location in Unity Catalog even though the container is already connected with a Data Connector? Is the metastore-level storage path mandatory, or can catalogs be created only with external locations? What’s the correct setup order (Admin console path → external location → catalog)? Any guidance or step-by-step instructions would be really appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 10:50:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/128965#M48392</guid>
      <dc:creator>chexa_Wee</dc:creator>
      <dc:date>2025-08-20T10:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/128977#M48397</link>
      <description>&lt;P&gt;Metastore Root Storage (Managed Location)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This is a mandatory storage path if you want to create managed catalogs.&lt;/LI&gt;&lt;LI&gt;It’s essentially the “default warehouse” location where Unity Catalog can create tables, databases, and managed data.&lt;/LI&gt;&lt;LI&gt;Path must exist in your Azure Data Lake Storage Gen2 container. Simply having a Data Connector is not enough.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proposed solution try the below&lt;/P&gt;&lt;P&gt;Create a Storage Credential&lt;/P&gt;&lt;P&gt;I would recommend use service principal as it enables RBAC-based access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set Metastore Root Storage (Mandatory if you want Managed Catalogs)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In Admin Console → Metastore → Settings → Storage Root,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Create the Catalog&lt;/P&gt;&lt;P&gt;Once the storage root or an external location is ready:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Managed catalog (uses metastore root):&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you skip the location and the metastore root isn’t set, you’ll get the error you saw.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 12:29:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/128977#M48397</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-08-20T12:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/128980#M48399</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/155027"&gt;@chexa_Wee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Starting from November 9, 2023, Databricks by default won't configure metastore-level storage for managed tables and volumes.&amp;nbsp;&lt;BR /&gt;Databricks recommends that you create a separate managed storage location for each catalog in your metastore.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, when you want to create new catalog you just need to provide a path for all your managed objects.&lt;/SPAN&gt;&lt;SPAN&gt;Managed storage is a dedicated storage location in your Azure account for managed tables and managed volumes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Assigning managed storage to a catalog requires that you create:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;storage credential&lt;/EM&gt;.&lt;/LI&gt;&lt;LI&gt;An&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;external location&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that references that storage credential.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here, you have detailed documenation how to create catalog using UI and SQL with managed storage:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/catalogs/create-catalog" target="_blank"&gt;Create catalogs - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 13:08:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/128980#M48399</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-20T13:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129059#M48425</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thank you for the reply.&lt;/P&gt;&lt;P&gt;Could you please provide some clarification? After logging into the admin console and selecting the metastore, I chose 'Set metastore-level storage' to update the ADLS Gen2 Path. I provided the path to an externally created storage account: abfss://containername@storageaccountname.dfs.core.windows.net/.&lt;/P&gt;&lt;P&gt;When I do this, I get an error. Should I be using the path to the default storage account that was created with the Databricks workspace?&lt;/P&gt;&lt;P&gt;I'd really appreciate the help.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 05:12:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129059#M48425</guid>
      <dc:creator>chexa_Wee</dc:creator>
      <dc:date>2025-08-21T05:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129060#M48426</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/155027"&gt;@chexa_Wee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;So once again. If I were you I would stick to what Databricks recommends and I would just configured managed storage location at the Catalog level (not at metastore level as you're trying now).&amp;nbsp;&lt;BR /&gt;Anyway, if you still want to configure it at existing metastore then just follow this guide. The steps are clearly defined in documentation, so you should be able to make it work:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/manage-metastore#add-managed-storage-to-an-existing-metastore" target="_blank"&gt;Manage Unity Catalog metastores - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 05:37:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129060#M48426</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-21T05:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129064#M48428</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I actually tried creating it like this:&lt;BR /&gt;CREATE CATALOG IF NOT EXISTS rnd_projects&lt;BR /&gt;MANAGED LOCATION 'abfss://&amp;lt;ContainerName&amp;gt;@&amp;lt;StorageAccount&amp;gt;.dfs.core.windows.net/';&lt;BR /&gt;But I got the following error:&lt;BR /&gt;ErrorClass=EXTERNAL_LOCATION_DOES_NOT_EXIST.RESOURCE_DOES_NOT_EXIST] External location path does not exist.&lt;BR /&gt;I also connected with&amp;nbsp;Azure Access Connector for databricks with access to storage account giving azure bob data contributor.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 06:02:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129064#M48428</guid>
      <dc:creator>chexa_Wee</dc:creator>
      <dc:date>2025-08-21T06:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129066#M48429</link>
      <description>&lt;P&gt;But did you even follow the guide? You need to first create storage location and external location.&lt;/P&gt;&lt;P&gt;To create storage location you just need to replicate steps mentioned below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/connect/unity-catalog/cloud-storage/storage-credentials" target="_blank" rel="noopener"&gt;Create a storage credential for connecting to Azure Data Lake Storage - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then create external location using storage credentials created at above step. Again, use below guide to create external location:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/connect/unity-catalog/cloud-storage/external-locations" target="_blank" rel="noopener"&gt;Create an external location to connect cloud storage to Azure Databricks - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Once you will have both storage credentials and external location then you should be able to create Unity Catalog with managed location without issues.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 06:40:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129066#M48429</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-21T06:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129080#M48430</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I will try this.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 07:30:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129080#M48430</guid>
      <dc:creator>chexa_Wee</dc:creator>
      <dc:date>2025-08-21T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: error creating catalog in Unity Catalog – EXTERNAL_LOCATION_DOES_NOT_EXIST and admin console sto</title>
      <link>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129082#M48431</link>
      <description>&lt;P&gt;Great, let us know how it went&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 07:52:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-creating-catalog-in-unity-catalog-external-location-does/m-p/129082#M48431</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-21T07:52:51Z</dc:date>
    </item>
  </channel>
</rss>

