-
Notifications
You must be signed in to change notification settings - Fork 28
Setup: 4. Create Destination
The frontend app accesses the backend data via the Destination HANAMDC. To create the destination open the SAP HANA Cloud Platform Cockpit (Be careful, don't mix this with the SAP HANA Cockpit).
You can either create a "New Destination" and fill all fields by yourself or "Import Destination" from a file, that will described in the next steps.
Create a textfile on your local computer, name it HANAMDC. Copy the following text into the file and correct the parts <your-hana-mdc-host>
and <user_on_HANAMDC>
.
Type=HTTP
Authentication=BasicAuthentication
Name=HANAMDC
WebIDEEnabled=true
URL=https\://<your-hana-mdc-host>.hanatrial.ondemand.com
ProxyType=Internet
User=<user_on_HANAMDC>
WebIDESystem=HANAMDC
After the Import you have only to set the password.
Hint: After creation of a new User with an initial password, you have to login once and change the password.
For the application sapmentors/SITregParticipantList you need the destination HANAMDC_PUBLIC. The steps of creation are the same as already described.