Skip to content

Commit 3be9ee2

Browse files
Merge pull request #10240 from feddovanede/patch-692884
Clarify Mendix Support responsibilities in documentation
2 parents 0e3e82e + 8bdecbf commit 3be9ee2

File tree

1 file changed

+31
-25
lines changed

1 file changed

+31
-25
lines changed

content/en/docs/support/_index.md

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ If there is an issue with the Mendix Platform that affects multiple customers, o
101101

102102
### Reporting Issues
103103

104-
If, after your analysis, you suspect there is an issue with the Mendix Platform (or if you have questions about your analysis), you can reach out to Mendix Support. We will provide pointers on how to solve the issues yourself or redirect you to Expert Services for further assistance. If we suspect a platform issue, we will involve second- and third-line support for confirmation and, if it is a platform issue, we will fix it. If the issue is commercial (for example, because your app requires a larger app container or more file storage), we may refer you to your Customer Success Manager directly.
104+
If, after your analysis, you suspect there is an issue with the Mendix Platform (or if you have questions about your analysis), you can reach out to Mendix Support. We will provide guidance on how to resolve the issues yourself or direct you to Expert Services for further assistance. If we suspect a platform issue, we will involve second- and third-line support for confirmation and, if it is a platform issue, we will fix it. If the issue is commercial (for example, because your app requires a larger app container or additional file storage), we may refer you directly to your Customer Success Manager.
105105

106106
### Large-Scale Testing
107107

108-
You may sometimes want to perform testing on your app which could impact cloud operations. This might include the following:
108+
You may want to perform testing on your app, which could impact cloud operations. This might include the following:
109109

110110
* Load test
111111
* Performance test
@@ -115,15 +115,15 @@ Your SLA contains the following clause:
115115

116116
> Without first obtaining the prior written consent of Mendix, Customer may not intentionally perform any actions, such as load tests, performance tests, or similar tests that might interfere with or disrupt the integrity or performance of the App Platform or Cloud Services.
117117
118-
If you are planning this sort of testing you must raise a ticket with Mendix Support and include as much information as possible, including:
118+
If you are planning this sort of testing, you must raise a ticket with Mendix Support and include as much information as possible, including:
119119

120120
* type of test
121121
* IP addresses
122122
* environment IDs
123123
* exact timings
124124
* contact details of parties directly involved – including any third parties who are assisting
125125

126-
Please provide this information as early as possible, at least two weeks in advance of the test date. Mendix may refuse permission to do some kinds of test if they break local laws or pose too high a risk to the Mendix infrastructure or other customers.
126+
Please provide this information as early as possible, at least two weeks in advance of the test date. Mendix may refuse permission to conduct certain types of tests if they violate local laws or pose an excessive risk to the Mendix infrastructure or other customers.
127127

128128
If you want to perform penetration tests, your Customer Success Manager (CSM) can provide you with an indemnification agreement. This should be signed by all parties, confirming the information above, and agreeing that your tests are legal and do not impact other customers. If you don't know who your CSM is, Mendix Support can provide you with their contact details.
129129

@@ -135,84 +135,90 @@ Mendix cannot change any standard settings for your environments to support your
135135

136136
## Product Support Period
137137

138-
Mendix supports the current major release and the two prior major releases (and we support each major release for a minimum of 24 months). Because of this, Mendix recommends upgrading your apps to the latest version of Studio Pro at least once a year. We will reach out to you in time if you are running on a version that will become unsupported so that you have ample time to perform an upgrade.
138+
Mendix supports the current major release and the two prior major releases (and we support each major release for a minimum of 24 months). Because of this, Mendix recommends upgrading your apps to the latest version of Studio Pro at least once a year. We will reach out to you in time if you are running on a version that will become unsupported, so that you have ample time to perform an upgrade.
139139

140140
## Components of the Mendix Stack {#components}
141141

