Hello colleagues,
I'm developing a multitenancy application in nodeJS and I want to run my integration tests against a real hana database instead of a in-memory (current configuration). I saw in this blog https://blogs.sap.com/2021/02/15/the-hidde...
Hello colleagues,
This question is similar to this one, but instead of happening locally, I'm facing the issue in the BTP.I'm using the file .cdsrc.json to configure the database as follows
{
"build": {
"target": "gen",
"tasks": ...
Hello colleagues!
We are running a project on top NodeJS using CAP. We noticed a few weeks ago that the annotation @mandatory in the .cds file does not work for Function Modules.
I tested with the following annotations:- @mandatory: https://cap.c...
Hello colleagues,I'm creating a Portal Site, which tries to load an image that was uploaded in the Asset Management.When I execute this command:sap.ushell.Container.getService('AssetService')I receive the error message in my console:Uncaught TypeErro...
Hello colleagues,I'm following the tutorial on how create widget templates (https://help.hana.ondemand.com/cloud_portal/frameset.htm?cb813ddd986e43e98ce318537114d36a.html) but when I'm creating a new Widget Template in my Hana Trial Account I'm recei...
Based on this comment I reverted my changes in cdsrc.json and connected to my services hosted in BTP by authenticating using OAuth during test execution. I'm following this process in the tests because it's how I "define" in which tenant I'm going to...
hi david.kunz2 this is something that I'm not sure as well. Since during my test I want to access a specific database instead of dynamically find a database, I'm trying now to connect directly so I don't add new layers of potential errors.Do you th...
hi david.kunz2 Yes, currently the app uses multitenancy. This is already up and running and I'm able to subscribe to new instanaces in BTP where each instace, using service manager, creates a new HDI container to isolate the data.Thanks for the rep...