Reputation: 71
I have developed my first fiori app using sap bas and am trying to deploy it to our test-system. The test-system is connected to sap bas via SCC/OData and receiving data via the odata services is working fine. To deploy the app i run these commands:
After running the last command, it says "deploying..." and then throws this "error" message:
sadly nothing is written to the error log file :( When trying to run the service in my system, it opens the webpage that simply says "Error: File NOT found!
am thankful for any ideas on how to fix this :)
Upvotes: 0
Views: 6142
Reputation: 11
1 - First we create a configuration file through the command:
npx fiori add deploy-config
2 - Then we deploy it using the command:
npm run deploy
Upvotes: 1
Reputation: 71
Apparently the abap-deploy command in SAP BAS is deprecated! I used program /UI5/UI5_REPOSITORY_LOAD to deploy my app.
Upvotes: 1