<?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: Issue Accessing OData Service Root from Fabric to SAP S/4HANA in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-Accessing-OData-Service-Root-from-Fabric-to-SAP-S-4HANA/m-p/4684689#M5083</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please refer to below similar thead resolved in community and setup details. let me know if this helps you resolve your issue?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Dataflow/Ms-Fabric-SAP-Hana-Connector-Issue/m-p/4147211" target="_blank"&gt;Solved: Ms Fabric SAP Hana Connector Issue - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your blocked here this scenario i suggest you to raise a support ticket here. so, that they can assit you in addressing the issue you are facing. please follow below link on how to raise a support ticket:&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank" rel="noreferrer noopener" aria-label="Link How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 12:21:05 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2025-05-08T12:21:05Z</dc:date>
    <item>
      <title>Issue Accessing OData Service Root from Fabric to SAP S/4HANA</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-Accessing-OData-Service-Root-from-Fabric-to-SAP-S-4HANA/m-p/4683038#M5076</link>
      <description>&lt;P class=""&gt;Hello,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;We are attempting to configure an OData connection from Microsoft Fabric to SAP S/4HANA, in order to consume OData services.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Our goal is to use this connection either via the &lt;EM&gt;Copy Data&lt;/EM&gt; activity in Data Factory or through &lt;EM&gt;Dataflow Gen2&lt;/EM&gt;—either approach is acceptable for our scenario.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;We have set up an on-premises Data Gateway that has connectivity to SAP and includes all required libraries. We are using a service account that has the necessary permissions to access the SAP environment.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Following the official documentation (&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-odata#set-up-your-connection-in-dataflow-gen2" target="_new" rel="noopener"&gt;link&lt;/A&gt;), we tried to connect to the root of the OData service.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;However, we encountered the following error:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Microsoft.Mashup.Engine1.Library.Resources.HttpResource: Request failed: &lt;BR /&gt;OData Version: 3 and 4, Error: The remote server returned an error: (404) Not Found. (The server has not found any resource matching the Data Services Request URI)&lt;BR /&gt;OData Version: 4, Error: The remote server returned an error: (404) Not Found. (Not Found)&lt;BR /&gt;OData Version: 3, Error: The remote server returned an error: (404) Not Found. (The server has not found any resource matching the Data Services Request URI)&lt;BR /&gt;&lt;BR /&gt;Details:&lt;BR /&gt;Reason = DataSource.Error&lt;BR /&gt;ErrorCode = 10122&lt;BR /&gt;DataSourceKind = OData&lt;BR /&gt;DataSourcePath = https://&amp;lt;sap-hostname&amp;gt;:&amp;lt;port&amp;gt;/sap/opu/odata&lt;/PRE&gt;&lt;P&gt;Interestingly, when connecting directly to a specific OData service—for example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://vhcvzws1wd01.sap.cavit.lcl:44380/sap/opu/odata/sap/API_COMPANYCODE_SRV/A_CompanyCode" target="_blank" rel="noopener"&gt;https://&amp;lt;sap-hostname&amp;gt;:&amp;lt;port&amp;gt;/sap/opu/odata/sap/API_COMPANYCODE_SRV/A_CompanyCode&lt;/A&gt;&lt;/PRE&gt;&lt;P class=""&gt;—we are able to successfully retrieve data.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;The question is: &lt;STRONG&gt;how can we connect to the root OData service URL in order to browse and list all available OData services&lt;/STRONG&gt;? We would like to avoid creating a separate connection for each individual OData endpoint if possible.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Thank you for your support.&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 10:45:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-Accessing-OData-Service-Root-from-Fabric-to-SAP-S-4HANA/m-p/4683038#M5076</guid>
      <dc:creator>AndreaPwC</dc:creator>
      <dc:date>2025-05-07T10:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Accessing OData Service Root from Fabric to SAP S/4HANA</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-Accessing-OData-Service-Root-from-Fabric-to-SAP-S-4HANA/m-p/4684689#M5083</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please refer to below similar thead resolved in community and setup details. let me know if this helps you resolve your issue?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Dataflow/Ms-Fabric-SAP-Hana-Connector-Issue/m-p/4147211" target="_blank"&gt;Solved: Ms Fabric SAP Hana Connector Issue - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your blocked here this scenario i suggest you to raise a support ticket here. so, that they can assit you in addressing the issue you are facing. please follow below link on how to raise a support ticket:&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank" rel="noreferrer noopener" aria-label="Link How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 12:21:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-Accessing-OData-Service-Root-from-Fabric-to-SAP-S-4HANA/m-p/4684689#M5083</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-08T12:21:05Z</dc:date>
    </item>
  </channel>
</rss>

