We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi everyone,I am developing CAP applications with Java on SAP BTP. On BTP, I have access to Kibana, and to enable logging in Kibana I added the following to my mta.yaml:I am facing two issues:- name: maycap-logging
type: org.cloudfoundry.managed-serv...
Hello SAP Community,I am facing an issue with my CAP project (Java-based) where the database gets initialized with unexpected data on every deployment, specifically when the structure of a table is modified (e.g., adding new fields). Here is the con...
Good morning,
I have problem during build phase on sap commerce cloud.
The build failed and I see this log:
023-11-24 10:55:13,154 INFO d.h.c.j.t.BuildJsAppsTask [main] Preparing to build application XXXstore
2023-11-24 10:55:13,155 INFO d.h.c...
Good morning,
I migrate to SAP Commerce 2211.
I have this error
[yjavac] /code/sap-cx-mig/core-customize/hybris/bin/modules/commerce-services/commercewebservices/web/src/de/hybris/platform/commercewebservices/core/v2/config/CommerceSwaggerConf...
Good morning,
I migrate to sapcommerce 2211.
First question.
Is there the documentation for migration? I find documentation for migration to 2205 ( https://help.sap.com/docs/SAP_COMMERCE/a74589c3a81a4a95bf51d87258c0ab15/8be8ff7d866910149618f66c...
Hi @valentincadart ,The undeploy solution works, but the issue with data not being inserted anymore still remains. We are not sure how to properly use the .hdbtabledata file; if we manage to get it working, I will update the thread. Thank you for you...
Hi.I tried creating the .hdbtabledata file, but two files keep getting generated, and I believe the wrong one is being used. When I open the .tar file, I see an .hdbtabledata file under src/data, which is the correct one, and another under src/gen/da...
Thank you for your suggestions @valentincadart ,I can’t run your commands directly from the command line in when it does them on my local and not on cloud foundry.Thanks to your advice, I was able to partially resolve the issue by enriching the undep...
Thank you,I tried running the command:cds deploy --auto-undeployand in the prompt, I saw the following message:successfully deployed to db.sqliteAfter performing the deploy, the tables were cleared as expected.Here is my deployment procedure for all ...