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
This will not stop the app and delete the deployment of the app in SAP BTP.
651
+
This action does not stop the app and delete the deployment of the app in SAP BTP.
652
652
653
653
If you want to delete your app and all its resources, delete the environment and resources first before you leave the app via the Mendix Portal.
654
654
{{% /alert %}}
@@ -659,12 +659,12 @@ You can still delete the app and its resources from the SAP BTP cockpit, but you
659
659
660
660
Since SAP Application Logging will soon be deprecated, you need to migrate your logging service to SAP Cloud Logging for older environments still using SAP Application Logging. To complete the migration, follow the steps below:
661
661
662
-
1. In the **Services** tab of the **Environment** details page, search for and select **cloud-logging** in the **Available Services** field.
662
+
1. In the **Services** tab of the **Environment Details** page, search for and select **cloud-logging** in the **Available Services** field.
663
663
664
-
{{% alert color="info" %}}Note that the user account must have entitlements for the SAP Cloud Logging service in SAP BTP.{{% /alert %}}
664
+
{{% alert color="info" %}}User account must have entitlements for the SAP Cloud Logging service in SAP BTP.{{% /alert %}}
665
665
666
-
2. Select the appropriate **Plan** and upload a **File** if required.
667
-
3. Click **Connect Services** and restart your application to bind the new SAP Cloud logging service.
666
+
2. Select the appropriate **Plan** and upload a file if required.
667
+
3. Click **Connect Selected Services** and restart your application to bind the new SAP Cloud logging service.
668
668
4. At this point, both **application-logs** and **cloud-logging** services will be active for your application.
669
669
5. Retain the **application-logs** service until its log retention period ends, to ensure access to existing log entries. Then, delete it following the instructions provided in the [Unbinding and Removing Services](/developerportal/deploy/sap-cloud-platform/#unbinding-and-removing-services) section above. After this, only the new SAP Cloud Logging service will remain active.
670
670
6. When using the **cloud-logging** service, upgrade **SapApplicationLogs** to the latest version. If you are using an older version, update the **Default Value** of the **ApplicationLoggingService** constant to *cloud-logging* in the [SAP Logging Connector](https://marketplace.mendix.com/link/component/110219). For more information, refer to the [Using the Connector](/appstore/modules/sap/sap-logger/#using-the-connector) section of the *SAP Logging Connector* document.
@@ -678,8 +678,6 @@ If you encounter any issues with your apps on SAP BTP, use the following trouble
678
678
679
679
If you add an environment and it fails to be created it will be shown with a red symbol next to it on the Environments page:
This could be caused by exceeding your organization quota limit for a service which you are trying to create, or for some other reason. To find the exact cause, do the following:
@@ -702,7 +700,7 @@ Resolve the issue described in the error message.
702
700
703
701
### App Will Not Start {#willnotstart}
704
702
705
-
Under some circumstances an app with a service in the **Services To Be Bound** status will not restart. You will get an error with *Could not bind service...* in the details.
703
+
Under some circumstances an app with a service in the **Services To Be Bound** status will not restart.
@@ -714,7 +712,7 @@ This indicates that SAP Cloud Portal is not able to bind the service, even thoug
714
712
715
713
If you remove the service from the app, the app should restart successfully.
716
714
717
-
If you are trying to bind more than one new service, it is not possible to identify within the Mendix Portal which service is causing the issue. If the culprit is not obvious, you will have to remove all the services or go to SAP Cloud Portal where you can use the service name in the error message to find which service is causing the error.
715
+
If you are trying to bind more than one new service, it is not possible to identify within the Mendix Portal which service is causing the issue. You may need to remove all the services or go to SAP Cloud Portal where you can use the service name in the error message to find which service is causing the error.
718
716
719
717
### An Error Occurs While Deploying App From Studio Pro
720
718
@@ -724,7 +722,7 @@ If an app is deployed to SAP using the Studio Pro **Run** or **Publish** button
724
722
725
723
The deployment fails because the marketplace services have not been bound.
0 commit comments