cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to dynamically bind ups instance to an application in SAP HANA XS Advanced?

0 Kudos
343

Use Case - As per requirement, n number of user provided service instance can be created that will be required to use in the application.

Problem - Each time a new ups instance is created in SAP HANA XSA Cockpit, I need to write the binding in mta/manifest and redeploy/push the application.

So, is there any way of doing this binding dynamically, without me having to write this binding in mta/manifest file and deploy/push the app? Any way to make this binding at runtime or dynamically binding happens for the app?

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

The XS CLI would be an option to do that in a scripted way. In detail you can use the xs bind-service command to bind your user-provided services to your application.

former_member704827
Discoverer
0 Kudos

Is there any way to automate this part without either running commands or writing it in mta/manifest file?

pfefferf
Active Contributor
0 Kudos

Sure this can be automated, but that depends on your reqiurements.