Hi,
After the recent BAS issue - https://answers.sap.com/questions/13873164/sap-bas-business-application-studio-debugger-not-w.html, I am not able to use "cds bind" to bind to the services that are listed in the subaccount.
Has anyone also fac...
Hi,
In my current project, because of unsolvable package level errors, I deleted the node_modules and package-lock.json only to install it via - npm i.
However, whenever i run npm i or npm i -g, I am getting the below error.
npm ERR! code E404
...
Hi,
I am trying to do the following.
In the Data source, my key field is having the data type NVARCHAR. The same field in my Data Target has the type INTEGER.
While trying to do the data conversion, I selected like below.
This conversio...
Hi lothar.bender,No, it is not by mistake. Somehow when doing `cds bind` it is calling the global node modules installation where it is installed with the version 6.7.0. I tried to install the global version with `npm i -g @sap/cdsk-dk@4.9.7`, but wi...
Hi lothar.bender,We are currently running cds@5.1.5 and cds-dk@4.9.7.Upgrading to cds-dk@6.7.1 requires cds version to be upgraded as well. But as I already highlighted, we are running into regression issues if the cds version is upgraded.Also, when...
Hi,You are right. We are using cds 5.1.5. Unfortunately, upgrading to the latest version of cds is not possible because of regression issues with the views design that we have currently.This cds bind function worked even before and this was never an ...
Hi @david.kunz2,I am trying to do a similar thing where we are calling one of the Email functionality from a service provider and in case of mass email sending, it is failing with the same error when we exceed the number of items selected to send ema...