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.
Tutorials: https://developers.sap.com/tutorials/hana-cloud-collaborative-database-development-6.html -------------------------- I am following the Teched tutorial "hana-cloud-collaborative-database-development" and am having issues in step 2 of modu...
Hi there,
I'm having issue with exercise 2.7 - Cross Container From Outside Our Project.
First I tried to download and deploy the .mtar file, but that got an error about a missing yaml inside the .mtar archive.
Next I fetched the CentralDB r...
Martin,thanks for your response. As per the tutorial I indeed created a dedicated grant user, but it also has the option of not having to change the password.This is what i did:create user UPS_GRANTOR password "XXXX" NO FORCE_FIRST_PASSWORD_CHANGE;gr...
Thanks Thomas, I hear you, fair enough I guess it isn't clear to me how to get the file uploaded to my AWS instance, if I just download it locally to my machine first, hence the attempts via curl and wget etc. But obviously others didn't have those ...
I downloaded the file using git clone https://github.com/SAP/com.sap.openSAP.hana5.templates.gitThen switching to the hana2_sp02 branch I used the xs deploy command and then it was working. Perhaps something goes wrong with the file when using the wg...
I downloaded the file again usingcurl -O https://github.com/SAP/com.sap.openSAP.hana5.templates/blob/hana2_sps02/ex2/openSAP.CentralDB_1.0.2017.mta(address as per exercises PDF).Then usedxs deploy openSAP.CentralDB_1.0.2_017.mtar --use-namespacesand ...
Hi Thomas,thanks for your response!Let me try to explain what I tried and where I failed.I downloaded the file openSAP.CentralDB_1.0.2017.mtar from GitHubThen I logged on to the console as XSA_ADMIN in the SAP space and i tried to deploy in different...