Quantcast
Channel: Mendix Forum Questions
Viewing all 83469 articles
Browse latest View live

How do I create a line chart using a calculated value, or is there a way I calculate my aggregated value in the OQL module?

$
0
0
Above is the OQL Statement I am using for the line chart. I need to calculate my aggregate value though division and multiplication.

Trouble using docker for mendix

$
0
0
Hi there, i don't know if these are usefull info but i'm using mendix verision 10.9.0 and i'm on windows 10. I want to deploy my mendix app by using dcoker. Though I've never used docker in my life, and i'm a bit confused on why the guides i'm following don't ever work. Could you help me understand how to build a docker image from a mendix app? I followed this guide step by step, but on the part where i needed to put the commands in the CMD, steps 5 or 6, these errors accured: Also, in the guide he was "assuming that all the docker dependencies were installed", but what kind of dependences does docker need, and how can i check if i installed that? Then i gave this guide a shot, and came across the same errors, always in the part where i needed to put the commands in the CMD. Please help me understand what am i doing wrong, possibly with another step by step guide of what i need to do to deploy mendix via docker containers. I don't even need the database model, and i need to do this fairly quickly. Thank you so much!

How to persist validation feedback messages on a page?

$
0
0
Situation: there are multiple questions on a form page, and most answers that are given by the user need to be validated. Some answers need to be validated for required-ness only (i.e. not being empty), but some need multiple validations like for required-ness and the format of the actual value itself (like being a valid IBAN). Each of these validations have specific validation feedback messages that need to be displayed when it doesn't pass (e.g. 'This is a required field' and 'This is an invalid IBAN'). Problem: whenever I validate a field, either through the Validation configuration option of the attribute on the page or by using an OnChange and/or OnLeave flow to do the validation, the validation feedback message disappears when the input field loses focus: Question: is it possible to have a validation feedback message be displayed persistently until the validation actually passes, instead of it disappearing when the input field loses focus?

Could not create NativeMobileResources DeviceInfo

$
0
0
This problem occurs when you activate production security and use Make Native to open the app, if you disable the security option the error stops. This was a bug that I identified using Make Native.To open the app with active security you need to generate the APK and open/debug the app using the APK, this way you avoid the error -> "Could not create 'NativeMobileResources.DeviceInfo' object to store device info" obs: The version of Make native used is 9

Predefined spherical Objects for all users

$
0
0
Hi! I'm trying to make a "Contacts" app and I wanted to add "Categories" feature but I can't see "Category" objects with another user. I want these objects to be global, pre-created and translatable so how can I actually do this? I would really appreciate it if you could help :) Category Overview Page: Domain Model:

OIDC SSO or SAML across multiple apps

$
0
0
Anyone use OIDC SSO or SAML to authenticate the user once and then automatically log them in when they open a page from a different app? Trying to get persistent login to work and think this is the path but not sure how to get to work when the user crosses apps. Also in this - wouldn't it be better to have a centralized list of users for this instead of trying to upkeep a list of users in each app?

microflowmx.ui.action is not a function

