https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-Connectivity-service-qa.xml SAP Community - SAP Connectivity service 2026-02-24T12:12:16.959566+00:00 python-feedgen SAP Connectivity service Q&A in SAP Community https://community.sap.com/t5/technology-q-a/communication-arrangement-in-sap/qaq-p/13932462 Communication arrangement in SAP 2024-11-08T12:19:47.729000+01:00 pranavi3 https://community.sap.com/t5/user/viewprofilepage/user-id/1803737 <P>Hello Experts,</P><P>We are facing connection issue while creating communication arrangement in SAP,</P><P>issue:&nbsp;<U>SOAP:1032 SRT: Wrong Content-Type and empty HTTP-B ody received: ("HTTP Code 401 : Unauthorized")</U></P><P>we tried changing user ID and password but it's still the same.</P><P>&nbsp;Please suggest us on how to solve this error.</P><P>Regards</P><P>Pranavi Reddy</P><P>&nbsp;</P><P>&nbsp;</P> 2024-11-08T12:19:47.729000+01:00 https://community.sap.com/t5/technology-q-a/clientcredentials-grant-flow-with-one-xsuaa-and-multiple-apps-inlcuding/qaq-p/13935706 ClientCredentials grant flow with one XSUAA and multiple apps inlcuding scopes 2024-11-12T13:50:01.462000+01:00 kosmopilot https://community.sap.com/t5/user/viewprofilepage/user-id/807596 <P>I would like to do server-to-server communication on the BTP (CF) using the ClientCredentials grant flow with custom scopes. For example, consider a <STRONG>client</STRONG> app and a <STRONG>server</STRONG> app that are bound to the same XSUAA and destination service instance as they are deployed in a single manifest.yaml. During deployment, a destination is created for the server API with the ClientCredentials grant flow as authentication.</P><P>The error occurs when the destination is fetched from the Destination Service. Then, the ClientCredentails grant flow is executed by the Destination Service and fails as the scope "Test.Admin" is invalid. Omitting the scope lets the flow complete, but the access token does not include the scope and thus endpoints of the server app which require the "Admin" role can not be called.</P><P>The destination looks like this:</P><P>&nbsp;</P><pre class="lia-code-sample language-javascript"><code>tokenServiceURLType=Dedicated clientId=exampleClientId clientSecret=exampleClientSecret xsappname=exampleAppName tokenServiceURL=https\://60ccf4actrial.authentication.us10.hana.ondemand.com/oauth/token WebIDEEnabled=true HTML5.ForwardAuthToken=false TokenServiceURLType=Dedicated URL=https\://exampleURL.cfapps.us10-001.hana.ondemand.com Name=server-api Type=HTTP verificationkey=*** Authentication=OAuth2ClientCredentials scope=Test.Admin ProxyType=Internet</code></pre><P>&nbsp;</P><P>&nbsp;</P><P>The xs-security.json for the single, shared XSUAA instance looks like this:</P><P>&nbsp;</P><pre class="lia-code-sample language-json"><code>{ "xsappname": "${default-xsappname}", "tenant-mode": "dedicated", "scopes": [ { "name": "Test.Admin" } ], "attributes": [], "role-templates": [ { "name": "Admin", "description": "", "scope-references": ["Test.Admin"], "attribute-references": [] } ], "oauth2-configuration": { "redirect-uris": ["https://*.hana.ondemand.com/**"] }, "authorities": ["$ACCEPT_GRANTED_AUTHORITIES", "Test.Admin"] }</code></pre><P>&nbsp;</P><P>&nbsp;&nbsp;</P><P>The issue can be manually reproduced, simulating what the Destination Service does when fetching the destination:</P><P>&nbsp;</P><P>&nbsp;</P><pre class="lia-code-sample language-javascript"><code>// Fetch token from XSUAA using ClientCredentials grant flow GET {{tokenServiceURL}}?grant_type=client_credentials&amp;scope=Test.Admin Authorization: Basic exampleClientId:exampleClientSecret</code></pre><P>&nbsp;</P><P>&nbsp;</P><P>Additionally, the simplified manifest.yaml looks like this:</P><pre class="lia-code-sample language-yaml"><code>_schema-version: "3.1" ID: example version: 1.0.0 description: "Example project for server-to-server communication in background jobs" parameters: enable-parallel-deployments: true modules: - name: client # .... requires: - name: example-uaa - name: example-destination - name: server provides: - name: client-api properties: srv-url: ${default-url} - name: server # ... requires: - name: example-uaa - name: example-destination provides: - name: server-api properties: srv-url: ${default-url} # ---------------------- DESTINATIONS -------------------------- - name: example-destination-content # ------------------------------------------------------------ type: com.sap.application.content build-parameters: no-source: true requires: - name: example-destination parameters: content-target: true - name: server-api - name: example-uaa parameters: service-key: name: example-uaa-key parameters: content: instance: existing_destinations_policy: update destinations: - Name: server-api URL: ~{server-api/srv-url} WebIDEEnabled: true Authentication: OAuth2ClientCredentials HTML5.ForwardAuthToken: false # when enabled, the ClientCredentials flow is not triggered TokenServiceURLType: Dedicated TokenServiceInstanceName: example-uaa TokenServiceKeyName: example-uaa-key resources: - name: example-uaa type: org.cloudfoundry.managed-service parameters: service-name: example-uaa service: xsuaa service-plan: application path: ./xs-security.json config: xsappname: example service-keys: - name: example-uaa-key - name: example-destination type: org.cloudfoundry.managed-service parameters: service-name: example-destination service: destination service-plan: lite</code></pre><P>Is this even possible with a single shared XSUAA instance or do I need to create one XSUAA instance for each app?</P><P>&nbsp;</P> 2024-11-12T13:50:01.462000+01:00 https://community.sap.com/t5/spend-management-q-a/sap-integration-suite-test-connectivity-to-sap-ariba-how-to-get-host-url/qaq-p/13936227 SAP Integration Suite Test Connectivity to SAP Ariba - How to get Host URL 2024-11-12T23:50:30.108000+01:00 TheAnji https://community.sap.com/t5/user/viewprofilepage/user-id/1673328 <P>Hello Experts ..</P><P>We tried to Integrate SAP Ariba to ServiceNow using SAP BTP Integration Suite.</P><P>As a first step, trying to connect SAP BTP Integration Suite to SAP Ariba thru "Connectivity Tests".</P><P>Question: How do we get Host url of SAP Ariba?</P><P>We tried with <A href="https://S1.Ariba.com" target="_blank" rel="nofollow noopener noreferrer">https://S1.Ariba.com</A>&nbsp;etc.. but getting "Couldn't connect to Hot".</P><P>Could you please help.</P><P>&nbsp;</P> 2024-11-12T23:50:30.108000+01:00 https://community.sap.com/t5/technology-q-a/sap-capm-service-failing-with-http-407-proxy-authentication-failed-error/qaq-p/13948589 SAP CAPM service failing with http 407 Proxy Authentication failed Error 2024-11-26T11:05:09.238000+01:00 athulramakrishnan https://community.sap.com/t5/user/viewprofilepage/user-id/855035 <P>I am consuming a SOAP based web service from a S/4HANA On-prem system inside a SAP CAP service using <SPAN>sap-cloud-sdk api's coupled with&nbsp;</SPAN>BTP destinations and cloud connector.&nbsp;</P><P>Reference :<A href="https://community.sap.com/t5/technology-blogs-by-sap/consuming-soap-web-services-in-sap-cloud-application-programming-model-cap/ba-p/13522820" target="_blank">https://community.sap.com/t5/technology-blogs-by-sap/consuming-soap-web-services-in-sap-cloud-application-programming-model-cap/ba-p/13522820</A></P><P>I have recently upgraded the&nbsp;<SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1862993">@Pa_Vi</a>-cloud-sdk/connectivity version to 3.23.0(latest) recently and now the service is failing sometimes with http status code 407-&nbsp;Proxy Authentication failed. The service works most of the time but randomly fails with this error. And once i redeploy the CAP app to CF again the service starts working like usual.</SPAN></P> 2024-11-26T11:05:09.238000+01:00 https://community.sap.com/t5/technology-q-a/run-nodejs-app-locally-using-destination-and-connectivity-services/qaq-p/13988291 Run NodeJS app locally using destination and connectivity services 2025-01-16T18:20:33.193000+01:00 simonblaser_haufe https://community.sap.com/t5/user/viewprofilepage/user-id/890635 <P>Hello everyone,</P><P>lately I have been trying to create a NodeJS app using NestJS and the SAP Cloud SDK for javascript and deploy it to the cloud foundry runtime according to this example:&nbsp;<A href="https://github.com/SAP-samples/cloud-sdk-js?tab=readme-ov-file" target="_blank" rel="nofollow noopener noreferrer">https://github.com/SAP-samples/cloud-sdk-js?tab=readme-ov-file</A></P><P>I created a new service, generated the odata client using an edmx file of our on premise service and deployed it.&nbsp;</P><P>The deployed version is fine: I can read data and consume the odata service.&nbsp;<BR />In local mode the destination fails.&nbsp;</P><P>I found this blogpost telling me how to check the connectivity of my destination.&nbsp;<BR />Using the curl request results in this:</P><P>&nbsp;</P><pre class="lia-code-sample language-bash"><code>curl -v -i "&lt;destinationName&gt;.dest/sap/opu/odata/iwfnd/catalogservice;v=2/ServiceCollection?%24top=1" * Uses proxy env variable no_proxy == 'localhost,127.0.0.1,github.com,.github.com,.npmjs.org,.yarnpkg.com,npm.sap.com,.maven.apache.org,.repo-cache.svc.cluster.local' * Uses proxy env variable http_proxy == 'http://127.0.0.1:8887' * Trying 127.0.0.1:8887... * Connected to 127.0.0.1 (127.0.0.1) port 8887 (#0) &gt; GET http://&lt;destinationName&gt;.dest/sap/opu/odata/iwfnd/catalogservice;v=2/ServiceCollection?%24top=1 HTTP/1.1 &gt; Host: sd_orca_sap_ecc_akab.dest &gt; User-Agent: curl/7.88.1 &gt; Accept: */* &gt; Proxy-Connection: Keep-Alive &gt; &lt; HTTP/1.1 500 Internal Server Error HTTP/1.1 500 Internal Server Error &lt; Content-Type: text/plain; charset=utf-8 Content-Type: text/plain; charset=utf-8 &lt; X-Content-Type-Options: nosniff X-Content-Type-Options: nosniff &lt; Date: Thu, 16 Jan 2025 17:10:28 GMT Date: Thu, 16 Jan 2025 17:10:28 GMT &lt; Content-Length: 75 Content-Length: 75 &lt; dial tcp: lookup &lt;destinationName&gt;.dest on 100.64.0.10:53: no such host * Connection #0 to host 127.0.0.1 left intact</code></pre><P>&nbsp;</P><P>I also created a .env file that should change the proxy settings:</P><pre class="lia-code-sample language-abap"><code>destinations="[{"name": "&lt;destinationName&gt;","url": "http://&lt;destinationName&gt;.dest","proxyConfiguration":{"host": "127.0.0.1","port": 8887,"protocol":"http"}}]"</code></pre><P>&nbsp;</P><P>My destination looks like this:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonblaser_haufe_0-1737047642238.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/213162iEF5A321F05A11B68/image-size/medium?v=v2&amp;px=400" role="button" title="simonblaser_haufe_0-1737047642238.png" alt="simonblaser_haufe_0-1737047642238.png" /></span></P><P>The destination is created on subaccount level.&nbsp;<BR />After changing the destination i also called the reload request Andre mentioned in his blogpost.</P><P>My default-env.json and default-services.json files both contain the configuration to the destination, connectivity and xsuaa service I created for the app. The variables are created using the cf env myapp &gt; .env command.&nbsp;<BR />I am quite sure the service is found. Removing the destination service from these files results in another error: "Could not find service binding of type 'destination'".</P><P>&nbsp;</P><P>At this point I am very desperate in trying to start my app locally.&nbsp;</P><P>Any help is appreciated, thank you already in advance!</P><P>&nbsp;</P> 2025-01-16T18:20:33.193000+01:00 https://community.sap.com/t5/technology-q-a/communicate-from-sap-public-cloud-to-java-application-jco-server-via/qaq-p/13999305 Communicate from SAP Public Cloud to Java Application (Jco Server) via WebSocketRFC Problem 2025-01-28T14:28:12.902000+01:00 andrzej_rosinski https://community.sap.com/t5/user/viewprofilepage/user-id/482644 <P>Hello everybody,</P><P>i am having a problem while trying to call a outbound service from the SAP Public Cloud to a external JCo WebSocketRFC Server instance.&nbsp;</P><P>My JCo WebSocketRFC server is running on a VM that is exposed to the internet on port 8080.</P><P>In the SAP Public Cloud i have already configured the communication system where i have just entered the "Host Name" of my VM and set the Authentification Method in the "Users for Outbound Communication" to None since i do not need the authentification for the tests.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_0-1738069096899.png" style="width: 626px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218280i5CA10B2A390FB2B4/image-dimensions/626x80?v=v2" width="626" height="80" role="button" title="andrzej_rosinski_0-1738069096899.png" alt="andrzej_rosinski_0-1738069096899.png" /></span></P><P>I have also configured a communication agreement for the communication system</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_1-1738069224536.png" style="width: 628px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218283iCBAFBAB292576C43/image-dimensions/628x142?v=v2" width="628" height="142" role="button" title="andrzej_rosinski_1-1738069224536.png" alt="andrzej_rosinski_1-1738069224536.png" /></span></P><P>On the Eclipse ADT side i have a communication scenario that looks like this:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_2-1738069368158.png" style="width: 677px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218284i85FF3530A1A0DB40/image-dimensions/677x386?v=v2" width="677" height="386" role="button" title="andrzej_rosinski_2-1738069368158.png" alt="andrzej_rosinski_2-1738069368158.png" /></span></P><P>with the corresponding outbound service</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_3-1738069410114.png" style="width: 686px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218287i483C2847792264F4/image-dimensions/686x160?v=v2" width="686" height="160" role="button" title="andrzej_rosinski_3-1738069410114.png" alt="andrzej_rosinski_3-1738069410114.png" /></span></P><P>&nbsp;</P><P>Now, when i try to call the outbound service from SAP Public Cloud ABAP with the corresponding code:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_6-1738070185661.png" style="width: 701px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218292iC3D3040168E6C3B3/image-dimensions/701x640?v=v2" width="701" height="640" role="button" title="andrzej_rosinski_6-1738070185661.png" alt="andrzej_rosinski_6-1738070185661.png" /></span></P><P>&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_5-1738069869362.png" style="width: 703px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218291i21E0DBE2160123FA/image-dimensions/703x559?v=v2" width="703" height="559" role="button" title="andrzej_rosinski_5-1738069869362.png" alt="andrzej_rosinski_5-1738069869362.png" /></span></P><P>&nbsp;</P><P>like described by SAP i get the following error</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_7-1738070655154.png" style="width: 784px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218295i5A74B7666592C5B6/image-dimensions/784x16?v=v2" width="784" height="16" role="button" title="andrzej_rosinski_7-1738070655154.png" alt="andrzej_rosinski_7-1738070655154.png" /></span></P><P>Anyone has an idea why this fails? Dis anyone made a scenario like this before? - to communicate from the SAP Public Cloud to a external server program? I have only found tutorials how to communicate with on prem systems.</P><P>The JcoTrace for the server says the following (i have replaced the real IP with "hostname" in the screenshot)</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_1-1738137908962.png" style="width: 806px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218578iECED119DD3D44DE4/image-dimensions/806x268?v=v2" width="806" height="268" role="button" title="andrzej_rosinski_1-1738137908962.png" alt="andrzej_rosinski_1-1738137908962.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_2-1738138048772.png" style="width: 800px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218581iD615EE4DBCE9AF55/image-dimensions/800x266?v=v2" width="800" height="266" role="button" title="andrzej_rosinski_2-1738138048772.png" alt="andrzej_rosinski_2-1738138048772.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_4-1738138325596.png" style="width: 822px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218590i061BC5E6C0183B63/image-dimensions/822x331?v=v2" width="822" height="331" role="button" title="andrzej_rosinski_4-1738138325596.png" alt="andrzej_rosinski_4-1738138325596.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_5-1738138383475.png" style="width: 837px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218591i7217D96652A86118/image-dimensions/837x191?v=v2" width="837" height="191" role="button" title="andrzej_rosinski_5-1738138383475.png" alt="andrzej_rosinski_5-1738138383475.png" /></span></P><P>obviously the handshake cannot be completed. I am trying to connect to the server withot any authentification (i have set the communication scenario to "Unauthentifiacted" and i have startet the Jco server without any p12 files - jco.server.use_tls=0).</P><P>Server props:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_6-1738138858738.png" style="width: 796px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/218597i6ABB16E876BD22FB/image-dimensions/796x217?v=v2" width="796" height="217" role="button" title="andrzej_rosinski_6-1738138858738.png" alt="andrzej_rosinski_6-1738138858738.png" /></span></P><P><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/121864">@MarkusTolksdorf</a>&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/771659">@simon_luser</a>&nbsp;Thanks for your reply, i have added the Trace from the Jco. Could the problem be the missing authorisation?&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P> 2025-01-28T14:28:12.902000+01:00 https://community.sap.com/t5/technology-q-a/sap-dbtech-jdbc-403-internal-error-cannot-get-remote-source-objects/qaq-p/14016010 SAP DBTech JDBC: [403]: internal error: Cannot get remote source objects: 2025-02-13T11:07:42.145000+01:00 Shuklaanchal https://community.sap.com/t5/user/viewprofilepage/user-id/1929344 <P>Hello Experts!</P><P>While connecting the remote source system, S4_HANA_SDA connect timeout expired error occur.&nbsp;</P><P>Here is the error details.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2025-02-13 153039.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/225528i31F41C721DE28B11/image-size/large?v=v2&amp;px=999" role="button" title="Screenshot 2025-02-13 153039.png" alt="Screenshot 2025-02-13 153039.png" /></span></P><P>&nbsp;Thanks in advance</P> 2025-02-13T11:07:42.145000+01:00 https://community.sap.com/t5/technology-q-a/outbound-communication-from-sap-public-cloud-to-a-websocket-rfc-server-in-a/qaq-p/14034359 Outbound communication from SAP Public cloud to a Websocket RFC Server in a fenced customer network 2025-03-05T12:14:51.564000+01:00 andrzej_rosinski https://community.sap.com/t5/user/viewprofilepage/user-id/482644 <P>Hello everybody,</P><P>is there any possibility to call a outbound service from SAP Public Cloud to a Websocket RFC server that is&nbsp;running in a fenced company network ? I have already called that Websocket RFC server with success but in that scenario the server must be accessible from the internet.&nbsp;</P><P>Maybe there is any way to use a VPN tunnel to get that connection done? Maybe even not with Websocket RFC if that should not be possible but with HTTP or even thru BTP like:</P><P>SAP Public Cloud -&gt; BTP (some destination or tunnel) -&gt; external program in a fenced company network (server).</P><P>Can such scenario be accomplished at all or is it not possible?</P><P>Greetings!</P><P>&nbsp;</P><P>&nbsp;</P><P><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/771659">@simon_luser</a>&nbsp;, <a href="https://community.sap.com/t5/user/viewprofilepage/user-id/15899">@Ulrich_Schmidt1</a>&nbsp; thanks for your replies - update 14.03.25 - in the meanwhile i have installed the Cloud Connector on the machine where my WebSocket RFC Server is running (inside a fenced company network). Sadly i still wasn't able to establish a connection. For now i am not sure if this can be done using the Cloud Connector combined with a WebSocket RFC call from SAP public cloud. The problem is, as i suppose, that in the cloud connector there is no option for a RFC protocoll while selecting the target system "Non-SAP" that is my WebSocket RFC server. the possible option are:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_2-1741948504505.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/237510iD5DFE95BD81BFC03/image-size/medium?v=v2&amp;px=400" role="button" title="andrzej_rosinski_2-1741948504505.png" alt="andrzej_rosinski_2-1741948504505.png" /></span></P><P>Therefore i have selected the TCP protocol that at least does "see" the WebSoclet RFC server running on its port</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_1-1741948431063.png" style="width: 770px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/237509i270508CC4362D490/image-dimensions/770x135?v=v2" width="770" height="135" role="button" title="andrzej_rosinski_1-1741948431063.png" alt="andrzej_rosinski_1-1741948431063.png" /></span></P><P>but with that configuration i get no connection to the server. In the monitor view i do not see any throughput for the configured Cloud Connector.</P><P>I have also found a blog entry from Thomas Weiss (from 2021 - maybe its outdated?)</P><P><A title="WebSocket RFC blog" href="https://community.sap.com/t5/technology-blogs-by-sap/websocket-rfc-rfc-for-the-internet/ba-p/13502531" target="_self">https://community.sap.com/t5/technology-blogs-by-sap/websocket-rfc-rfc-for-the-internet/ba-p/13502531</A>&nbsp;</P><P>that is saying the following:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrzej_rosinski_3-1741948684851.png" style="width: 609px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/237512iCBBA03FC81AD1B2D/image-dimensions/609x571?v=v2" width="609" height="571" role="button" title="andrzej_rosinski_3-1741948684851.png" alt="andrzej_rosinski_3-1741948684851.png" /></span></P><P>&nbsp;</P><P>So i suppose for the scenario:</P><P>--&gt; SAP Public Cloud (embedded steampunk) to WebSocket RFC Server in a fenced company network some different communication type must be used.</P><P>Or maybe i am doing something wrong? any ideas?</P><P>Greetings!</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P> 2025-03-05T12:14:51.564000+01:00 https://community.sap.com/t5/technology-q-a/call-action-project-error-querya-enotfound-in-build-process-automation/qaq-p/14048766 Call Action Project error queryA ENOTFOUND in Build Process Automation 2025-03-18T18:48:02.785000+01:00 sakthidevi1 https://community.sap.com/t5/user/viewprofilepage/user-id/1478437 <P>Hello Experts,</P><P><STRONG>Destination configuration&nbsp;</STRONG></P><P>we configured the S4HANA On-premise URL as a Destination like in a below screenshot.</P><P><STRONG><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sakthidevi1_0-1742318079644.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/239156i9B1A676785786734/image-size/medium?v=v2&amp;px=400" role="button" title="sakthidevi1_0-1742318079644.png" alt="sakthidevi1_0-1742318079644.png" /></span></STRONG></P><P><STRONG>Action Project</STRONG></P><P><STRONG><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sakthidevi1_1-1742318224262.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/239157i8E2CBBC8CE291F9D/image-size/medium?v=v2&amp;px=400" role="button" title="sakthidevi1_1-1742318224262.png" alt="sakthidevi1_1-1742318224262.png" /></span></STRONG></P><P><STRONG>Process Automation Flow</STRONG></P><P>We added the above Action project as a Dependency to our process automation flow like in a below screenshot.</P><P><STRONG><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sakthidevi1_2-1742318294521.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/239158i94DBCC974F3C9E26/image-size/medium?v=v2&amp;px=400" role="button" title="sakthidevi1_2-1742318294521.png" alt="sakthidevi1_2-1742318294521.png" /></span></STRONG></P><P><STRONG>Problem we are facing</STRONG></P><P>Below is the response of the action activity 'GET_MAIL_LIST'.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sakthidevi1_3-1742318636789.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/239163iF6EE82DA2CA0D73E/image-size/medium?v=v2&amp;px=400" role="button" title="sakthidevi1_3-1742318636789.png" alt="sakthidevi1_3-1742318636789.png" /></span></P><P>I saw the similar issue in the below community link :&nbsp;<A href="Re: Call web service error queryA ENOTFOUND - SAP Community" target="_self" rel="nofollow noopener noreferrer">Call web service error queryA ENOTFOUND - SAP Community</A>&nbsp;However it didn't help us to resolve the issue.</P><P>Kindly help me to figure out the issue.</P><P><a href="https://community.sap.com/t5/c-khhcw49343/SAP+Business+Technology+Platform/pd-p/73555000100700000172" class="lia-product-mention" data-product="1215-1">SAP Business Technology Platform</a>,&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/SAP+Build+Process+Automation/pd-p/73554900100800003832" class="lia-product-mention" data-product="1213-1">SAP Build Process Automation</a>&nbsp;</P><P>Thanks in advance.</P><P>Best Regards,</P><P>Sakthi.</P><P>&nbsp;</P> 2025-03-18T18:48:02.785000+01:00 https://community.sap.com/t5/technology-q-a/error-creating-content-provider-for-sap-build-work-zone-in-consumer/qaq-p/14072765 Error Creating Content Provider for SAP Build Work Zone in Consumer Subaccount 2025-04-10T18:24:21.914000+02:00 guilherme_sales https://community.sap.com/t5/user/viewprofilepage/user-id/17054 <P>I am trying to create a multi-tenant application with SAPUI5 interface that is consumed by the subscriber's <a href="https://community.sap.com/t5/c-khhcw49343/SAP+Build+Work+Zone%25252C+standard+edition/pd-p/73554900100800003081" class="lia-product-mention" data-product="684-1">SAP Build Work Zone, standard edition</a>&nbsp;subscription, but I am getting errors trying to create the Content Provider.&nbsp;</P><P>Following the tutorial in the documentation&nbsp;<A href="https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/developing-html5-apps-for-cross-subaccount-consumption" target="_blank" rel="noopener noreferrer">Developing HTML5 Business Solutions as Content Providers</A>, which has steps for&nbsp;<SPAN>Multitenant consumption via subscription. I updated the "sap.cloud.service" in the SAPUI5 manifest.json file, added the cdm.json file and the script on the mta.yaml file to copy it to the resources folder. I also defined the destination templates in the provider side.</SPAN></P><P><SPAN>After that I followed the Administrator steps in&nbsp;<A href="https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/content-providers-html5-apps-across-subaccounts" target="_self" rel="noopener noreferrer">Federation of HTML5 Business Solutions</A>&nbsp;documentation. Subscribed to the multi-tenant app from another subaccount in the same environment and region. Exported and imported the destinations to the consumer subaccount, changing the runtime destination URL to the subscription URL of the consumer.</SPAN></P><P><SPAN>However after I create the Content Provider in the consumer SAP Build Work Zone channel manager, the content fetch fails with the following message:</SPAN></P><P><SPAN>"&lt;Connectivity/InternalError&gt;: Could not fetch content due to an internal error. Please try again later. If the issue persists, please open a ticket on the connectivity service."<BR /></SPAN></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guilherme_sales_0-1744302150241.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/249455i563CD963C51CE507/image-size/medium?v=v2&amp;px=400" role="button" title="guilherme_sales_0-1744302150241.png" alt="guilherme_sales_0-1744302150241.png" /></span></P><P>This is the code I am currently working in&nbsp;<A href="https://github.tools.sap/I538205/simple-saas-mt/tree/bwz" target="_blank" rel="nofollow noopener noreferrer">https://github.tools.sap/I538205/simple-saas-mt/tree/bwz</A>&nbsp;<BR />and I also tested the sample from&nbsp;<A href="https://github.com/SAP-samples/build-workzone-integration/tree/main/standard/html5-content-provider-sample" target="_blank" rel="nofollow noopener noreferrer">https://github.com/SAP-samples/build-workzone-integration/tree/main/standard/html5-content-provider-sample</A>&nbsp;which also failed to import the content provider.</P><P>Has anyone else here faced this issue? How can I solve it?</P> 2025-04-10T18:24:21.914000+02:00 https://community.sap.com/t5/technology-q-a/unable-to-create-connection-from-sf-to-sac-amp-datasphere/qaq-p/14087434 unable to create connection from SF to SAC & datasphere 2025-04-27T08:45:21.188000+02:00 DarrenEhsanSabzikari https://community.sap.com/t5/user/viewprofilepage/user-id/1972419 <P>Hi Experts,&nbsp;</P><P>Please help me with this as im getting very annoyed on why we cannot create one simple connection, my intention is to create a connection between SF and SAC and Datasphere. could someone tell me the step-by-step process. I have searched many articular, but none has been very useful. i have screenshot from SF side with Oauth2 setup and SAC. the error i get is :&nbsp;<SPAN>Unable to connect to datasource. Check the connection details and user credentials, and then try again.</SPAN></P><P>the question does this connection looks right and the USER id does it need special step that i have missed?</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SF.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/255218iE7728B1FADEBE929/image-size/large?v=v2&amp;px=999" role="button" title="SF.png" alt="SF.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAC.png" style="width: 955px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/255219iAA5300389CA68C17/image-size/large?v=v2&amp;px=999" role="button" title="SAC.png" alt="SAC.png" /></span></P><P>&nbsp;</P> 2025-04-27T08:45:21.188000+02:00 https://community.sap.com/t5/technology-q-a/cloud-connector-access-to-al11-directory/qaq-p/14106715 Cloud Connector access to AL11 directory 2025-05-20T14:48:40.954000+02:00 Shubhash https://community.sap.com/t5/user/viewprofilepage/user-id/2041566 <P>Hi Experts,</P><P>I need your help to understand how to get the internal host of SFTP?</P><P><STRONG>--Symptom--</STRONG></P><UL><LI>We created few folders in AL11 directory, now we need to fetch the data from that folder to CPI via cloud connector to S4HANA Private Cloud.&nbsp;</LI><LI>The blog is followed:<BR /><A href="https://community.sap.com/t5/technology-blog-posts-by-members/step-by-step-procedure-to-establish-cpi-to-sftp-server-connection/ba-p/13520842" target="_blank">https://community.sap.com/t5/technology-blog-posts-by-members/step-by-step-procedure-to-establish-cpi-to-sftp-server-connection/ba-p/13520842</A></LI></UL><P>&nbsp;</P><P>For Cloud Integration to access file storage, you must expose the file storage using FTP or SFTP protocol, by setting up FTP or SFTP service (as Server).</P><P>But how to get the internal host of SFTP?</P><P>Thank you very much.</P><P>&nbsp;</P> 2025-05-20T14:48:40.954000+02:00 https://community.sap.com/t5/technology-q-a/sap-cap-502-quot-error-during-request-to-remote-service-read-econnreset/qaq-p/14142585 SAP CAP : 502 "Error during request to remote service: read ECONNRESET" 2025-07-02T13:05:29.723000+02:00 AakashN24 https://community.sap.com/t5/user/viewprofilepage/user-id/44956 <P>Hi,</P><P>I am developing SAP CAP application, node.js, trying to connect to external S4 onPrem service which is accessed via the cloud connector.</P><P>I am trying to reach S4 OData service from CAP Application locally in Business Application Studio via SAP Cloud Connector.</P><P>To connect to the destination and other services we are using the “cds bind -2” command, which created the .cdsrc-private.json file.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt=".cdsrc.jpg" style="width: 485px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/281736iD2235BDFAA2FFD25/image-dimensions/485x387?v=v2" width="485" height="387" role="button" title=".cdsrc.jpg" alt=".cdsrc.jpg" /></span></P><P>I am able to connect to the different BTP instances like the destination, authorization and connectivity instances, when i run the app using&nbsp;</P><P>cds watch --profile hybrid</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="console1.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/281737i15464359EE47790A/image-size/large?v=v2&amp;px=999" role="button" title="console1.png" alt="console1.png" /></span></P><P>But when i'm trying to access any of the entities within the S4 OData service facing the following error,</P><P>{"error":{"code":"502","message":"Error during request to remote service: read ECONNRESET"}}</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AakashN24_0-1751453547753.png" style="width: 652px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/281739iDB22D9D715C8A500/image-dimensions/652x178?v=v2" width="652" height="178" role="button" title="AakashN24_0-1751453547753.png" alt="AakashN24_0-1751453547753.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AakashN24_1-1751453599642.png" style="width: 698px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/281747i75E3D45474ECA560/image-dimensions/698x100?v=v2" width="698" height="100" role="button" title="AakashN24_1-1751453599642.png" alt="AakashN24_1-1751453599642.png" /></span></P><P><SPAN>Has anyone faced this issue, please suggest an appropriate solution for this.</SPAN></P><P><SPAN>Also when the applicaiton is deployed to BTP,&nbsp; the S4 odata services are accessiable via destination and the application is working as expected,</SPAN></P><P><SPAN>i want run the application locally for development phase, hence need your help,</SPAN></P><P><SPAN>Regards,</SPAN></P><P><SPAN>Aakash</SPAN></P> 2025-07-02T13:05:29.723000+02:00 https://community.sap.com/t5/technology-q-a/multiple-external-systems-connected-to-one-saprouter-in-sap-private-cloud/qaq-p/14142768 Multiple external systems connected to one SAProuter in SAP Private Cloud 2025-07-02T16:12:39.277000+02:00 andresalmansa https://community.sap.com/t5/user/viewprofilepage/user-id/578295 <P>We have SAP Private Cloud and we have added a SAProuter, and on the one hand we want to connect it to an external system for EDI, on the other hand we also have it for another system of connection with banks, but on the other hand we want to connect it to another external system of invoice management, but they tell us that it is not possible to connect to that SAProuter a third external system, honestly I thought that there were no limitations in connecting external systems to a single saprouter, I have been told that I would have to acquire a second saprouter, is this correct?</P><P>Regards</P><P>Andrés</P> 2025-07-02T16:12:39.277000+02:00 https://community.sap.com/t5/technology-q-a/oauth-technical-user-propagation-for-forms-service-by-adobe/qaq-p/14151340 Oauth Technical User Propagation for Forms Service by Adobe 2025-07-14T06:40:48.422000+02:00 Suneeth https://community.sap.com/t5/user/viewprofilepage/user-id/1494905 <P>Hello Experts,<BR />We are trying to configure Oauth Technical User Propagation for usage by Forms Service by Adobe on SAP BTP by following the below guides</P><P><A href="https://help.sap.com/docs/forms-service-by-adobe/sap-forms-service-cf/configure-technical-user-propagation" target="_blank" rel="noopener noreferrer">https://help.sap.com/docs/forms-service-by-adobe/sap-forms-service-cf/configure-technical-user-propagation</A></P><P>The backend system is a S4 HANA 2023 system . ADS works fine when we use basic authentication.</P><P>The BTP subaccounts, cloud connector and backend S4 HANA 2023 system are all set for Principal Propagation and normal calls via Principal Propagation works fine<BR />As per the document for Forms Service, to use oauth technical user propagation - we have to create a destination using the proxy type 'on-premise' and so expected to go via the cloud connector<BR /><BR />However, SAP documentation <A href="https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/oauth-technical-user-propagation-authentication" target="_self" rel="noopener noreferrer">here</A> mentions that the calls to token Service URL does not go via the cloud connector. However, it still does not allow us to enter a HTTPS URL for the 'token service URL '&nbsp; (any service credentials created in the BTP subaccount has a https URL for token service ) . Anyhow - we tried replacing HTTPS with HTTP for the token URL (and also creating a destination in cloud connector to redirect it to HTTPS ) but it does not help . There are no calls logged in the cloud connector as well</P><P>The token URl and credentials we used was from a "Authorization and Trust MAnagement Service" in the same subaccount as described as an example in the Forms Service guide</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Suneeth_0-1752465324221.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/285982i944172F51D862338/image-size/medium?v=v2&amp;px=400" role="button" title="Suneeth_0-1752465324221.png" alt="Suneeth_0-1752465324221.png" /></span></P><P>How does this work ?</P><P><BR /><BR /></P> 2025-07-14T06:40:48.422000+02:00 https://community.sap.com/t5/technology-q-a/abap-platform-pipeline-in-sap-ci-cd-service-release-issue/qaq-p/14166006 ABAP Platform pipeline in SAP CI/CD Service - release issue 2025-07-29T17:23:05.180000+02:00 AdrDen https://community.sap.com/t5/user/viewprofilepage/user-id/362972 <P>Hi,&nbsp;</P><P>I have a problem with my <U>ABAP Platform pipeline</U>, using SAP Continuous Integration and Delivery Service in BTP. The issue is with the&nbsp;<STRONG>Release</STRONG> part.</P><P>I have a Cloud Connector and destination (using Principal Propagation) ready. The deployment from SAP BAS works as expected. All necessary OData Services are active and whitelisted. However, there's 401 error when the pipeline is executed.</P><PRE>[2025-07-29T14:59:03.441Z] Sending GET request to http://XXX:400/sap/opu/odata/UI5/ABAP_REPOSITORY_SRV/ [2025-07-29T14:59:03.677Z] Release stage credentials successfully validated against endpoint<BR />...</PRE><PRE>[2025-07-29T14:59:23.345Z] info transportRequestUploadCTS - No deploy dependencies provided. Skipping npm install call. Assuming current docker image already contains the dependencies for performing the deployment. [2025-07-29T14:59:23.345Z] info transportRequestUploadCTS - running shell script: /bin/sh #!/bin/sh -e [2025-07-29T14:59:23.345Z] fiori deploy --failfast --yes --username ABAP_USER --password ABAP_PASSWORD --description "Pipeline Test" --config "ui5-deploy.yaml" --url http://XXX:400 --transport GXXXXXXXX --package Z_PACKAGE --name Z_TEST [2025-07-29T14:59:24.278Z] info transportRequestUploadCTS - &#27;[32minfo&#27;[39m abap-deploy-task Z_TEST Creating archive with UI5 build result. [2025-07-29T14:59:24.278Z] info transportRequestUploadCTS - &#27;[32minfo&#27;[39m abap-deploy-task Z_TEST Archive created. [2025-07-29T14:59:24.278Z] info transportRequestUploadCTS - &#27;[32minfo&#27;[39m abap-deploy-task Z_TEST Starting to deploy. [2025-07-29T14:59:24.278Z] info transportRequestUploadCTS - &#27;[31merror&#27;[39m abap-deploy-task Z_TEST Deployment has failed. [2025-07-29T14:59:24.278Z] info transportRequestUploadCTS - &#27;[31merror&#27;[39m abap-deploy-task Z_TEST Change logging level to debug your issue [2025-07-29T14:59:24.278Z] info transportRequestUploadCTS - &#27;[31merror&#27;[39m abap-deploy-task Z_TEST (see examples https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-tooling#configuration-with-logging-enabled) [2025-07-29T14:59:24.278Z] info transportRequestUploadCTS - &#27;[31merror&#27;[39m builder:<STRONG>custom deploy-to-abap Request failed with status code 401</STRONG> [2025-07-29T14:59:24.279Z] info transportRequestUploadCTS - Command deploy failed with error : <STRONG>Request failed with status code 401</STRONG> [2025-07-29T14:59:42.331Z] info transportRequestUploadCTS - fatal error: errorDetails{"category":"undefined","correlationId":"n/a","error":"<STRONG>running shell script failed with /bin/sh: cmd.Run() failed: exit status 1</STRONG>","library":"SAP/jenkins-library","message":"step execution failed","result":"failure","stepName":"transportRequestUploadCTS","time":"2025-07-29T14:59:39.890292594Z"} [2025-07-29T14:59:42.332Z] fatal transportRequestUploadCTS - step execution failed - running shell script failed with /bin/sh: cmd.Run() failed: exit status 1</PRE><P>&nbsp;I use <STRONG>Job Editor</STRONG> configuration mode. No code is used for the pipeline.&nbsp;</P><P>Upload credentials is Basic Auth. using my Username and Password. These are no issues with it, as I've tested successfully.</P><P>I also use Cloud Connector, with Location ID specified on the destination level.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrDen_0-1753802156650.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/293514i9ADDCA2A04833BB2/image-size/medium?v=v2&amp;px=400" role="button" title="AdrDen_0-1753802156650.png" alt="AdrDen_0-1753802156650.png" /></span></P><P>I have a couple of doubts:</P><P>- I see the&nbsp;--config "ui5-deploy.yaml" is used. Is there any special ui5-deploy content I have to add? I use destination there.</P><P>- Is ABAP Platform Endpoint the URL that I can find on my Destination level?</P><P>- Location ID - documentation says it should be found on the Cloud Connector level in BTP Cockpit, but it's false. There's Location ID, but only on the Destination level.</P><P>Any idea what could be the issue?</P><P>BR,</P><P>Adrian</P><P>&nbsp;</P> 2025-07-29T17:23:05.180000+02:00 https://community.sap.com/t5/technology-q-a/ads-configuration-via-oauth2technicaluserpropagation/qaq-p/14185943 ADS configuration via OAuth2TechnicalUserPropagation 2025-08-21T08:14:19.320000+02:00 bsamit15 https://community.sap.com/t5/user/viewprofilepage/user-id/1999299 <P>Hi,</P><P>Hi , I am having trouble in ADS configuration via&nbsp;OAuth2TechnicalUserPropagation. Reports is throwing an below error.</P><P>We have already set the cloud connector setting to X.509.</P><H3 id="toc-hId-1866983916">com.adobe.ads.destination.DestinationException: HTTP-401 Error.(200.101).</H3><P>I have done the principal propagation as per the SNOTE 345281 and its working fine. We have tested for BAS application.</P><P>With Basic authentication reports are working fine.</P> 2025-08-21T08:14:19.320000+02:00 https://community.sap.com/t5/technology-q-a/bind-connectivity-service-to-bas-doesn-t-work-and-end-up-in-cf/qaq-p/14229565 bind connectivity service to bas doesn't work and end up in CF-UnprocessableEntity error 2025-09-27T16:15:07.293000+02:00 haschneider https://community.sap.com/t5/user/viewprofilepage/user-id/878739 <P>Hello,</P><P>i have the problem that i can't bind the connectivity service in my Business Application Studio. If i try to bind the service over the cloudfoundry targets menu then i get the following error.&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="haschneider_0-1758982421535.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/320720i16643F4815F1279F/image-size/medium?v=v2&amp;px=400" role="button" title="haschneider_0-1758982421535.png" alt="haschneider_0-1758982421535.png" /></span></P><P>CF-UnprocessableEntity (Assign a droplet before starting this app.) [10008]</P><P>Has anyone an idea why it is so an how i can resolve this problem?&nbsp;</P> 2025-09-27T16:15:07.293000+02:00 https://community.sap.com/t5/technology-q-a/connect-to-onprem-ldap-destination-from-cap-nodejs-app-running-in-k8s/qaq-p/14282737 Connect to Onprem LDAP Destination from CAP (Nodejs) App running in K8s cluster??? 2025-12-03T10:22:57.877000+01:00 TejaswiBitra https://community.sap.com/t5/user/viewprofilepage/user-id/1490746 <P>Hi All,</P><P>We have a requirement where we have to display users when a Cost Center value is entered.</P><P>We are looking to use LDAP protocol to fetch user details and have a working setup locally via ldap client</P><P>We have Kubernetes setup where we deploy our applications. We are looking for documentation/ gudance on how to connect to this on prem destination with <STRONG>SAP BTP connectivity service</STRONG>.</P><P>We use Transparent proxy, connectivity proxy intalled in the cluster and Destination and Connectivity services, cloud connector from BTP.</P><P>Though there is SAP help documentation, we dont have much clarity on how this can be done in CAP.</P><P>Looking forward for suggestions/support if someone has already implemented it.</P><P>We also interested in knowing if Default SAP IDP provides API's using which we can fetch the user data.</P><P>Thanks in Advance.</P> 2025-12-03T10:22:57.877000+01:00 https://community.sap.com/t5/technology-q-a/cap-multitenancy-connectivity-service-returns-401-invalid-client-despite/qaq-p/14290345 CAP Multitenancy: Connectivity Service returns 401 invalid_client despite correct provisioning setup 2025-12-15T10:57:55.820000+01:00 gizemsoyluutr https://community.sap.com/t5/user/viewprofilepage/user-id/163697 <P>I’m working on a CAP multitenant app in Cloud Foundry and I keep getting a 401 error when trying to use the Connectivity service, even though I’ve added it as a dependency both in my mta.yaml and in the provisioning dependencies handler.&nbsp;<BR />What makes this confusing is: <STRONG>I can successfully read subscriber destinations</STRONG>, but <STRONG>Connectivity fails</STRONG> even though it is also bound.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dependencies.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/351992i34BE63E6DCBEF025/image-size/medium?v=v2&amp;px=400" role="button" title="dependencies.png" alt="dependencies.png" /></span></P><P>In my app:</P><UL><LI>Connectivity is listed as a dependency in mta.yaml</LI><LI>I return both the destination and connectivity xsappname in the dependencies handler</LI><LI>The xsappname values look correct in my environment variables</LI><LI>I’ve redeployed and double-checked the service bindings</LI></UL><P>But I still get this error:</P><P>Error: Could not fetch client credentials token for service of type connectivity: HTTP response ... was 401: {"error":"invalid_client","error_description":"Bad credentials"}</P><P>Main package versions:<BR /><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1862993">@Pa_Vi</a>-cloud-sdk/connectivity: ^4.2.0<BR /><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1862993">@Pa_Vi</a>-cloud-sdk/http-client: ^4.2.0<BR /><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1862993">@Pa_Vi</a>/cds: ^9.5.2<BR /><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1862993">@Pa_Vi</a>/cds-mtxs: ^3.5.1<BR /><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1862993">@Pa_Vi</a>/xssec: ^4</P><P>I have already reviewed the following SAP Community post and the related blog comments, but unfortunately the suggested approach did not resolve the issue in my case:</P><P><A class="" href="https://community.sap.com/t5/technology-q-a/cap-multitenancy-connectivity/qaq-p/12493182" target="_new">https://community.sap.com/t5/technology-q-a/cap-multitenancy-connectivity/qaq-p/12493182</A></P><P>Has anyone else run into this? Is there something I might be missing?<BR />Any tips would be really appreciated!</P><P>Thanks!</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/351988i6115579C50AE805D/image-size/medium?v=v2&amp;px=400" role="button" title="image.png" alt="image.png" /></span></P><P> </P> 2025-12-15T10:57:55.820000+01:00