Forum Discussion
Notebook execution failed at Notebook service with http status code - '200'
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:
- Missing MWC Token Configuration: Your notebook might not be configured to retrieve the MWC token needed for Hive access.
- Incorrect MWC Token Permissions: Even if configured, the MWC token might lack the necessary permissions to access Hive resources.
Troubleshooting Steps:
- 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.
- 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.
- Anonymous2 years agoNot 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- Anonymous2 years agoNot 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
- MaxBronder2 years agoFrequent Visitor
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