142142
These are the components of the Mendix stack described in the section above. Please read an extensive description of the [Mendix architecture](https://www.mendix.com/evaluation-guide/enterprise-capabilities/architecture-intro) in the Evaluation Guide.
143143

144144
### Database, File Storage, and Network
145145

146-
The database component includes the database service and the creating, storing, downloading, uploading, and restoring of backups.
147-
The file storage component refers to the file storage service and the creating, storing, downloading, uploading, and restoring of backups.
148-
The network component consists of the connection between the front-facing web server and the application, between the application and an external end point.
146+
The database component includes the database service and the creation, storage, downloading, uploading, and restoration of backups.
147+
The file storage component refers to the file storage service and the creation, storage, downloading, uploading, and restoration of backups.
148+
The network component consists of the connection between the front-facing web server and the application, between the application and an external endpoint.
149149

150150
Mendix Support can analyze this component if your app is running on Mendix Cloud or Mendix Cloud Dedicated.
151151

152152
### Infrastructure
153153

154-
The infrastructure component includes all web servers, runtime servers, and database servers, with their Operating Systems and configuration.
154+
The infrastructure component includes all web servers, runtime servers, and database servers, with their Operating Systems and configurations.
155155

156156
Mendix Support can analyze this component if your app is running on Mendix Cloud or Mendix Cloud Dedicated.
157157

158+
Mendix is responsible for setting up and maintaining the component, as well as applying the default configuration. This component cannot be customized or optimized for individual customers or applications outside the supported configuration options available to our customers.
159+
158160
### Container Runtime Platform
159161

160162
The container runtime platform refers to the platform for managing, creating, destroying, and scaling of runtime containers. In Mendix Cloud and Mendix Cloud Dedicated, Kubernetes is used.
161163

162-
Mendix Support can analyze this component if your app is running on Mendix Cloud or Mendix Cloud Dedicated. If it is running on SAP BTP instead, the selected third party can analyze this component.
164+
Mendix Support can analyze this component if your app is running on Mendix Cloud or Mendix Cloud Dedicated.
165+
166+
Mendix is responsible for setting up and maintaining the component, as well as applying the default configuration. This component cannot be customized or optimized for individual customers or applications outside the supported configuration options available to our customers. If it is running on SAP BTP instead, the selected third party can analyze this component.
163167

164168
### Buildpack, m2ee, and Service Console
165169

166-
The Mendix buildpacks for [Cloud Foundry](https://github.com/mendix/cf-mendix-buildpack) and [Docker](https://github.com/mendix/docker-mendix-buildpack) are available in GitHub repositories. The documentation for the buildpacks and m2ee tools is contained within these GitHub repositories and, because they are released under an Open Source license, the code can be inspected and the functionality and options can be understood by customers who wish to use these buildpacks.
170+
The Mendix buildpacks for [Cloud Foundry](https://github.com/mendix/cf-mendix-buildpack) and [Docker](https://github.com/mendix/docker-mendix-buildpack) are available in GitHub repositories. The documentation for the buildpacks and m2ee tools is contained within these GitHub repositories. Because they are released under an open-source license, the code can be inspected, and the functionality and options can be understood by customers who wish to use these buildpacks.
167171

168-
If you want to run Mendix apps on a Unix-like server you will need the [m2ee tools](https://github.com/mendix/m2ee-tools), available on GitHub. Read more about installing on systems running Unix-like operating systems in [Linux Deployment](/developerportal/deploy/linux/).
172+
If you want to run Mendix apps on a Unix-like server, you will need the [m2ee tools](https://github.com/mendix/m2ee-tools), available on GitHub. Read more about installing on systems running Unix-like operating systems in [Linux Deployment](/developerportal/deploy/linux/).
169173

170-
Mendix Support can analyze these components if your app is running on Mendix Cloud or Mendix Cloud Dedicated. Because Mendix has no control over the context in which the buildpack or m2ee tools are run outside of Mendix Cloud and Mendix Cloud Dedicated, you will have to demonstrate that the bug is in the supported component by showing the behavior independently from the context in which you are using it.
174+
Mendix Support can analyze these components if your app is running on Mendix Cloud or Mendix Cloud Dedicated. Mendix is responsible for setting up and maintaining the component, as well as applying the default configuration. This component cannot be customized or optimized for individual customers or applications outside the supported configuration options available to our customers.
171175

172-
If you want additional features or some other change in a buildpack or m2ee tools, you can make a Pull Request, create an Issue in the GitHub repository, or contact [Mendix Support](https://support.mendix.com/).
176+
Because Mendix has no control over the context in which the buildpack or m2ee tools are run outside of Mendix Cloud and Mendix Cloud Dedicated, you will have to demonstrate that the bug is in the supported component by showing the behavior independently from the context in which you are using it.
173177

174-
If you wan to run Mendix apps on Windows server you will need the [Windows Service](/releasenotes/studio-pro/windows-service/). The release notes and installation manual can be found in the [Windows Service](/releasenotes/studio-pro/windows-service/) release notes. Read more about installing on systems running Windows operating systems in [Microsoft Windows](/developerportal/deploy/deploy-mendix-on-microsoft-windows/).
178+
If you require additional features or other changes in a buildpack or m2ee tools, you can submit a Pull Request, create an Issue in the GitHub repository, or contact [Mendix Support](https://support.mendix.com/).
175179

176-
If you want additional features or some other change in the Windows Service, you can contact [Mendix Support](https://support.mendix.com/).
180+
If you want to run Mendix apps on a Windows server, you will need the [Windows Service](/releasenotes/studio-pro/windows-service/). The release notes and installation manual can be found in the [Windows Service](/releasenotes/studio-pro/windows-service/) release notes. Read more about installing on systems running Windows operating systems in [Microsoft Windows](/developerportal/deploy/deploy-mendix-on-microsoft-windows/).
181+
182+
For additional features or other changes in the Windows Service, contact [Mendix Support](https://support.mendix.com/).
177183

178184
### Application Operation
179185

180186
The application operation component is used for stopping and starting environments and configuring constants, scheduled events, and runtime settings.
181187

182-
Mendix Support can analyze this component if your app is running on Mendix Cloud, Mendix Cloud Dedicated, Mendix on Kubernetes Connected, or SAP BTP through the Mendix Portal.
188+
Mendix Support can analyze this component if your app is running on Mendix Cloud, Mendix Cloud Dedicated, Mendix on Kubernetes Connected, or SAP BTP through the Mendix Portal. Mendix is responsible for setting up and maintaining the component, as well as applying default configuration. This component cannot be customized or optimized for individual customers or applications outside the supported configuration options available to our customers.
183189

184190
### Logs and Metrics
185191

186-
The logs component takes care of viewing and downloading application log files.
192+
The logs component handles viewing and downloading application log files.
187193
The metrics component refers to viewing application metrics.
188194

189-
Mendix Support can analyze these components if your app is running on Mendix Cloud or Mendix Cloud Dedicated.
195+
Mendix Support can analyze these components if your app is running on Mendix Cloud or Mendix Cloud Dedicated. Mendix is responsible for setting up and maintaining the component, as well as applying the default configuration. This component cannot be customized or optimized for individual customers or applications outside the supported configuration options available to our customers.
190196

191197
### Deployment Pipeline
192198

193-
The deployment pipeline takes care of creating and deploying deployment packages. Read more about deployment options in [Deploying Apps](/deployment/).
199+
The deployment pipeline handles creating and deploying deployment packages. Read more about deployment options in [Deploying Apps](/deployment/).
194200

195201
Mendix Support can analyze this component if your app is running on Mendix Cloud, Mendix Cloud Dedicated, Mendix on Kubernetes Connected, or SAP BTP through the Mendix Portal.
196202

197203
### Runtime
198204

199-
The runtime component includes the Mendix Runtime, and all of its supported features.
205+
The runtime component includes the Mendix Runtime and all of its supported features.
200206
Please read all about the Mendix Runtime in [Mendix Runtime](/refguide/runtime/).
201207

202208
Mendix Support needs application logs to analyze this component. Because Mendix has no control over the context in which the runtime is run, outside of Mendix Cloud and Mendix Cloud Dedicated, you will have to demonstrate that the bug is in the supported component by showing the behavior independently from the context in which you are using it.
203209

204210
### Marketplace Components
205211

206-
Platform-supported Marketplace content refers to all Marketplace content marked as platform-supported in the Mendix Marketplace. Community-supported Marketplace content includes all Marketplace content not marked as platform-supported in the Mendix Marketplace
212+
Platform-supported Marketplace content refers to all Marketplace content marked as platform-supported in the Mendix Marketplace. Community-supported Marketplace content includes all Marketplace content not marked as platform-supported in the Mendix Marketplace.
207213

208-
For details about the levels of Support for Marketplace components, see the [Marketplace Content Support](/appstore/marketplace-content-support/) section in *Marketplace Overview*.
214+
For details about the levels of Support for Marketplace components, refer to the [Marketplace Content Support](/appstore/marketplace-content-support/) section in *Marketplace Overview*.
209215

210-
Mendix Support needs application logs to analyze these components. Because Mendix has no control over the context in which the Marketplace content is run outside of Mendix Cloud and Mendix Cloud Dedicated, you will have to demonstrate that the bug is in the supported component by showing the behavior independently from the context in which you are using it.
216+
Mendix Support needs application logs to analyze these components. Because Mendix has no control over the context in which the Marketplace content is run outside of Mendix Cloud and Mendix Cloud Dedicated, you will have to demonstrate that the bug is in the supported component by showing the behavior independently of the context in which you are using it.
211217

212218
### Application
213219

214220
This includes the implementation and configuration of features, as well as the data and files in the Mendix app itself.
215221

216-
These components are not accessible for Mendix Support and issues in the application are out of the scope of Mendix Support, although we will gladly assist in case of questions.
222+
These components are not accessible to Mendix Support, and issues in the application are outside the scope of Mendix Support, although we will gladly assist with any questions.
217223

218224
## Documents in This Category

0 commit comments

Comments
 (0)