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

Sort filter options for Data Grid 2

$
0
0
I've got a Data Grid 2 which shows objects which have an association to users In the user column I have a filter, which automatically shows the correct list of latest users However, the list of users is sorted by creation date As the list is getting long, I would like to be able to sort it by name, so that it is easier to find users Is there a way of doing this?

How to consume RSS Feed?

$
0
0
Hello all developers, I have a question, how can I consume an RSS Feed file, the truth is I can't think of how, and I would like some advice, thank you very much in advance.

what is instance scaling?

$
0
0
what does this do? why would i not have this at max all the time?

where can i see what resources i have available?

$
0
0
we have purchased some nodes. where can I see what I am using, and what is still available to be used?

The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12].

$
0
0
Hi, I'm using an MSSQL database and can connect with the external connector to the database and execute queries. This works fine. However, when I try to run the app locally, the connection to the database fails, possibly due to TLS issues. I'm getting the following error: Opening JDBC connection to 00.00.000.000\XXXXXXXXXXXX/XXXXXXXXXXXX failed with SQLState: 08S01 Error code: 0 Message: ""encrypt" property is set to "true" and "trustServerCertificate" property is set to "false" but the driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption: Error: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]. ClientConnectionId:asdasd-asda-asdd-1234-asfdasfdsfdf", retrying...(1/4) I tried connecting using connection details, but when that didn't work, I created a JDBC connection string. For testing, I added both integratedSecurity=true and integratedSecurity=false, but I'm not able to test with integratedSecurity=false. I also tried using enabledTLSProtocols=TLSv1.0 and enabledTLSProtocols=TLSv1.2 but neither worked. I added the following configurations: encrypt=true;trustServerCertificate=true;enabledTLSProtocols=TLSv1.2 and with TLSv1.0 I tested with both encrypt and trustServerCertificate set to false, then tested with only one of them set to true, and finally, I tested with both set to true. But none of these configurations worked. I couldn't find a solution in community forums, online, or with ChatGPT. Mendix Studio version 10.15.0

Send only one email to the person who is in both to and cc.

$
0
0
Hello everyone, I have one case where I am sending emails via template, but if I have same person in to and cc the email should send only one time but currently the email is sending 2 times one for to person and another for cc person. But I have same person in both to and cc,the technically person should receive the email only once. How I can achieve this ? Anyone have any idea?

Problem with the configurator of Databus.

$
0
0
I have a problem with the app DataBus in Industrial Edge. I try to launch this app in Data Connections but it doesn´t work. I see that this could be that the configurator of this app is outdated or no installed. To solve this problem I try to uninstall and install it again but it still not working. I also try to reboot the industrial edge manangment, reinstall all the apps, unpublish and publish it again but nothings works. I have the same problem in the conectors SIMATIC S7 or the OPC UA Connector. I will add some picture of the problem. Here we can se the problem I have in all of this data connections in the databus, the OPC UA connector or the SIMPATIC S7 connector. In the next picture we can see that I have all the configurators good installed and updated. I hope someone can help me. Thanks

How to fix an AWS Textract connection error?

