on 2021 Sep 03 3:11 PM
I built a xsodata service in BTP Cloud Foundry using the node package (@sap/xsjs) for retrocompatibility and my xsodata GET, POST and DELETE is working fine, but the PUT method is giving me the following error:
Checking the LOG section of my application (xsodata node service) in BTP, I noticed this error:
"msg":"[24][0] SQL Exec::Error: \nError: feature not supported: UPDATE FROM statement isn't supported"
Searching a bit about this error, I noticed tat the "UPDATE FROM" features doesn't work in HANA Cloud anymore. Is it possible that the node package from SAP (@sap/xsjs) is implemented with this error for the PUT method, or am I missing something?
In case of any doubt, here's my code: https://github.com/AlexandreFossati/mta-xsodata
Request clarification before answering.
I had a similar issue... what I had to do was a merge statement in HANA cloud rather than an update statement which is not allowed - in my case i was using a stored procedure being called from a node api. here is the documentation https://help.sap.com/docs/HANA_SERVICE_CF/7c78579ce9b14a669c1f3295b0d8ca16/3226201f95764a57810dd256c...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexandre, Could you please assist how did you solve the problem in below blog of yours
https://community.sap.com/t5/technology-q-a/xsodata-fails-when-xsuaa-is-active/qaq-p/12246136
The HANA Academy video is removed now.
User | Count |
---|---|
51 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.