Hi,
As of last night, something weird happened to the SAP Business Application Studio.
The debugger no longer attaches to the debug configurations that I have created:
{
"version": "0.2.0",
"configurations": [
{
"command": "cds s...
Hello,
I am currently exploring the possibility of modifying / changing a CAP Node.js Service at RUNTIME using the Facade APIs such as cds.compile / cds.serve etc.
For example, given the service at DESIGN TIME:
// srv/design_time_srv.cds
@pat...
Hi,
We are currently experiencing an issue when trying to run our CAP service through hybrid testing. The weird thing is that everything was fine yesterday. The issue just started today.
// Fails for some reason in BAS
cds bind -2 service:service...
Hi,
I recently came across this SAP Note with regards to renaming the Org name of a subaccount.
2967079 - Changing the name of Cloud Foundry org using the cf CLI. - SAP ONE Support Launchpad
My question is, would there be a negative effect o...
Hi,
I am trying to create an instance of an SAP Credential Store service on BTP. I'm using the the "proxy" plan since it's the only available plan.
However, the instance creation fails and gives this error.
It mentions of missing / unspec...
Hi @WouterLemaire!Awesome blog! I'm glad to say this worked perfectly for our usecase.I would just like to possibly ask the reasoning how this works? I mean, is this the expected process for all reuse components and component libraries, to work with ...
Hi,I think SAP finally fixed both issues after 2 weeks. The debugger now works again for type "node-terminal", as well as the "openvscode-server$" issue. Really appreciate all the workarounds provided.If the issue happens again, any of the workaround...
Wow wonseok.choe. This seems to have done the trick!It even fixed the "node-terminal" debugger.At this point though, will this affect any official fixes from SAP BAS Team?Hi liat.borenshtein and licam.oved, hoping to read your thoughts as well on ...
Hi Sanjo,This was actually my initial workaround as well, but didn't find it sustainable when using cds watch, as running it automatically redeploys / restarts the CAP server for any new code change.This creates a new node process that you need to at...
Thank you for your feedback Liat (and Licam as well). Will keep this question open until a final fix is provided so that we may have a final resolution to the issue / concern.