Skip to content

Commit 7a785dc

Browse files
committed
Simplify Instance Mapping
1 parent 236212c commit 7a785dc

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

88.4 KB
Loading
-11.8 KB
Loading

tutorials/hana-cloud-deploying/hana-cloud-deploying.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,30 +31,30 @@ By combining in-memory storage with columnar store, data operations are performe
3131

3232
### Create Database
3333

34-
1. Complete the tutorial steps in [Provision an Instance of SAP HANA Cloud, SAP HANA Database](hana-cloud-mission-trial-3), but with some additions. This wizard used in this tutorial will walk you through the process of creating an SAP HANA Cloud instance. Just one note as you go through this guided tour: Make sure that in the "Advanced Settings" part of the setup, that you select "Allow all IP addresses" in the "Connections" setting. This setting will allow you to develop against your SAP HANA Cloud instance using a variety of external development tools, including the SAP Business Application Studio.
34+
1. Complete the tutorial steps in [Provision an Instance of SAP HANA Cloud, SAP HANA Database](hana-cloud-mission-trial-3). This wizard used in this tutorial will walk you through the process of creating an SAP HANA Cloud instance. Just one note as you go through this guided tour: Make sure that in the "Advanced Settings" part of the setup, that you select "Allow all IP addresses" in the "Connections" setting. This setting will allow you to develop against your SAP HANA Cloud instance using a variety of external development tools, including the SAP Business Application Studio.
3535

3636
<!-- border -->![Allow All IP addresses](trial4.png)
3737

38-
1. Also while in the "Advanced Settings", we want to configure the Instance Mapping. The HANA Cloud instance lives at your BTP sub account level and isn't immediately available in either the Cloud Foundry nor Kyma runtimes. In order to use HANA for HDI (HANA Deployment Infrastructure) or CAP (Cloud Application Programming Model) based development, you need to map the instance to your runtime of choice. For this Tutorial we will map to the default Cloud Foundry runtime of your trial account.
38+
1. Once your system is running we need to update the configuration before you use it for development. Click on the three dots and then choose `ManageConfiguration`.
39+
40+
<!-- border -->![Manage Configuration](ManageConfiguration.png)
41+
42+
1. Go to the `Instance Mapping` section of the Configuration. The HANA Cloud instance lives at your BTP sub account level and isn't immediately available in either the Cloud Foundry nor Kyma runtimes. In order to use HANA for HDI (HANA Deployment Infrastructure) or CAP (Cloud Application Programming Model) based development, you need to map the instance to your runtime of choice. For this Tutorial we will map to the default Cloud Foundry runtime of your trial account.
3943

4044
<!-- border -->![Add Mapping](addMapping.png)
4145

4246
1. In the Environment Instance ID of the Mapping supply the Organizational ID from your Cloud Foundry Environment (which can be found in the Subaccount Overview in the SAP BTP Cockpit).
4347

4448
<!-- border -->![Add Mapping Instance](addMappingInstance.png)
4549

46-
1. In the Environment Group of the Mapping supply the Space ID from your Cloud Foundry Environment (which can be found in the URL of the BTP Cockpit after navigating to the Space details).
50+
1. We do not need to map to an Environment Group (a Cloud Foundry space). If we leave this optional field empty, all spaces within the org will be automatically mapped.
4751

48-
<!-- border -->![Add Mapping Space](addMappingSpace1.png)
52+
1. Press `Review and Save` to complete your changes.
4953

50-
<!-- border -->![Add Mapping Space](addMappingSpace2.png)
51-
52-
1. After completing the previous step, you should now have a new SAP HANA Cloud instance created in the SAP BTP trial or free tier.
54+
1. You should now have a new SAP HANA Cloud instance created in the SAP BTP trial or free tier ready for development.
5355

5456
<!-- border -->![HANA Cloud Instance](trial5.png)
5557

56-
1. Once the SAP HANA Cloud instance is created, take note of the admin user needed to connect to the database. This will be needed in subsequent steps in this tutorial.
57-
5858
1. Finally it is important to take note that the SAP HANA Cloud instance in both the free tier and free trial shuts down at the end of each day automatically to save costs from unused systems. Therefore you must return to this SAP HANA Cloud administration screen each day you want to use SAP HANA Cloud and choose to start the system from the **Action** menu. If you forget to restart the instance, you will receive HANA connection errors whenever you try to interact with it in later steps.
5959

6060
<!-- border -->![HANA Cloud stopped](trial6.png)

0 commit comments

Comments
 (0)