<?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 How to create Connection with Business Central Web Service API's using Fabric Notebook with OAuth2 in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4596244#M2628</link>
    <description>&lt;P&gt;Hi Members,&lt;BR /&gt;&lt;BR /&gt;I created 1 Workspace and Get some Data from Business Central Web Service API's then i Applied incremental Refresh.&lt;BR /&gt;&lt;BR /&gt;Incremental Refresh does not allow to Load the Data in LakeHouse so i am loading them into Warehouse.&lt;BR /&gt;&lt;BR /&gt;Now my Question is i want to Load first into Lakehouse then I want to Load data into Warehouse with Partition for that i want to Use Notebook in Lakehouse to fetch data from Business Central.&amp;nbsp;&lt;BR /&gt;But when i am trying to use That API on Web Getting Below Error&lt;/P&gt;&lt;PRE&gt;{"error":{"code":"Authentication_InvalidCredentials","message":"Web service access key is no longer supported as authentication. Please use OAuth.  CorrelationId:  eacc619a-d1f0-48ee-812d-5e7929ecfd0f."}}&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;also Suggest me Best Way to create Warehouse for Business Central.&lt;BR /&gt;&lt;BR /&gt;current Approach&amp;nbsp; &amp;nbsp;Businss Central Web Service API ------------&amp;gt; DataFlow Gen2(With Incremental Refresh)-------------&amp;gt; Load into Warehouse&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 08:33:51 GMT</pubDate>
    <dc:creator>ShahrukhHB</dc:creator>
    <dc:date>2025-03-05T08:33:51Z</dc:date>
    <item>
      <title>How to create Connection with Business Central Web Service API's using Fabric Notebook with OAuth2</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4596244#M2628</link>
      <description>&lt;P&gt;Hi Members,&lt;BR /&gt;&lt;BR /&gt;I created 1 Workspace and Get some Data from Business Central Web Service API's then i Applied incremental Refresh.&lt;BR /&gt;&lt;BR /&gt;Incremental Refresh does not allow to Load the Data in LakeHouse so i am loading them into Warehouse.&lt;BR /&gt;&lt;BR /&gt;Now my Question is i want to Load first into Lakehouse then I want to Load data into Warehouse with Partition for that i want to Use Notebook in Lakehouse to fetch data from Business Central.&amp;nbsp;&lt;BR /&gt;But when i am trying to use That API on Web Getting Below Error&lt;/P&gt;&lt;PRE&gt;{"error":{"code":"Authentication_InvalidCredentials","message":"Web service access key is no longer supported as authentication. Please use OAuth.  CorrelationId:  eacc619a-d1f0-48ee-812d-5e7929ecfd0f."}}&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;also Suggest me Best Way to create Warehouse for Business Central.&lt;BR /&gt;&lt;BR /&gt;current Approach&amp;nbsp; &amp;nbsp;Businss Central Web Service API ------------&amp;gt; DataFlow Gen2(With Incremental Refresh)-------------&amp;gt; Load into Warehouse&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 08:33:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4596244#M2628</guid>
      <dc:creator>ShahrukhHB</dc:creator>
      <dc:date>2025-03-05T08:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Connection with Business Central Web Service API's using Fabric Notebook with OAuth2</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4597226#M2635</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="615143" data-lia-user-login="ShahrukhHB" class="lia-mention lia-mention-user"&gt;ShahrukhHB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;seems like you are using&amp;nbsp;Basic Auth which is deprecated. Use OAuth2 with Azure App Registration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Redirect URI: `&lt;A href="https://businesscentral.dynamics.com/OAuthLanding.htm" target="_blank"&gt;https://businesscentral.dynamics.com/OAuthLanding.htm&lt;/A&gt;`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;API Permissions: Add `Dynamics 365 Business Central` with `API.ReadWrite.All`&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 20:23:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4597226#M2635</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-03-05T20:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Connection with Business Central Web Service API's using Fabric Notebook with OAuth2</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4600339#M2658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="615143" data-lia-user-login="ShahrukhHB" class="lia-mention lia-mention-user"&gt;ShahrukhHB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that Web service access keys are no longer supported for authentication when accessing Microsoft Dynamics 365 Business Central APIs. You are required to use OAuth2 authentication instead.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;For your reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/webservices/web-services-authentication" target="_blank"&gt;Web services authentication" - Business Central | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If this post&amp;nbsp;helps, then please give us ‘Kudos’ and consider&amp;nbsp;Accept it as a solution&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 11:42:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4600339#M2658</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-03-07T11:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Connection with Business Central Web Service API's using Fabric Notebook with OAuth2</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4602542#M2668</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="615143" data-lia-user-login="ShahrukhHB" class="lia-mention lia-mention-user"&gt;ShahrukhHB&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 05:03:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-create-Connection-with-Business-Central-Web-Service-API-s/m-p/4602542#M2668</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-03-10T05:03:31Z</dc:date>
    </item>
  </channel>
</rss>

