cancel
Showing results for 
Search instead for 
Did you mean: 

404 Not Found: Service plan hdi-shared not found while deploying CAPM Application in BTP

durgaprasanth_vemula
Participant
0 Kudos
79

Hi,

HANA Cloud database already created manually inside the space before the deployment of the mta . And now  When I am deploying CAPM Application in Trail BTP and getting error 

Creating service "MyHanaApp2-db" from MTA resource "MyHanaApp2-db"...
Service operation failed: Controller operation failed: 404 Not Found: Error creating or updating service instance: Could not create service "MyHanaApp2-db" : Service plan hdi-shared not found.

Please find the attached screen shot

Thanks

Durga Prasanth

 

Accepted Solutions (0)

Answers (1)

Answers (1)

dev-hirsbrunnerm
Explorer
0 Kudos

Hello,

in your mta.yaml your database ressource should look something like this:

 

  - name: MyHanaApp2-db
    type: com.sap.xs.hdi-container
    parameters:
      service: hana
      service-plan: hdi-shared

 

If that doesn't work, make sure you activated the entitlement for the hdi-shared plan. The entitlement is defined on subaccount level and looks like this:

Service
Plan
Subaccount Quota
Resource Provider
hana
hdi-shared
unlimited
 

Hopefully that should fix your issue 🙂

Cheers
Marco