Skip to Content
2
Aug 15, 2023 at 02:27 PM

Creating an HTTP API connection in the SAP Analytics Cloud

194 Views

Hello all,

we want to connect MS Dynamic 365 to the SAC. We have Solace in use.

Solace is an event mesh is a dynamic infrastructure for sending notifications to applications in a distributed environment.

It has been developed microservices

The whole thing is implemented as a Docker container with an Express.js app. In it quasi the implementation of an Advanced Message Queuing Protocol Receiver. This is created when the app is started and when you call the corresponding route you get back the events that were dropped.

The app is secured with Basic Authentication.

The code (Js.node) was hosted in SAP BTP so that it can be used productively.

Connection creation was successful. But I can only reach the connection via the multiaction. I cannot create an import model as usual using this connection in SAC and later display the data in a story.

Does anyone know if a data model can be created using the HTTP API connection? Or does it have to be done exclusively through Multiaction?

Do I need to have a planning license to use this connection method?

I thank you in advance for your help