on 2024 Dec 06 7:59 PM
Hi Experts,
I am trying to deploy SAP UI5 Fiori application from VS code to ABAP on-premise system. I installed all the extensions needed in VS code to create a Fiori application and was able to preview the application in the local host. When it comes to deployment to the backend system, I get the below error when running the command 'npm run deploy' and deployment fails.
error abap-deploy-task ZDFGT Deployment has failed.
error abap-deploy-task ZDFGT Change logging level to debug your issue
error abap-deploy-task ZDFGT (see examples https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-tooling#configuration-with-logging-en...)
error builder:custom deploy-to-abap Unexpected token '<', "<!DOCTYPE "... is not valid JSON
Command deploy failed with error : Unexpected token '<', "<!DOCTYPE "... is not valid JSON
Any suggestions to resolve this error please?
Thank you for your help in advance!
Request clarification before answering.
https://www.npmjs.com/package/nwabap-ui5uploader
your server is too old, probably not supported by fiori tool regarding deployment
use that node js module to do the deployment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not get any other error. We have SAP_ABA 750 and SAP_UI 754.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The error '<', "<!DOCTYPE "... is not valid JSON has high probability of being an authentication issue. The ABAP system is responding with HTML, possibly for signing in to the request to deploy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
do what it asked.
error abap-deploy-task ZDFGT Change logging level to debug your issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.