You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/sap-btp/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Provide the final details for the SAP BTP development environment.
100
100
101
101
Choose a **Domain**, **Organization**, and **Space** which is configured for you in this region.
102
102
103
-
If you do not choose a **Custom database**, you can still choose from a range of different databases, such as PostgreSQL, Hyperscaler Option, and SAP HANA. Ensure that the database you choose is supported by your quota plan for this region and organization. See [Databases in SAP BTP](#databases) for important information on selecting the correct database for your app.
103
+
If you do not choose a **Custom database**, you can still choose from a range of different databases, such as PostgreSQL, Hyperscaler Option, and SAP HANA. Ensure that the database you choose is supported by your quota plan for this region and organization. See [Databases in SAP BTP](/developerportal/deploy/sap-cloud-platform/databases/) for important information on selecting the correct database for your app.
104
104
105
105
If you select **Yes** for **Custom database**, provide the details for the **Name** and the **Plan**.
106
106
@@ -150,7 +150,7 @@ To create a new environment, perform the following steps:
150
150
151
151
7. Set **Development Mode** to *Yes* if you want the application to run with the Mendix security level of Prototype/demo, or *No* for no security. This is not recommended for acceptance or production environments.
152
152
153
-
8. Select the database you would like to use. Be aware that even if a specific database is part of the Marketplace, it could still be unavailable because of limitations imposed by the quota of your organization. See [Databases in SAP BTP](#databases) below for information on selecting the correct database for your app.
153
+
8. Select the database you would like to use. Be aware that even if a specific database is part of the Marketplace, it could still be unavailable because of limitations imposed by the quota of your organization. See [Databases in SAP BTP](/developerportal/deploy/sap-cloud-platform/databases/) for information on selecting the correct database for your app.
154
154
155
155
If you choose **Custom Database**, enter a **Name** for the database and the **Plan**.
Copy file name to clipboardExpand all lines: content/en/docs/deployment/sap-btp/sap-databases.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Upload a file which contains the configuration for this database. Click **Browse
26
26
27
27
During the creation of the environment, the selected PostgreSQL, Hyperscaler Option service is added to your space. When you deploy your app, the app is bound to it.
28
28
29
-
This database service should not be unbound from your environment. For more information on required services, see the [Services Tab](#binding-services) above.
29
+
This database service should not be unbound from your environment. For more information on required services, see the [Services Tab](/developerportal/deploy/sap-cloud-platform/environments/#binding-services).
30
30
31
31
#### SAP Hyperscaler PostgreSQL Configurator {#postgresql-configurator}
32
32
@@ -100,7 +100,7 @@ If your SAP HANA database has performance issues, you can improve it by performi
100
100
| MXRUNTIME_DatabaseUserName | {user} |
101
101
| MXRUNTIME_DatabaseType |`SAPHANA`|
102
102
103
-
1. Go to the [General tab](#general-tab) and restart your app to apply the changes.
103
+
1. Go to the [General tab](/developerportal/deploy/sap-cloud-platform/environments/#general-tab) and restart your app to apply the changes.
104
104
105
105
The additional parameters that you added to the URL in the `MXRUNTIME_DatabaseJdbcUrl` set the following tuning parameters:
Copy file name to clipboardExpand all lines: content/en/docs/deployment/sap-btp/sap-environments.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The button will change to **Start Application** which you can click to start or
47
47
You may need to use this option to stop and start your app after changing one of the settings on this page.
48
48
{{% /alert %}}
49
49
50
-
If you receive an error trying to start the app, refer to the [App Does Not Start](#appnotstart) section below.
50
+
If you receive an error trying to start the app, refer to the [App Does Not Start](/developerportal/deploy/sap-cloud-platform/#appnotstart) section below.
51
51
52
52
#### Change Admin Password
53
53
@@ -158,7 +158,7 @@ To connect a service in the **Available Services** section, do the following ste
158
158
The services you have selected will be added as **Services To Be Bound**. Now, you can upload a JSON file with a configuration that will be applied to the service binding.
159
159
160
160
{{% alert color="info" %}}
161
-
If you use the **PostgreSQL, Hyperscaler Option** service on SAP BTP, Mendix can create a JSON file for you. See [Running Mendix on PostgreSQL, Hyperscaler Option](/developerportal/deploy/sap-cloud-platform/#sap-hyperscaler).
161
+
If you use the **PostgreSQL, Hyperscaler Option** service on SAP BTP, Mendix can create a JSON file for you. See [Running Mendix on PostgreSQL, Hyperscaler Option](/developerportal/deploy/sap-cloud-platform/databases/#sap-hyperscaler).
162
162
{{% /alert %}}
163
163
164
164
{{% alert color="info" %}}
@@ -178,7 +178,7 @@ The service bindings are created with the provided configurations when you resta
178
178
If you receive an error and the service fails to bind, check all aspects of your SAP account. The error message may not provide full information about, for example, which plans you are allowed to choose for a particular service.
179
179
{{% /alert %}}
180
180
181
-
If you receive an error trying to restart the app, refer to the [App Does Not Start](#appnotstart) section below.
181
+
If you receive an error trying to restart the app, refer to the [App Does Not Start](/developerportal/deploy/sap-cloud-platform/#appnotstart) section below.
0 commit comments