Hi everyone,
When I launch the call from monitoring in process build automation I get the following error:
When I launch the call from process build automation test with the same destination it works well.
I checked the destination con...
Hi,
I am trying to make a post to gateway but I need to receive the X-CSRF-TOKEN token. Before making the post, I make a get with the header to receive some data and the X-CSRF-TOKEN, but I don't get any header.
I am receiving the call data corre...
Hi,
I have deployed a CAP application with a binded JobScheduler instance but when I want to run inside the instance the jobs, it returns a 401 error.
Could someone tell me what I should do or if I should modify something in my xsua instance? ...
Hello community,
I am trying to migrate some hana-service tables to hana-cloud from my CAP application and when deploying I get this error:
The errors displayed belongs to tables that I have in database but not in the code, they were old tabl...
Hi,
I have this problem when I'm going to generate a PDF with SAP CAP Node.js:
Recently, I had to change the node version in the package.json because it was old. Before changing the version it worked correctly. Now I can't know how to resolve...
This is my entity:entity Book { key id: UUID; name: String(100); author: String(200); numberPages: Integer; price: Decimal(6,2);}This is my service:entity Book as select from db.Book;There is any kind of annotation like @readonly that ...