Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
DTTeam4
Regular Visitor

Notebook execution failed at Notebook service with http status code - '200'

Notebook execution failed at Notebook service with http status code - '200', please check the Run logs on Notebook, additional details - 'Error name - AnalysisException, Error value - org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:Unable to fetch mwc token)' :

6 REPLIES 6
Lado_Kvara
Frequent Visitor

 

I'm encountering the same issue with pipeline execution. The pipeline runs the notebook, of which I am the creator and therefore the owner. The notebook is located in Workspace A, but it references a table in Workspace B.

If I'm absent from work and my colleague executes the pipeline without access to Workspace B, it fails with the error: 'table or view does not exist, or a column within a table or view that does not exist.'

What would be the appropriate approach to address this issue?

Perhaps using a service account when creating notebooks?

Can the owner of the notebook be changed after it has been created?

scca
Helper II
Helper II

I have the same issue. It's a notebook that I schedule to run on parallel for multiple data sources. Out of all runs, only one failed with this error. I have read the suggestions and it points to notebook configurations but since other runs of the same notebook went through successfully, it proves that it is not an issue caused by the user (e.g. configuration). Not to mention, notebook configuration is quite limited to users in the first place. 

Anonymous
Not applicable

Hi @DTTeam4 
Thanks for using Fabric Community.
Can you please provide the code which you are running in the Notebook? This helps me in understanding the issue better.
The error refers to a Managed Workload Center (MWC) token, which is used for authorization when accessing resources like Hive within a secured cluster.

Possible Causes:

  1. Missing MWC Token Configuration: Your notebook might not be configured to retrieve the MWC token needed for Hive access.
  2. Incorrect MWC Token Permissions: Even if configured, the MWC token might lack the necessary permissions to access Hive resources.

 

Troubleshooting Steps:

  1. Check Notebook Configuration: Review your notebook code for any sections related to MWC token configuration. Ensure it's set up correctly to retrieve the token before accessing Hive.
  2. Verify MWC Token Permissions: Investigate the permissions associated with the MWC token being used. It needs to have read/write access to the Hive Metastore and any relevant databases/tables you're trying to access.

 



Hi Nikhilan,

 

I´m facing the same issue while trying to execute a fabric notebook with the visual studio code extension.

 

Regarding your suggestions, how can I check the MWC configuration for my notebook and change it to the correct settings?

Thanks and KR 
Max

Anonymous
Not applicable

Hi @DTTeam4 
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution, please do share that same with the community as it can be helpful to others. Otherwise, will respond back with the more details and we will try to help.
Thanks

Anonymous
Not applicable

Hi @DTTeam4 
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution, please do share that same with the community as it can be helpful to others. Otherwise, will respond back with the more details and we will try to help.
Thanks

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.