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

Error while deploying SAPUI5 app via visual studio code to on premise server

divyesh_raghwani
Explorer
890

Hello Team,

I have created a basic SAPUI5 app on visual studio code and i have deployed it to on premise server with bsp name as "ZDemoBinding".

After i make some changes in view/controller again when i am trying to build and deploy app to on premise server with same details as that of deployed first time i am getting below displayed error.

divyesh_raghwani_0-1750330287981.png

I have followed tutorial to upload app to on premise server.

Please let me know if anything needs to be changed in existing UI5 app so that it can be deployed again to on premise server as i am unable to find anything regarding this.

.nwabaprc file screenshot.

divyesh_raghwani_1-1750330604624.png

Package.json file

divyesh_raghwani_2-1750330933072.png

ui5.yaml file

divyesh_raghwani_3-1750331006938.png

ui5-deploy.yaml file

divyesh_raghwani_4-1750331073789.png

 

Please help if anyone knows how to update the existing z bsp application which is deployed to on premise server after making changes..

 

 

Accepted Solutions (1)

Accepted Solutions (1)

junwu
SAP Champion
SAP Champion

unless your abap server is very old, if not, just use fiori tool to do the deployment.

just run "npm run deploy-config"

divyesh_raghwani
Explorer
Even after adding deployment configuration from application wizard via which we create SAPUI5 app file of ui5-deploy.yaml was not added to my project. So via Fiori:Add Deployment Configuration generator i have added the deployment configuration then ui5-deploy.yaml file was available in my sapui5 app in visual studio then by using both build and deploy command i was able to upload the app to onpremise server.

Answers (0)