sap-tutorials / Issues

Creative Commons Attribution 4.0 International
8 stars 5 forks source link

Deploy Your Multi-Target Application (MTA) #673

Closed ceedee666 closed 2 years ago

ceedee666 commented 2 years ago

Tutorials: https://developers.sap.com/tutorials/btp-app-cap-mta-deployment.html

In the 5th step of the tutorial the mty.yaml is created. This file contains the following:

type: com.sap.xs.hdi-container
    parameters:
    service: hana  # or 'hanatrial' on trial landscapes
    service-plan: hdi-shared

The tutorial should contain an hint, that this needs to be changed on the trial landscape. Furthermore, the tutorial assumes the availability of an instance of the "SAP HANA Schemas & HDI Containers" service with the plan hdi-shared. If I'm not mistaken this was not created in any of the previous tutorials. Creating this instance should probably be a separate step in the tutorial.

ceedee666 commented 2 years ago

Actually, this does not seem to be a problem with the tutorial but rather with the trial landscape. Currently, I get thsi error even when creating a hdi-shared instance manually: CleanShot 2021-10-17 at 19 02 51

ceedee666 commented 2 years ago

I think my Hana cloud instance was not running. Therefore I’m closing the issue.