$
0
0
Hi all, I am trying to use push notification in my application version 10.4.1, while placing the current user snippet inside the page, i am getting the following error MicroflowTimer_widget_MicroflowTimer_0: An error ocurred while executing microflow: mx.ui.action is not a function TypeError: mx.ui.action is not a function at j..E._updateRendering (http://localhost:8081/widgets/CustomString/widget/CustomString.js?638369336674684110:70:19) at j..E. (http://localhost:8081/widgets/CustomString/widget/CustomString.js?638369336674684110:115:30) at j..E. (http://localhost:8081/mxclientsystem/mxui/mxui.js?638369336674684110:5:27376) at j..E._runSubscription (http://localhost:8081/mxclientsystem/mxui/mxui.js?638369336674684110:5:238883) at e.callback.e.val.n.callback (http://localhost:8081/mxclientsystem/mxui/mxui.js?638369336674684110:5:238224) at Object.callback (http://localhost:8081/mxclientsystem/mxui/mxui.js?638369336674684110:5:160847) at http://localhost:8081/mxclientsystem/mxui/mxui.js?638369336674684110:66:12240 at http://localhost:8081/mxclientsystem/mxui/mxui.js?638369336674684110:66:267812 at Array.forEach () at b (http://localhost:8081/mxclientsystem/mxui/mxui.js?638369336674684110:66:267791) Someone can give me a solution to clear this error

Add values ​​from the last value of an attribute

$
0
0
Dear community! Assuming I have an entity called counter with two attributes: count and user. In each record of this entity I must enter the user in a text box and the first count value will be 1, then for the second user I need a microflow that records 1 + 1 and automatically gives the number 2, pretending that I am going by user 50 and the next user would be 51, but at that moment I decide to reset the count attribute and I want it to start from 1 again, or from any value, I enter the value manually as 1, then the next record should be 2 and the next 3 and so on. Please your help!

Getting error while generating excel export doc in miroflow.

$
0
0
Hi all, I am getting error while downloading the excel file. I applied debugger and checked I am getting error in this activity. can anyone tell me the reason?

How to restrict the users to view the objects created only by them ?

$
0
0
Hi all, I have one demo entity. And I have two different user roles like customer and employee. I gave the access rules to create and delete that demo entity objects to both of them. Initially, customer logging into the application and creating one demo entity object. I used template grid view to display the objects and gave xpath constraints like [System.owner/System.User/id=’[%CurrentUser%]’]. Now we can able to display the objects only created by this user. The same process i did to employee user role. But when employee creates demo entity objects that object reflecting in customer’s template grid also. But it should display the objects only created by him. How to resolve this issue ? Or Is there any other way to restrict the users to view only objects created by them except System.owner property ? If anyone have the idea about my query, kindly share your ideas within the comment section. Thanks for the reply in advance.

Transforming file size to MB from Long format

$
0
0
Hi! I'm trying to make a "Contacts" app but I want to be able to see my ContactFile Size in MB but its in long variable and its probably in bytes! How should I convert it to MB? I tried in captions but I don't know how to divide :(( I would really appreciate it if you could help. Part of Contacts_NewEdit Page: Captions Section:

Are business events session specific?

$
0
0
Very new to Mendix and one thing we are working on is making a persistent login across multiple Mendix apps. My question is are business events session specific? Could I have a centralized "login" app that publishes a business event whenever someone logs in, and then any of the apps that consume that event could get from the centralized app who logged in and then do a sign in action in the microflow? Same for log out?

Need some expert advice/suggestion

$
0
0
I have some work modules which I got from my previous company. Those modules are developed as our project to our client. Before quitting the job, I downloaded the modules. But I'm not sure whats the main purpose of those modules. It has totally 6 modules. I want to know whats the purpose. Can someone help me with this? If yes please tell me I will share the google drive link.

issue in javascript snippet

$
0
0
hi team , i got this error in my console .- i have javascript snippet in my project but that snippet have different name, in the above error snippet name is - "snippetjs_widget_snippetjs_datasource_0 "but i have only this below snippet in my project whose name is -"javaScriptSnippet_DataSource_1 ". how i can solve this issue ? or is there a way to see this snippet inside the project folder ?

About PDF Edit , Add Text and Image at specific place in PDF

$
0
0
Is there any app or ways that allows us to add a custom text(user name)and Image (signature) in a PDF document at a dynamic location? Please find the below sample example,

GenerateExcelDoc failing to export excel report

$
0
0
This is the error that i could see in the console after trying to download excel in studio pro version 9.24.3. Help me solving this error, i suspect this is due to jar files. Error in execution of monitored action 'RegularClientAction' (execution id: 1716571492285-155, execution type: CLIENT). NoClassDefFoundError occurred for class 'Could not initialize class org.apache.poi.xssf.model.SharedStringsTable'. Please make sure the userlib folder of your project includes the correct library which contains this class. -------- java.lang.NoClassDefFoundError: Could not initialize class org.apache.poi.xssf.model.SharedStringsTable at org.apache.poi.ooxml.POIXMLFactory.newDocumentPart(POIXMLFactory.java:94) at org.apache.poi.ooxml.POIXMLDocumentPart.createRelationship(POIXMLDocumentPart.java:615) at org.apache.poi.ooxml.POIXMLDocumentPart.createRelationship(POIXMLDocumentPart.java:525) at org.apache.poi.xssf.usermodel.XSSFWorkbook.onWorkbookCreate(XSSFWorkbook.java:474) at org.apache.poi.xssf.usermodel.XSSFWorkbook.(XSSFWorkbook.java:265) at org.apache.poi.xssf.usermodel.XSSFWorkbook.(XSSFWorkbook.java:259) at org.apache.poi.xssf.usermodel.XSSFWorkbook.(XSSFWorkbook.java:247) at xlsreport.report.export.ExportExcel.(ExportExcel.java:71) at xlsreport.actions.GenerateExcelDoc.createExport(GenerateExcelDoc.java:191) at xlsreport.actions.GenerateExcelDoc.executeAction(GenerateExcelDoc.java:74) at xlsreport.actions.GenerateExcelDoc.executeAction(GenerateExcelDoc.java:34) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:57) at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:35) at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:11) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:38) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:167) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:167) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:114) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105) at com.mendix.basis.component.ExecutionCore.doExecuteSync(ExecutionCore.scala:148) at com.mendix.basis.component.ExecutionCore.doExecuteSync$(ExecutionCore.scala:147) at com.mendix.basis.component.InternalCore.doExecuteSync(InternalCore.scala:24) at com.mendix.basis.component.ExecutionCore.executeSync(ExecutionCore.scala:97) at com.mendix.basis.component.ExecutionCore.executeSync$(ExecutionCore.scala:94) at com.mendix.basis.component.InternalCore.executeSync(InternalCore.scala:24) at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:19) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:167) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:167) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:114) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105) at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:62) at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.runMicroflow(MicroflowRuntimeOperationExecutor.scala:131) at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.$anonfun$apply$5(MicroflowRuntimeOperationExecutor.scala:62) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$4(RegularClientAction.scala:56) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:46) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:43) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:46) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:54) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:46) at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.apply(MicroflowRuntimeOperationExecutor.scala:63) at com.mendix.webui.actions.client.RuntimeOperationAction.$anonfun$apply$1(RuntimeOperationAction.scala:55) at scala.util.Either.flatMap(Either.scala:352) at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:41) at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:120) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:120) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:118) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$7(ContextHandling.scala:58) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:52) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:52) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:58) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:32) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:94) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:29) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:21) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:94) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:118) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:94) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:115) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:105) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:78) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:37) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1(MxRuntimeConnector.scala:54) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1$adapted(MxRuntimeConnector.scala:54) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.scala:54) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.scala:221) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:40) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1385) 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.session.SessionHandler.doScope(SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1307) 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.lambda$handle$0(HttpChannel.java:505) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282) 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:416) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:385) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:272) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.lambda$new$0(AdaptiveExecutionStrategy.java:140) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:936) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1080) at java.base/java.lang.Thread.run(Thread.java:829)