$
0
0
Getting the following error while trying out the Amazon Textract Connector AnalyzeDocument: Received an UnknownHostException when attempting to interact with a service. See cause for the exact endpoint that is failing to resolve. If this is happening on an endpoint that previously worked, there may be a network connectivity issue or your DNS cache could be storing endpoints for too long.:[Ljava.lang.StackTraceElement;@3ee35bea [Yesterday 9:36 PM] Sathya Krishnamurthy An error has occurred while handling the request. [User 'Anonymous_f2f7ccad-989c-46c4-b948-d03f1bce48e5' with session id '5eb9357f-XXXX-XXXX-XXXX-XXXXXXXX7d7c' and roles 'User'] [Yesterday 9:37 PM] Sathya Krishnamurthy An error occurred while executing an action of MyFirstModule.Document_Overview.actionButton2: Internal server error Error: An error occurred while executing an action of MyFirstModule.Document_Overview.actionButton2: Internal server error at http://localhost:8080/mxclientsystem/mxui/mxui.js?638475175551634751:61:184140 at ye (http://localhost:8080/mxclientsystem/mxui/mxui.js?638475175551634751:19:6830) at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638475175551634751:19:6731) at j (http://localhost:8080/mxclientsystem/mxui/mxui.js?638475175551634751:59:5097) Used Studio Version 10.7 AWS Authenticator Version 3.0.2 Amazon Textract connector 3.02. I tried the following a. Confirmed that the static connector keys are valid in AWS b. Confirmed that Java and javaw and mendix have access thru windows firewall. Am I missing anything else?

Disappearing buttons on the pop-up forms at lower resolution of browser

$
0
0
Hello everyone, I am using a default page of pop-up form in mendix when I click on a button the pop forms open up. My Forms has a Yes, No radio button and a comment field (text box). Now in resolution above 1300*600 everything works fine. But when my browser resolution is around 1272*600 the Save and Cancel buttons on the pop-up form disappear on opening the form or sometimes clicking on the YES, No radio buttons. Although they are still present like when I hover above it the cursor changes and I am able to click too but, they are not visible. P.S: I have not added any visibility condition or extra css on the Save and Cancel button. 

How to show a maintenance page when mendix app is down

$
0
0
How to show a maintenance page when mendix app is down

Is it possible to edit the label tiles that user has input in a label selector?

$
0
0
i am using a label selector for the ability to input multiple subprojects. Is it possible to edit these tiles without deleting them? and also, can i implement validations for deleting these tiles?

Email Connector configure Receive Email

$
0
0
Hi. I managed to install and to run Email Connector module. I also managed to configure the Send Email part (manually because the automatic configuration didn’t work). But I am not able to configure the Receive Email part. I have an popup message error : Connection dropped by server? Any idea, folks?

Deeplink Page Rendering

$
0
0
Hi Everyone, I have a couple of pages in my app to act as a calculator function. Depending on the workflow required, we may need to send a link to the outcome of the calculator for review. I have created a deeplink using the Page URL method and that works OK, however the result page in the app renders using the Atlas PopupLayout which looks good to the user, when the user follows the deeplink though, the page is rendered full width and looks like it doesn't belong to the app. This is a poor user experience and I'd like to have the deeplink open the record / entity in the same layout as you would see if you were in the app originally. Can this be done? If so can anyone point me at some docs that show how? Thanks in advance!

Email Connector

$
0
0
Hi team, I am unable to send emails while email integration with showing error "Error while sending email: EC0x025: LDAPConfiguration is not set." Could you kindly provide feasible resolution for this?

SandBox apps showing 'URL was not found'

$
0
0
Hi there, I have a sandbox app which recently started to show this message 'The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again'. When I retry later it will show the starting information (if it's not already started). Previously I would always see the information that the app is not started when opening the URL. Is that a general issue? Was the behaviour for SandBox apps changed? regards, Fabian

Removal off deployment folder error

$
0
0
Hi, Sometimes I want to throw away my deployment folder because I want to start fresh. In the past the clean deployment folder did not work so now I remove the deployment folder entirely. Even if I have shut down studio pro this folder gives me an error that a file is still being used. I've noticed that I need to terminate node.js and watchman and most of the times I can throw it away after that. Sometimes a file in native is being used but don't know what to kill then and the only solution is restarting my PC. Does anyone know all the files that needs to be killed and why these processes are still running even after I close studio pro?

Setting anonymous in current User after Login in 9.24.15

$
0
0
I have recently upgraded Mendix Studio to version 9.42.15 and encountered an issue. After logging into the system using a deep link to preserve the external session, the currently identified user is still displayed as an anonymous user. This functionality worked correctly in version 9.6.11. Has anyone else faced this problem?

Which ingress annotations or constants should be added in Prod environment to avoid 504 timeout issue for oData

$
0
0
We are facing 504 timeout issue while trying to get oData for Prod env but for Test env its working fine, when we check logs we found it is because Nginx. For Test env ingress annotations for Nginx is added but for Prod it is not so we want to add annotations but not sure which should be added to avoid 504 timeout error. Want list of annotations or constants should be added, help us in this it will be helpful.

Which ingress annotations or constants should be added in Prod environment to avoid 504 timeout issue for oData

$
0
0
We are facing 504 timeout issue while trying to get oData for Test its working fine, when we check we found it is because Nginx. for test ingress annotation for Nginx is added but for Prod it is not so we want to add annotations but not sure which should be added to avoid 504 error. want list of annotations should be added, please help us in this it will be helpful.

Streaming Excel module skips empty rows in xlsx file, so the app cannot get the physical rows number.

$
0
0
Streaming Excel is very lightweight and fast and works well in our app. However, it skips empty rows in the xlsx file, so the app can't get the physical row number of each row. I know this is because POI XSSF Eventmodel skips empty rows in xlsx files. But this is bothering us because our app needs to tell the user exactly which row in the xlsx the data came from. In the POI XSSF Eventmodel, you can get the exact physical row number by using attributes.getValue("r") in 'case "row"' in the startElement method of DefaultHandler. Therefore, I think that the physical row number obtained here can be inserted as the first column just before adding the row data to the row buffer in ''case "row"' in the endElement method. Of course, it would be good to make this function selectable as an optional function with a flag parameter. I have implemented this modification in our app and confirmed that it works well, but I hope that it will be adopted as a standard in the Streaming Excel module. How about you guys? I would be happy if the author Taner san sees this post and agrees with it.
Viewing all 83469 articles
Browse latest View live


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