Hello community, I am currently starting with Industrial Edge. After successfully installing the IEM Virtual in VMware Workstation Pro I am having trouble to get it run. The connection via browser is possible and I can change the settings. However, when trying to submit the settings, the process gets terminated with the statement that the “Onboarding failed due to connection issue”. Does this issue results from a missing/unstable internet connection?
↧
Connection issue during onboading of IEM Virtual
↧
Placeholder for association filters (DataGrid2)
Hi everyone, we upgraded from Mendix 9 to version 10.15. We noticed our dataGrid2 looks different now, specifically the dropdown filter for associations does not have a "Placeholder" text anymore. We liked to have the placeholder text as a caption inside the input to save some space of the overall table header. This does not seem to be possible anymore? Anyone who had a similar issue and was able to fix it? Every idea is appreciated. Thank you! BR Markus
↧
↧
Error popup custom default message
Hello, I am trying to change de default message from System Error Popup to something more suggestive. However I can't find where to change this message. I don't want to use an error handling for every error, I want a general solution for entire app Thank you!
↧
AUTOMATION
Hi I am trying to explore the mendix studio. I need a little help if you could look into this pls let me know I want to read data from excel and show it on the mendix app UI. For this i have downloaded the excel importer module from marketplace but now i am not getting how to proceed further. i am using 10.16.0 version
↧
Issue While Opening Project
I encountered an error while committing my project. After deleting the app from my device and reopening it from the Mendix server, I received an "Opening project failed" error. I also tried importing a previously exported version of the project, but the error persists. Could you please help me resolve this issue?
↧
↧
SFTP Module - SETSAT unsupported
Good day everyone, I implemented SFTP module in order to send data to another system via SFTP. 1- The connection is successful i checked it. But there is an issue while putting the file. The flow goes down. and i got this error: net.schmizz.sshj.sftp.SFTPException com.mendix.systemwideinterfaces.MendixRuntimeException: net.schmizz.sshj.sftp.SFTPException: SETSTAT unsupported at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by:net.schmizz.sshj.sftp.SFTPException: SETSTAT unsupported at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by:SETSTAT unsupported at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Any suggestion is appreciated.
↧
Cannot commit object
i get this error after passwrod change, earlier it was working, but now the same flow does not commit , there are other commits before it which works, but this last commit wont work Error :Object of type 'abc.abc_MainData' with guid '30962247438268267' cannot be updated, as it does not exist anymore Error2 :Failed to commit at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:152) any suggestions on how to fix this.
↧
An existing connection was forcibly closed by the remote host.
Hi Team, Iam working on Mendix studio pro 9.24.23, when i start the application it disconnected and throws error as " An unknown error occured while starting the server". and the details are I tried changing the port, nothing helps out. Please help me out. Thanks
↧
LOGIN PROBLEMS
Good Afternoon, I created a user inside the Mendix APP using de account Overview, but when a i try to login doesn't work.
↧
↧
LOGIN SCREEN
Good afternoon, Where Can I find this page to edit in Mendix Studio Pro? This page appear after enabling the security.
↧
Generating list from children of 1-many association
This is my domain model: I have an import mapping which maps from JSON to this and I'm calling a REST API to populate the data and finally show on a page, which is all working fine. Now in my microflow I want to loop over each Conversation object in the response to process some data before displaying and to loop I need a list so I want to put all of the "Conversation" objects in "Conversations" into a list. I can create a list of Conversation in the microflow but I'm not sure after that how to populate that list? There is a change list function which can add to list but that looks like it can only add one record at a time which would need me to already be in a loop. I've also tried "Retrieve objects by association" but all this can give me is a single instance of the Conversations object rather than a list of multiple Conversation objects from the 1-many association which I need to loop over. Any ideas appreciated.
↧
Error loading mendix.com pages on Firefox
The following error is common whenever a link from the home page or documentation page is clicked. The issue is solved by using Chrome.
↧
Extended Design Properties
Does anyone have a complete list of the widget names you should use in the extended design properties I am looking for the one for Badge. Thanks! Example: {
"com.mendix.widget.custom.badge.Badge":
[
{
"description": "Wijzig de badge op basis van Kadans",
"name": "Custom Badges",
"options":
[
{
"class": "badge badge-pill badge-primary"",
"name": "Badge Primair"
},
{
"class": "badge badge-pill badge-info",
"name": "Badge Informatief"
},
{
"class": "badge badge-pill badge-success",
"name": "Badge Succes"
},
{
"class": "badge badge-pill badge-warning",
"name": "Badge Waarschuwing"
},
{
"class": "badge badge-pill badge-danger",
"name": "Badge Foutmelding"
},
{
"class": "badge badge-pill badge-primary",
"name": "Interactief Primair"
},
{
"class": "badge badge-pill badge-info",
"name": "Interactief Informatief"
}
],
"type": "Dropdown"
}
],
"Button":
[
{
"description": "Wijzig de knop op basis van Kadans.",
"name": "Custom Buttons",
"options":
[
{
"class": "kds-btn",
"name": "Generic"
},
{
"class": "kds-btn kds-btn-primary",
"name": "Primary"
},
{
"class": "kds-btn kds-btn-secondary",
"name": "Secondary"
},
{
"class": "kds-btn kds-btn-cta",
"name": "Call-to-action"
},
{
"class": "kds-btn kds-btn-success",
"name": "Succes"
},
{
"class": "kds-btn kds-btn-info",
"name": "Info"
},
{
"class": "kds-btn kds-btn-warning",
"name": "Warning"
},
{
"class": "kds-btn kds-btn-danger",
"name": "Danger"
},
{
"class": "kds-btn kds-btn-outline-success",
"name": "Outlined Success"
},
{
"class": "kds-btn kds-btn-outline-info",
"name": "Outlined Info"
},
{
"class": "kds-btn kds-btn-outline-warning",
"name": "Outlined Warning"
},
{
"class": "kds-btn kds-btn-outline-danger",
"name": "Outlined Error"
},
{
"class": "disabled kds-btn kds-btn-primary",
"name": "Disabled"
},
{
"class": "kds-btn kds-btn-primary",
"name": "Met een icoon"
}
],
"type": "Dropdown"
}
],
"ListView":
[
{
"class": "HideListWhenEmpty",
"description": "Hide list when no results are found",
"name": "Hide list when empty",
"type": "Toggle"
}
]
}
↧
↧
Convert String to Enumeration
Is there any way in mendix to convert a string to a enumeration as i’m trying to that it gives me this error
↧
Consuming and using an API that requires Bearer Tokens
I've gotten as far as setting up a demo app to pull data from my API, but the requests fail because I'm unable to pass a Bearer Token to the REST object. Is this possible right now?
↧
SummerHill Hospital Exercise - Importing XLS file error
Hello everyone, I am an Outsystems Developer and i am interested in learning Mendix so I can have knowledge of another low-code tool. I started with the crash course and I am facing an issue while trying to import the excel file for the SummerHill Hospital exercise, i get the following error: "The following error occurred when importing document: user_stories_Crash_Course.xlscom.mendix.basis.objectmanagement.member.StringLengthException - Attribute 'ExcelIntegration.Item.StoryPoints' has a maximum length of 200, tried setting a value of length 264." I tried changing the length in the data validation of that specific field of the excel (StoryPoints) but i keep getting the same error. Thanks!
↧
An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table!
An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table! -------- com.mendix.m2ee.api.AdminException: An error occurred while initializing the Runtime: Could not retrieve version information from system tables. No records found in the version system table! at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.scala:190) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Could not retrieve version information from system tables. No records found in the version system table! at com.mendix.connectionbus.modelsynchronization.analysis.SystemVersionTableUtils$.getVersionDetail(SystemVersionTableUtils.scala:80) at com.mendix.connectionbus.modelsynchronization.analysis.SystemVersionTableUtils$.getSystemVersionTableContents(SystemVersionTableUtils.scala:74) at com.mendix.connectionbus.modelsynchronization.analysis.SystemVersionTableUtils$.getVersionsAndLastSyncDate(SystemVersionTableUtils.scala:40) at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader$.getDatabaseMappingModel(DatabaseMappingReader.scala:30) at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader$.$anonfun$getDatabaseMappingModel$1(DatabaseMappingReader.scala:21) at scala.util.Using$.resource(Using.scala:262) at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader$.getDatabaseMappingModel(DatabaseMappingReader.scala:21) at com.mendix.connectionbus.ConnectionBusImpl.fillMappingCache(ConnectionBusImpl.scala:398) at com.mendix.connectionbus.ConnectionBusImpl.getInitialDatabaseCommands(ConnectionBusImpl.scala:393) at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$collectDdlCommands(MxRuntimeImpl.scala:599) at com.mendix.basis.impl.MxRuntimeImpl$DbAnalyze$.onEntry(MxRuntimeImpl.scala:357) at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$transitionTo(MxRuntimeImpl.scala:204) at com.mendix.basis.impl.MxRuntimeImpl$DbCheck$.onEntry(MxRuntimeImpl.scala:304) at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$transitionTo(MxRuntimeImpl.scala:204) at com.mendix.basis.impl.MxRuntimeImpl$CoreInit$.onEntry(MxRuntimeImpl.scala:253) at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$transitionTo(MxRuntimeImpl.scala:204) at com.mendix.basis.impl.MxRuntimeImpl$ModelLoad$.onEntry(MxRuntimeImpl.scala:239) at com.mendix.basis.impl.MxRuntimeImpl.com$mendix$basis$impl$MxRuntimeImpl$$transitionTo(MxRuntimeImpl.scala:204) at com.mendix.basis.impl.MxRuntimeImpl$Idle$.start(MxRuntimeImpl.scala:221) at com.mendix.basis.impl.MxRuntimeImpl.$anonfun$start$1(MxRuntimeImpl.scala:186) at com.mendix.util.startupmeter.StartUpMeter.measure(StartUpMeter.scala:66) at com.mendix.basis.impl.MxRuntimeImpl.start(MxRuntimeImpl.scala:186) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.scala:33) at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.scala:17) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandlerBase.service(HttpAdminHandlerBase.java:130) at javax.servlet.http.HttpServlet.service(HttpServlet.java:590) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583)
↧
↧
Apax test fails with the error 'fatal error 'stdio.h' file not found'
Hello everyone, I have a problem with Simatic AX. When I called the command “apax test” for unit testing, the error “fatal error: ‘stdio.h’ file not found” was displayed. How can I fix this?
↧
DataWidget: Export to Excel --> Export also hidden columns
Dear community, I have a DataGrid2, which receives a list of data via a microflow. This list of data is the result of an SQL query, which returns the corresponding list and is displayed in the DataGrid2. Now I would like to give the user the possibility to export the list to Excel. While searching for corresponding features, I found the “Export to Excel” feature. This works quite well and exports everything that can be seen on the DataGrid2 to Excel. However, I noticed that it exports 1:1 exactly what is visible in the DataGrid2. For entities with a large number of columns, the DataGrid2 becomes very confusing. If the user hides some columns and then exports them, the hidden columns are not exported. That's what bothers me about this feature. Is there a way to pass the list on which the DataGrid2 is based to the Export to Excel? This would make the export independent of what the user shows or hides, as all columns are exported with the export. Has anyone ever had a similar problem and can give me a tip? thanks
↧
How can we use sharepoint in mendix
Hi I am facing difficulty in using sharepoint connector in studio pro. after downloading, it is showing some errors regarding Atlas UI and after I am going to download it, it is saying not available for your version of studio pro. I am using mendix studio pro 10.16.0. Actually, I want to create a sharepoint list based on some automation work behind and i don't know how to use it. It will be helpful if I'll get the step-by-step guide to use it.
↧