Error:INFO Evictions for component 'project-userlib':

$
0
0
Getting this error, is there a solution for this. Mendix version 9.12.2. [rtlauncher:container$] INFO Evictions for component 'project-userlib': Evicted D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\junit-4.11.jar by D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\junit-4.13.1.jar. Evicted D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\kotlin-stdlib-1.4.10.jar by D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\kotlin-stdlib-1.6.10.jar. Evicted D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\jackson-core-2.11.3.jar by D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\jackson-core-2.13.2.jar. Evicted D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\commons-io-2.6.jar by D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\commons-io-2.11.0.jar. Evicted D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\jackson-annotations-2.11.3.jar by D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\jackson-annotations-2.13.2.jar. Evicted D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\jackson-databind-2.11.3.jar by D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\jackson-databind-2.13.2.2.jar. Evicted D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\commons-lang3-3.7.jar by D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\commons-lang3-3.11.jar. Evicted D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\commons-logging.jar by D:\Mendix\TC_Connector_Sample_App_13_2__3__5 (1)\deployment\model\lib\userlib\commons-logging-1.2.jar. 2023-05-23 16:20:46.825 INFO - M2EE: Added admin request handler '/prometheus' with servlet class 'com.mendix.metrics.prometheus.PrometheusServlet' [rtlauncher:container$] INFO Container start took 4211. Ready to accept admin requests.

Accidentally overwrited Combobox with Marketplace edition

$
0
0
Hi, I was trying to make something with my combobox and I thought that a marketplace combobox alternative would fix my problem but it suddenly overwritten to the native one and I have to redesign all comboboxes even in the System ones! What should I do? I would really appreciate it if you could help me.

How to manage Concurrent Updates in a Large Table with High Activity

$
0
0
Hello Mendix Community, We are facing a significant challenge with concurrent updates leading to data integrity issues in one of our Mendix applications. An overview of our situation/case: Table Details: A large table (huge number of records and around 100 fields). Data Synchronization: Occurs every minute with data from another system. User Interaction: About 500 concurrent users at peak hours. Microflows: 100 microflows with a total of 162 commit actions to this table. Automated Processes: Jobs sending emails when certain states are reached. User Actions: Users can update records or take actions through the UI. Due to concurrent updates, we’re experiencing data loss and integrity issues. To mitigate this, we are considering splitting the table into groups of fields based on specific update actions, thereby reducing the concurrency risk. Additionally, we are exploring the implementation of optimistic locking using a version stamp. The idea is to: Check the version stamp before committing changes. Increase the version stamp with each commit action. My questions for the community are: Has anyone implemented optimistic locking with a version stamp in Mendix? If so, how effective was it in reducing data conflicts? Are there better strategies or practices to ensure updates do not overwrite other changes? Any insights or experiences would be greatly appreciated. Thank you! Best regards, Rob

Mendix app not running locally due to logging getting disconnected

$
0
0
Hi all, I am getting error message indicating “An error occurred while trying to run your app” with log message displaying logging disconnected. What to do in this scenario?
Viewing all 83469 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>