I have an application which stores information about multiple entities in the database. Last week we pushed a new package to our production environment, everything seemed okay. Unfortunately we've now discovered that all objects of a particular entity have gone missing. No other entities are affected, and we can still see objects from entities that had a connection to the missing one (albeit with no data about the missing objects). We're really stuck with what could have happened, especially since the update didn't include changes to the security settings or domain model. Any ideas on how this could have happened and how to fix it are welcome. Using Mendix studio pro 10.12.4.
↧
Data missing after app update?
↧
GLobal Application font family changed
I want to apply the change in the whole mendix application that font-family should be Poppins.Kindly suggest me how can I update the same.
↧
↧
How can i Use page URL access my app
Hi All Experts Could you help tell me how to configure page URL parameter I have an app in sandbox, want to visit the specified page like (Outsourcing_Process) this is a task assign app, PR AutoNo is a unique value linked a task you can visit it following address https://prmanagement-sandbox.mxapps.io/ usename:MendixTest password:MendixTest1 Thanks
↧
Access data from backup easily?
Some data in my production environment has gone missing for unknown reasons (still under investigation). We have backups from before it went missing but I'm struggling to access them. Is there an easy way to access information inside a Mendix backup? We can't restore the production environment using the backup as it is in use and important data has been stored since the missing data was lost.
↧
How to show data in a list view based on the enumeration value of a column?
On AirTable I can easily create a list which includes a column of single select values (in Mendix this would be an enumeration). I can then have those single select values show up in the list and have the data only be shown with those specific single select values. Each row of data can only have one unique value of the single select value. I added a picture with a good example of what I want. As you can see I can even minimize the data of a specific value which I also think is a good function.
↧
↧
Can anybody help me, it going so well and i reach a wall
i need help i like to close this if else statement but i don't know how to close it so can anybody help me?
↧
UC_CustomProvisioning - userInfoParam and user are always empty
I'm working with the OIDC Connector 3.1.0 module in Mendix, and I have a custom microflow called UC_CustomProvisioning. However, I'm encountering an issue where the parameters userInfoParam and user are always empty when the microflow is called. Can anyone help me understand why these parameters might not be populated, and how I can ensure they receive the correct values? Thanks in advance for your support!
↧
Getting loading circle symbol when I use carouse in the page.
Hi Team, As per my requirement, I want to display images based on the content selection from the "Searchable Selector Widget" (Avaliable in marketplace). However, when I try to place the Selector and Carousel widget next to each other in the two column layout grid. A spinner is showing (Attached screenshot for your reference). Does any one earlier faced this kind of challenge. My Requirement is based upon the Equipment name from the dropdown, I have to display corresponding equipment pictures in the carousel. I am using Mendix 10.6.1 version. Actual Problem: Domain Model:
↧
Error Trace Connector Message: text/MCP.txt file not found
Hi Everyone, Anyone knows on how to fix the issue with '404 - file not found for file: test/MCP.txt'. See below screenshots for details. I need advice on how to remove this kind of error. Thank you!
↧
↧
Import OIDC Error
Halo mendix teams, when i import oidc sso from market module, i have many errors. and the error is that the entity is empty and doesn't exist.What do I need to do to configure the oidc, even though the entity doesn't exist?
↧
Using local user accounts across multiple Mendix apps
Hi All, We have a Mendix application we use in our factory and its been a big success, for the office based staff that have AD accounts we use the SSO module to authenticate but for factory operators who don't have AD accounts we have to have local accounts stored in the Mendix Db. The business has now decided it wants to expand functionality by creating additional apps whilst allowing the operators to switch between them seamlessly. Currently each of the user accounts are replicated in each application, but the eutopia is to have one central point for local user accounts that can authenticate against other Mendix applications. As were new to the Mendix journey its not a direction we have any experience in, has anyone acheived this before who can point us in the right direction.
↧
Become a Rapid Developer Import Stories from Excel
Hello, in Become a Rapid Developer, I have been trying to import the Excel file, but the error keeps showing, (The following error occurred when importing document: user_stories_Rapid_Developer_10.0.0.xlscom.mendix.basis.objectmanagement.member.StringLengthException - Attribute 'ExcelIntegration.Item.StoryPoints' has a maximum length of 200, tried setting a value of length 324.) I also tried the Excel file template and it didn't work. I read an answer that said to add the "Epic Name" and swap the columns, I did but I still can't import the file. What should I do?
↧
Can't connect with mobile
I can't connect my mobile device with the mendix native ./file?guid=19703248380286960
↧
↧
Using AuthTokens with SSO?
I would like to use AuthTokens so that after our end users get authorized once, they remain authorized so that the apps load much faster. The goal will be to also utilize InSessionAuth or similar to allow for new role assignments to still be updated. How do I go about enabling the AuthTokens when users sign in with SSO? The docs only reference using the client API to login2 endpoint, requiring username and password, which obviously you can't use if you are using SSO...so is this even possible to implement, or will users always have to re-authorize every time they try to access every single app (give that their previous session has expired).
↧
How to stop apps from overriding the session cookie, to allow one user to have multiple apps open at the same time?
It seems that anytime a user access a Mendix app, that app will overwrite any values already stored in the "__Host-XASSESSIONID" cookie. This means that if a user is already signed into one app, then they try to open another app they will lose their session on the first app since each app uses the same cookie. This is a terrible design, as it prevents users from comparing data between apps, or viewing data from one app while entering data into another app. Our end goal is for apps to essentially use a unified session, so if a user accesses a new app and the session cookie is already checked, the app will make a call to our "core" app to validate the session, updating the new app to store the same session info allowing multiple app sessions per user. Is there anyway to override or hook into whatever behind the scenes actions Mendix runs when it checks this session cookie? I am assuming its handled either inside the mxui.js file, or from the mendix service worker.
↧
Help! Error when importing excel file.
Hi guys, I'm trying to import the excel file by Excel-Importer. But something wrong happened. I got the error message below. Could you please kindly help me how to solve this issue? Thank you so much. The following error occurred when importing document: ShiftList.xlsx
--------
com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Failed to read the file input stream from file: 'C:\Users\Administrator\Mendix\MxDemo_ShiftManagement\deployment\data\tmp\Mendix_ExcelImporter_33214047251858096'
at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:109)
Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Failed to read the file input stream from file: 'C:\Users\Administrator\Mendix\MxDemo_ShiftManagement\deployment\data\tmp\Mendix_ExcelImporter_33214047251858096'
at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23)
Caused by: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Failed to read the file input stream from file: 'C:\Users\Administrator\Mendix\MxDemo_ShiftManagement\deployment\data\tmp\Mendix_ExcelImporter_33214047251858096'
at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:127)
Caused by: com.mendix.core.CoreException: Document could not be imported, because: Failed to read the file input stream from file: 'C:\Users\Administrator\Mendix\MxDemo_ShiftManagement\deployment\data\tmp\Mendix_ExcelImporter_33214047251858096'
at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:384)
Caused by: org.apache.poi.openxml4j.exceptions.InvalidOperationException: Failed to read the file input stream from file: 'C:\Users\Administrator\Mendix\MxDemo_ShiftManagement\deployment\data\tmp\Mendix_ExcelImporter_33214047251858096'
at org.apache.poi.openxml4j.opc.ZipPackage.openZipEntrySourceStream(ZipPackage.java:234)
at org.apache.poi.openxml4j.opc.ZipPackage.(ZipPackage.java:197)
at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:285)
at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:192)
at org.apache.poi.xssf.usermodel.XSSFWorkbook.(XSSFWorkbook.java:336)
at excelimporter.reader.readers.ExcelXLSXDataReader$1.(ExcelXLSXDataReader.java:51)
at excelimporter.reader.readers.ExcelXLSXDataReader.parseExcelFile(ExcelXLSXDataReader.java:51)
at excelimporter.reader.readers.ExcelXLSXDataReader.readDataRows(ExcelXLSXDataReader.java:45)
at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:364)
at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:118)
at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:61)
at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:25)
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:105)
at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)
at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:104)
at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:59)
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:29)
at scala.Option.flatMap(Option.scala:283)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:26)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:176)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:116)
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.CoreActionHandlerImpl.$anonfun$runMonitoredAction$1(CoreActionHandlerImpl.scala:59)
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.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:59)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:46)
at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)
at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeAsync$3(ActionManager.scala:88)
at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:687)
at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.io.IOException: Truncated ZIP file
at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.skipRemainderOfArchive(ZipArchiveInputStream.java:1316)
at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.getNextZipEntry(ZipArchiveInputStream.java:676)
at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.getNextEntry(ZipArchiveInputStream.java:630)
at org.apache.poi.openxml4j.util.ZipArchiveThresholdInputStream.getNextEntry(ZipArchiveThresholdInputStream.java:150)
at org.apache.poi.openxml4j.util.ZipInputStreamZipEntrySource.(ZipInputStreamZipEntrySource.java:94)
at org.apache.poi.openxml4j.opc.ZipPackage.openZipEntrySourceStream(ZipPackage.java:224)
at org.apache.poi.openxml4j.opc.ZipPackage.(ZipPackage.java:197)
at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:285)
at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:192)
at org.apache.poi.xssf.usermodel.XSSFWorkbook.(XSSFWorkbook.java:336)
at excelimporter.reader.readers.ExcelXLSXDataReader$1.(ExcelXLSXDataReader.java:51)
at excelimporter.reader.readers.ExcelXLSXDataReader.parseExcelFile(ExcelXLSXDataReader.java:51)
at excelimporter.reader.readers.ExcelXLSXDataReader.readDataRows(ExcelXLSXDataReader.java:45)
at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:364)
at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:118)
at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:61)
at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:25)
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:105)
at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)
at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:104)
at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:59)
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:29)
at scala.Option.flatMap(Option.scala:283)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:26)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:176)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:116)
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.CoreActionHandlerImpl.$anonfun$runMonitoredAction$1(CoreActionHandlerImpl.scala:59)
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.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:59)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:46)
at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)
at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeAsync$3(ActionManager.scala:88)
at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:687)
at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
↧
Can URL be assigned to each mendix page in a Native App?
Hello everyone, I would like to know if it is possible to assign a URL to the mendix pages, that is, have a URL for Home_Page, all this in native
↧
↧
Feedback for community
Not a question, more a thank you for finally having an easy way to speak out and help grow this great TIA Portal
↧
Does Unified have an EIP driver?
Just wondering..... Does unified have an EIP driver?
↧
🏆 Webinar Grand Prize Drawing: What Excites You in Unified V20? 🏅
As Markus Tannert presents the 'Unified Story and Outlook: Unified V20,' listen for what excites you most! To enter the grand prize drawing, share one key takeaway or feature that stands out and how it could empower your projects or team. All responders during the webinar are entered into the contest!
↧