System.Security.Cryptography.CryptographicException
We have been struggling for some time now to resolve a Java error that gets thrown when we try and add a new application via the Mendix console on a server of ours.We are running Mendix Service Console...
View ArticlelatestHttpResponse and latestSoapFault return empty
Hi guys,Im trying to integrate a consumed service in my app, but I can't figure out how the error handling works.Current MF looks like this: The latestHttpResponse returns an empty string and the...
View ArticleUnable to redirect to external URL from Java
Hi,I have an app with that uses the Open Authentication module (https://github.com/Erwin-t-Hoen/Open-Authentication-Module) to implement Facebook login functionality.While the app was running in a...
View ArticleA problem with emails
Hi all!First of all, thanks again for all the support of the community, its great to have such a supportive network!Now down to my error, i'm doing something very silly, but i'm currently getting an...
View Articleexcel exporter date constraint
Setting a constraint for the date. The attribute is type Long instead of date. It is expecting an integer, not a date. Is the integer for days or what is to be expected? Thanks
View ArticleUse Mendix Variable in SQL Statement to External Database
Hi,New to Mendix and cannot find specific examples of what I am trying to do with my external database.I have connected to my database using the documentation here...
View ArticleUse device camera from within Mendix app instead of launching camera seperately
We have built an Android app that contains the Phonegap camera widget. When our customers come to take a picture the camera app is launched separately.What we really want is to embed the camera within...
View ArticleJMeter - Execute microflow
I'm trying to explore the possibilities to use JMeter for load testing. I'm able to do a login through a POST http request, which gives me 200 status code (OK) and a cookie with an xassessionid....
View ArticleExposing Microflows as REST services.
Hi, What is the best method to expose a Microflow(s) as a REST service? Regards
View ArticlePosting an image using REST
Hi there, I am trying to post an imageto another Mendix app by using REST. I succeeded to this with POSTMAN. See image:How do I do this by using a Call REST service action? What type of request should...
View ArticleBest practice to remove whitespaces and charactersin a string with multiple...
Hi guys I have multiple words in a string (for example: First- and Lastname, Street/Zip/City), whereby I want to: 1) remove all the whitespaces2) remove the special characters as "/" and "-"3)...
View ArticleHow to create an entity using javascript
I want to create a simple entity using javascript. The entity must have a name and a single string attribute. Please suggest the easiest way to do it. I have no prior experience in Mendix.
View ArticleUpdate the time within a DateTime attribute
Scenario: We're passing in a DateTime object into a microflow and retrieving a list of objects that are greater than or equal to that DateTime object. We need to iterate over the list of DateTime...
View ArticleWARNING - Connector: Caught IOException while trying to write data to a...
Hi,Question has been asked several times, but no answer was provided. We still get these warnings in our logs on a daily (hourly) basis though and are really interested in finding out why. Does this...
View ArticleMendix 4: add timestamps to m2ee.log
Hi,Wondering how to add timestamps to the m2ee.log file on a Mendix 4 on premise (windows) install.Anyone an idea?Thanks.Brian
View ArticleUser Name of object Owner
I have an Overview page for a particular Entity where I would like the Owner Name for each Entity to be displayed. In the (Owner Name) Column I have the...
View ArticleERROR: REST Call: java.security.PrivilegedActionException
Hi All,Starting around July 1st, I get an error calling a REST service from the cloud. The same REST call works when running locally. Do I need some kind of extra permission in the cloud? I have set my...
View ArticleIMAP/POP3 Error Encryption
I use the IMAP/POP3 module to read emails from an Exchange Server. The facility polls the server every 5 minutes and it seems to work fine. However, on checking the Logs is seems as though there is an...
View ArticleUpdates with 1 to 1 relationships
I have two tables : ptprofile and encounter. I am attempting to use ptprofile, over association ptprofile_encounter on a single page to perform the save or update ( there is a 1 to 1 relationship...
View ArticleCKEditor Formatting Question
I have reused the token functionality from the Email Templates module to create a document template capability. My document templates are edited in CKEditor and, for the most part, work well (I use...
View Article