A few months ago, I published a post related to the CLI tool for Cloud Integration.
Here is a link to that post: https://blogs.sap.com/2022/08/26/cloud-integration-cli-in-golang-cig/
Now the time has come for a desktop version for this tool - I have...
Hello,
A few weeks ago I was transferring integration flow to a production system. I was surprised that I could not import iflow with the same name and after moving the iflow I had to manually recreate the configuration of the new version of the ifl...
Hello,
I use unit tests for groovy scripts, as shown here:- https://blogs.sap.com/2017/10/06/how-do-you-test-your-groovy-scripts/- https://blogs.sap.com/2018/01/24/cpis-groovy-meets-spock-to-boldly-test-where-none-has-tested-before/In the script I ...
Hello all,
My trial account in SAP Cloud Platform is over.
When I am trying to create a new trial account via the page: https://cockpit.hanatrial.ondemand.com/cockpit#/home/trialI get the following message (Could not load list of global accounts:...
Hello,My submission:I had problems with including the Products entity name in srv.on method and I didn't use this option:function srv.on (event, entity?, handler: (
req : cds.Request,
next : function
))