<?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: Notebook execution failed at Notebook service with http status code - '200' in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3903437#M631</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.'&lt;/P&gt;&lt;P&gt;What would be the appropriate approach to address this issue?&lt;/P&gt;&lt;P&gt;Perhaps using a service account when creating notebooks?&lt;/P&gt;&lt;P&gt;Can the owner of the notebook be changed after it has been created?&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 21:01:57 GMT</pubDate>
    <dc:creator>Lado_Kvara</dc:creator>
    <dc:date>2024-05-08T21:01:57Z</dc:date>
    <item>
      <title>Notebook execution failed at Notebook service with http status code - '200'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3811399#M626</link>
      <description>&lt;P&gt;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)' :&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 15:46:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3811399#M626</guid>
      <dc:creator>DTTeam4</dc:creator>
      <dc:date>2024-04-04T15:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook execution failed at Notebook service with http status code - '200'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3812559#M627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718198"&gt;@DTTeam4&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;Can you please provide the code which you are running in the Notebook? This helps me in understanding the issue better.&lt;BR /&gt;The error&lt;SPAN&gt;&amp;nbsp;refers to a Managed Workload Center (MWC) token, which is used for authorization when accessing resources like Hive within a secured cluster.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="8:1-8:20"&gt;&lt;STRONG&gt;Possible Causes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL data-sourcepos="10:1-13:0"&gt;
&lt;LI data-sourcepos="10:1-10:128"&gt;&lt;STRONG&gt;Missing MWC Token Configuration:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Your notebook might not be configured to retrieve the MWC token needed for Hive access.&lt;/LI&gt;
&lt;LI data-sourcepos="11:1-11:136"&gt;&lt;STRONG&gt;Incorrect MWC Token Permissions:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Even if configured, the MWC token might lack the necessary permissions to access Hive resources.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-sourcepos="14:1-14:26"&gt;&lt;STRONG&gt;Troubleshooting Steps:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL data-sourcepos="16:1-19:0"&gt;
&lt;LI data-sourcepos="16:1-16:189"&gt;&lt;STRONG&gt;Check Notebook Configuration:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;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.&lt;/LI&gt;
&lt;LI data-sourcepos="17:1-17:222"&gt;&lt;STRONG&gt;Verify MWC Token Permissions:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;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.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 05:18:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3812559#M627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-05T05:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook execution failed at Notebook service with http status code - '200'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3820851#M628</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718198"&gt;@DTTeam4&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;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. &lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 20:04:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3820851#M628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-08T20:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook execution failed at Notebook service with http status code - '200'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3828068#M629</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718198" target="_blank"&gt;@DTTeam4&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 17:16:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3828068#M629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-10T17:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook execution failed at Notebook service with http status code - '200'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3900401#M630</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 00:30:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3900401#M630</guid>
      <dc:creator>scca</dc:creator>
      <dc:date>2024-05-08T00:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook execution failed at Notebook service with http status code - '200'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3903437#M631</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.'&lt;/P&gt;&lt;P&gt;What would be the appropriate approach to address this issue?&lt;/P&gt;&lt;P&gt;Perhaps using a service account when creating notebooks?&lt;/P&gt;&lt;P&gt;Can the owner of the notebook be changed after it has been created?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 21:01:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3903437#M631</guid>
      <dc:creator>Lado_Kvara</dc:creator>
      <dc:date>2024-05-08T21:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook execution failed at Notebook service with http status code - '200'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3992675#M2577</link>
      <description>&lt;P&gt;Hi Nikhilan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I´m facing the same issue while trying to execute a fabric notebook with the visual studio code extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding your suggestions, how can I check the MWC configuration for my notebook and change it to the correct settings?&lt;BR /&gt;&lt;BR /&gt;Thanks and KR&amp;nbsp;&lt;BR /&gt;Max&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 06:45:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-execution-failed-at-Notebook-service-with-http-status/m-p/3992675#M2577</guid>
      <dc:creator>MaxBronder</dc:creator>
      <dc:date>2024-06-14T06:45:55Z</dc:date>
    </item>
  </channel>
</rss>

