Hello,
our application is multitenant deployed on Cloud Foundry and the goal we are trying to achieve is to create a job on behalf of a user to fetch a data set from an external service and process it at the specified intervals. We have these actor...
Hello,What I am going to write here is a new requirement that we can satisfy in different ways. We are not sure which is the best. I hope to find advice, possible alternatives and other points of view here.
To explain the situation and give an idea...
Hello,
we are experiencing an issue related to the update operation over our entities, handled by a node.js module. In the deployment environment our script performs "npm ci" before running the module, installing the required dependencies accordi...
Hello,some time ago I defined a set of labels for each of my entities properties through the usage of an annotation referencing an i18n file. It worked for a while until I started to experience an error when running the application similar to the fol...
Hello,
when trying to query an odata service generated by cds trying to retrieve the data from the database, an error occurs with the following description:
{
code: '-10719',
message: "Connect failed (invalid SERVERNODE '')",
sqlState: ''
...
Taking your example as a reference, the upload action would need to have a parameter defined as type Binary or LargeBinary. Then, you would need a custom event handler for the action (https://cap.cloud.sap/docs/guides/providing-services#custom-event-...
Hello David,unfortunately I am not allowed to share the project but I can say that:The problem we faced with the update operation over the entities is solved after the 3.34.2 release;We originally added the usage of CAP in our project according to th...
Hello David,we are using the Node.js stack with cds version 3.34.2. Anyway I had a previous version of the project that did not have this problem. I copied the directory, brought it into the latest snapshot and applied the changes to make it identica...