Hi all, I wanted to delete around 1,400,000 data from an entity that has around 28,000,000 data. I tried using task queue for deletion however it was an unsuccessful attempt. If anyone knows a better approach please help. Thanks.
↧
Large amount of data deletion.
↧
Rest API in mendix to post patch delete and get the association table
Hi, Anyone know if there is the possibility to implement or create the rest Api in mendix to perform the operations on the association table between 2 entities in mendix
↧
↧
PWA 32bit app message
Does anyone have any experience with the following message? The installation is only 1 month old.... I can be fixed by reinstalling the app, Only I dont think thats a very nice solution.....
↧
Alert for database freeable memory
I am getting this alert for our application on production: "This is an alert for a Mendix Cloud application that you are subscribed to. Environment: Production Service: Database Freeable Memory Status: Critical Details: CRITICAL: Database has 9.2% freeable memory.
↧
Reduce image file size
Hi all, Is it possible to reduce the image size of a file, through compression, are some kind of quality reduction. Our users upload receipts onto our apps and modern smartphones take huge photos, we have set an upload limit but our users are unable and should not be expected to resize the image themselves. I’ve used ScaleImage java action in the ImageCrop module, but not sure if I am putting in the correct details as it does not change the size of the image. In the JPEG compression quality, I’ve tried values from 1 to 100 and from 0.1 to 1
↧
↧
Localization
How to Implement Localization Automatically? Do I have to manually translate the texts?
↧
Retrieving Account
i am doing something wrong, dont know what, i cant retrieve a account associated with my entity called startupPage
↧
Need help setting limit to Password Text Box
Hi, soo i need to set the limit of caracters of a password text box to 12 how can i do that
↧
How can I use DuplicateFileDocument in Microflow?
Hi. I want to replace the content of the existing pdf in my project. Our experts suggested me to use the DuplicateFileDocument. But really I don't know how to use this functionality and what it will do. Can any one let me about DuplicateFileDocument. And how to use this to replace the content of my pdf. thanks.
↧
↧
Duplicate file document data in other object
I want to copy the content of the file entity, how that can be done. pls guide if any marketplace module or java actions can help.
↧
How to change the background of the image collection in Mendix Studio?
Some images in our Image Collections are white SVGs and become invisible because Mendix Studio uses a white background. Switching to dark-mode is possible but requires a restart and subsequently hides the black SVGs. Is it possible to use a checkered background like Photoshop does for transparency? Example of problem below: the red arrow points to a white SVG with transparency.
↧
How to run the native app in Make It Native 9 for Android devices
While I am testing the simple native app with Studio Pro version 10.0.0, I tested it with both iOS and Android devices with the help of Make it Native 9. While the iOS works without any problem, i could not make it run on Android device. The error is shown in the screenshot.
↧
We keep getting merge conflicts with "vendorlib-sbom.json"
Every time we commit, we encounter merge conflicts with "vendorlib-sbom.json". This situation is quite frustrating, as resolving these conflicts requires the use of an IDE (we use Visual Studio) and an external Git client (our choice is GitHub Desktop). While this is annoying for us, I can imagine that for those without experience in Git, it could be a significant obstacle. Does anyone have any suggestions for a permanent solution to avoid manually fixing the JSON file each time? It could be an option to add "vendorlib-sbom.json" to .gitignore, but I don't know if this has any unwanted consequences.
↧
↧
What happened to "Show as Password" for textboxes?
Back in Mendix 9 and before, textboxes has a property called "Show as Password" that would obfuscate text when you type it. It was great for sensitive data. It's done now in 10. What happened to it? Is there a way to easily do this in 10 now without a bunch of annoying Javascript?
↧
Synchronization error while running native app on local android device
I've been working on a native application for the past couple of months, but for the past few days, i keep getting the error: "Your changes cannot be synchronized at this moment. They will be synchronized later" whenever i launch the makeitnative app. I have tried deleting all local data, but no luck. My co-workers aren't facing the same problem, so i don't think it's an issue with the code either. I am working with a oneplus phone for testing purposes. Please let me know how to fix this issue, if any of you have come across the same. I have attached a screenshot of the error thrown as well. I'm using mendix version 9.24.16. Thank you!
↧
AWS S3 Bucket Connection Refused
Dear Experts, Need some guidance. We are migrating to AWS. We have requsted nodes and configure them. Somehow, the connection with AWS S3 Bucket which is used for file storage is not working. Whenever we try to upload a file or access file (from old backup), we get Connection Refused error with S3 bucket. Below is the error from logs 2023-08-19T07:32:32.567662 [APP/PROC/WEB/0] ERROR - Connector: Uploading file failed: Unable to execute HTTP request: Connect to s3.eu-central-1.amazonaws.com:443 [s3.eu-central-1.amazonaws.com/52.219.168.56, s3.eu-central-1.amazonaws.com/52.219.170.113, s3.eu-central-1.amazonaws.com/52.219.169.149, s3.eu-central-1.amazonaws.com/52.219.75.163, s3.eu-central-1.amazonaws.com/52.219.171.213, s3.eu-central-1.amazonaws.com/52.219.169.81, s3.eu-central-1.amazonaws.com/52.219.170.117, s3.eu-central-1.amazonaws.com/52.219.75.215] failed: Connection refused (Connection refused) [User 'superadmin' with session id '123e7179-XXXX-XXXX-XXXX-XXXXXXXXf468' and roles 'Administrator']
2023-08-19T07:32:32.567681 [APP/PROC/WEB/0] ERROR - Connector: com.amazonaws.SdkClientException: Unable to execute HTTP request: Connect to s3.eu-central-1.amazonaws.com:443 [s3.eu-central-1.amazonaws.com/52.219.168.56, s3.eu-central-1.amazonaws.com/52.219.170.113, s3.eu-central-1.amazonaws.com/52.219.169.149, s3.eu-central-1.amazonaws.com/52.219.75.163, s3.eu-central-1.amazonaws.com/52.219.171.213, s3.eu-central-1.amazonaws.com/52.219.169.81, s3.eu-central-1.amazonaws.com/52.219.170.117, s3.eu-central-1.amazonaws.com/52.219.75.215] failed: Connection refused (Connection refused)
2023-08-19T07:32:32.567697 [APP/PROC/WEB/0] at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleRetryableException(AmazonHttpClient.java:1219)
2023-08-19T07:32:32.567700 [APP/PROC/WEB/0] at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1165)
2023-08-19T07:32:32.567758 [APP/PROC/WEB/0] at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:814) If you have any past experience or any pointers that would be helpful.
↧
Datagrid 2 filter from drop-down
Hey, Is it possible to save this filter? Or I should post Idea for this I'm able to save value and sort filter, but this filter that open on drop-down I don't see any possibility to save it. Best regards, Slavko
↧
↧
Installing Mendix On-Premise
I'm trying to set up on On-Premise Application. I've followed every step in the mendix guide but I get this "Java" error when I try to run the Service How can I solve this error? I have Java Installed, JDk 21
↧
Receiving wrong session object after login
We are using Core.initializeSession(user, session != null ? session.getId().toString() : null) api to initialize session with the custom user data received from our authorization module and committed same data in Mendix session using below methods. sessionData.setSessionData_Session(context, sessionProxy); sessionData.commit(context); On deployed app we confirm that "currentSession" object is do not have our committed information and I observed that it is working fine on local environment. We have upgraded Mendix from v9.8.2 to v9.24.10. It works fine on Mendix v9.8.2.
↧
Mendix Free App Blocking Public External GET API Calls
We have been using OIDC Module for SSO Connectivity and using the Well known configuration URL to load all the OIDC Integration Endpoints for self configuration. But from yesterday after Indian Time 18-03-2024, the SSO Stopped working and we noticed that we are unable to make any GET or POST calls to any of the external API Endpoints anymore in the free App. For self configuration, we give the Well Known config URL and click Import button as in the screenshot and it loads all the Endpoints. Behind the scenes, it is simply making a GET API call on this URL. This is no longer working and we are getting 504 gateway Timeout. So we tried simply calling another Public GET API Endpoint and there also we are getting 504 gateway Timeout. Has the Mendix Public Cloud started blocking external API Calls recently?
↧