cancel
Showing results for 
Search instead for 
Did you mean: 

HANA 2.0 SPS 03 and SDI Replication

celo_berger
Active Participant
0 Kudos

Hello,

I have the following architecture:

ECC system loading into HANA Express on HANA 2.0 SPS 03, using SDI and the ABAP Adapter.

I am new to XSA, coming from a background of HANA Studio (Eclipse) and XS classic.

Apart from struggling with the concepts around containers and "schema-less" environment, I think I have a very rudimentary understanding that the workspace is connected to the DB, but artifacts need to be deployed in order to fully function.

So to my question: we have created the remote source to ECC in HANA Express. And I have added a "Multi Target Application Project", and a "SAP HANA Database Module" in XSA so I can build my artifacts.

When I click New, I see the Flowgraphs, Replication Tasks, Calculation Views, etc., which is what I want.

However, when trying to create the replication task, when connecting to a remote source, I don't see anything.

It seems that I'm missing some preliminary steps, which I'm hoping you can shed some light on.

Appreciate your feedback!

Regards,

Marcelo

Accepted Solutions (0)

Answers (1)

Answers (1)

Sefan_Linders
Product and Topic Expert
Product and Topic Expert

Your Web IDE project is isolated, meaning that it only sees its own Schema and does not have privileges outside of it. To break that isolation, you have to set up a user provided service that can grant your container the right authorization. Read the following blog post on that: https://developers.sap.com/tutorials/xsa-create-user-provided-anonymous-service.html