cancel
Showing results for 
Search instead for 
Did you mean: 

Can we deploy an application on to HANA XSA server directly from SAP Web IDE ?

shivam_bedwal
Explorer
0 Kudos

Hello,

Can we deploy an application on to HANA XSA server directly from SAP Web IDE, or using CLI (Command Line Interface) is the only option ?

I see in the standard HANA developer guide documentation , the option to deploy an application to HANA XSA server is given using the CLI (Command Line Tool) only. Can we deploy the application to XSA directly from SAP Web Ide ?

Kindly provide your inputs.

Thanks,

Shivam

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Yes after you build at the project level you get the MTAR file in the archives folder. Right mouse click on the file and choose Deploy -> (option for SAP Cloud Platform Cloud Foundry or SAP HANA XSA). This gives you the option to deploy to another space on the same XSA instance.

torsten_bauer
Explorer
0 Kudos

Hi Thomas,

I have a similar question. We have 2 different HANA servers - one for PROD and one for DEV - both with the same Organization but one with PROD space and one with DEV space. This has been seperated from one system into two after our discussion in (https://answers.sap.com/questions/591769/webide-for-sap-hana-configuration-of-deployments-t.html)

Is it somehow possible to make both systems available in the same XSA instance, so that we can use Deploy -> SAP HANA XSA to deploy to the PROD space which is on a different HANA system instead of using the CLI? If yes - what needs to happen?


Thanks

Torsten

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>s it somehow possible to make both systems available in the same XSA instance,

No. An XSA instance is part of one and only one HANA instance. If you want to deploy between instances you have to use the CLI, script the CLI, use Continuous Integration (Jenkins calls the CLI) or CTS+