- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2026 01:53 AM
Hello.
The following error occurs and the lab cannot be started.
Please tell me how to resolve it.
Thank you.
----
l = voc_init().user_setup(user) File "/voc/scripts/python/dbacademy.py", line 2753, in user_setup metadata = self.user_getmetadata(user) or {} File "/voc/scripts/python/dbacademy.py", line 2673, in user_getmetadata records = self.sql( File "/voc/scripts/python/dbacademy.py", line 844, in sql raise Exception(response.status.error.message) Exception: [UC_NOT_ENABLED] Unity Catalog is not enabled on this cluster. SQLSTATE: 56038 FINISHED USER SETUP AT Fri Apr 10 08:22:38 UTC 2026
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2026 04:33 AM
Hi @YukiNakagawa ,
Thanks for sharing the full error message.
The important piece is this: [UC_NOT_ENABLED] Unity Catalog is not enabled on this cluster. That means the cluster running your lab isn't configured for Unity Catalog, but the course materials require it. This isn't something you can fix from inside the notebook.
Here's what to do depending on your setup:
- If you're using the Academy-provided lab workspace (launched via "Start Lab"), this is almost certainly a configuration issue on the Academy side. Confirm you started the lab using the official Start Lab button from the course page. If you did, contact Databricks Academy Support from the Help/Support link and include:
- Course: "AI/BI for Data Analysts – Japanese"
- A link to your lab workspace
- The full error message (including
[UC_NOT_ENABLED]) - The time you attempted the lab
Only the Academy team can enable Unity Catalog or correct the cluster configuration in that environment.
- If you copied the notebooks into your own company workspace, Unity Catalog needs to be enabled there first. Your workspace or account admin would need to enable Unity Catalog and attach the workspace to a metastore, then provide you with a UC-enabled cluster (Single User or Shared access mode with a default catalog set).
If you've already confirmed you're on the official Academy lab and still reach out to Academy Support and they'll get the environment sorted out for you.
Cheers, Lou.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2026 05:56 PM
Hi, @Louis_Frolio
Thank you for your advice.
According to your advice, pattern 1. occured.
I'll contact Databricks Acedemy Suport later.
Thank you.