Hi I am using Pie chart to diplay the data. I added On click action on Pie chart settings. Based on the selection I want to display some changes. But problem is, On click action is not triggered when I click any data on Pie chart. Could you please help me to resolve this issue.
↧
Pie Chart Click Action
↧
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification
Good morning, I am moving my Mendix app from version 9.24 to 10.1, after creating my first deployment package, I stopped the mendix service, and updated the app to use my new version, unfortunately when I hit run service I was faced with the following error: Opening JDBC connection to SCMSTC02/Mendixdb failed with SQLState: 08S01 Error code: 0 Message: "The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target". ClientConnectionId:d504d980-24c8-42ac-9170-754703c2deb6", retrying...(1/4) I moved back to using 9.24 and did not encounter any errors, is there something new required with this updated mendix version that I need to add into my app for it to deploy correctly? Steps I have completed: 1. Download studio pro 10 2. Update app version to use studio pro 10 3. download and install the .gz package to manage the mendix server versions: 4. Create Mendix deployment package 5. update app in mendix service console and hit start service
↧
↧
Add users in Siemens Edge Performance Insight
Hello, Does anyone know how to add users in Siemens Edge Performance insight as a Administrator? Kind regards, Luc
↧
Filter List of references in Expression or call a Rule
Hey community, I’m developing a Mendix App to track tasks. Each task has a owner and can get Teammembers assigned. Therefore the Task object is associated with Administartion.Account, which specializes System.User. Now I want to trigger by conditional visibility, that only the owner and all teammembers can edit a task. Currently my Expression looks like this: Is there any way to fix the shown error and filter the list? Or can i somehow call Microflows/Nanoflows/Rules in Expressions?
↧
Mendix Model SDK - "Cannot parse the request body. request entity too large"
I'm encountering an issue while utilizing the Model SDK to create an mpk file. The error message I'm receiving is: "Cannot parse the request body. request entity too large" at the following endpoint: "https://model.api.mendix.com/v1/wc/3cd2296b-ae12-4cf2-9da3-382a11023a0c/deltas". The status code is 413. Can you provide guidance on resolving this problem?
↧
↧
Need to control the Enum values based on user roles
Hi, I have a Enum attribute with several values. I need to control the visibility of those values in the drop down based on user roles, is that possible? if yes, please explain me how to achieve the same.
↧
microflow execution order
I have created a microflow where I have a While loop which is showing an Incremental number from 0 to 10, but when I run the program it shows me numbers in reverse order. or even I have a show message activity after the loop and this message occurs before all the actions. can someone tell me in which order activities are performed in Microflows?
↧
Criar token JWT
Fala pessoal, Alguém poderia informar como crio um token via JWT ? Preciso de algum módulo para isso ?
↧
Cannot open the project 'Scrumptious' in Studio Pro version 10.10.0
Course: Style your app with Sass I am currently using studio pro version 10.10.0, and in the course we have been asked to download 'Scrumptious' project package and continue to build our app on it, but I am not able to open that project in the studio pro. Facing version issue as shared in the image. Is it possible to open it in existing version?
↧
↧
j Query updated from 1.8.3 to 3.4.1 version after deployment we found out from our internal pen Test some where we are still having J query 1.8.3 version is using
script type="text/javascript" src="js/jquery-1.8.3.min.js?638441263754366670" Please let me know how to find out if there is any reference of old version.
↧
Attribute shows error message when viewing page
Hello all, I am very new to Mendix so I am sure this may be a no brainer to the more experienced builders out there. I created Page Overviews using 4 different entities having to due with expense types and all generally laid out the same. For the "Amount" attribute I used the decimal type. When running the app locally and viewing, 2 of the pages are good and the other 2 have an error under the "Amount" attributes for the filer box that states "The attribute type that is being used for Text filter is not 'Hashed String or String'". This confused me because the other 2 pages with entities were built the same way and do not have this error. I went back in and changed the attribute types to "String" thinking that is what it was meaning, but now I get the error "The attribute type that is being used for Text filter is not 'Autonumber, Decimal, Integer, or Long'" on the 2 that were good, and the 2 with the original errors do not have the error. I have looked through all 4 entities and made sure they were the same. The preference is Decimal as it relates to the cost of the expense. I cannot figure out why 2 of the entities require decimal and the other 2 require string for the text filters. I have researched this question and most that I have found relate to DataGrids. Any help on this would be greatly appreciated. Thank you. Very Respectfully, Brice Randall
↧
Amazon RDS SSL Issue
Hi. I'm using Docker deploy with Amazon RDS PostgreSQL RDS changed the SSL Certificate to a new one, but an error occurs as shown below WARNING - ConnectionBus: Database connections: 0 active, 0 idle. ERROR - ConnectionBus: Opening JDBC connection to jdbc:postgresql://****.ap-northeast-2.rds.amazonaws.com:5432/****?tcpKeepAlive=true&sslrootcert=%2Fopt%2Fmendix%2Fbuild%2F.postgresql%2Famazon-rds-ca.pem&sslmode=verify-full failed with SQLState: 08006 Error code: 0 Message: "SSL error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target", giving up...(4/4) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Error on initializing database connection. (SQL State: 08006, Error Code: 0), Detail Message: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target, sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target, sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at com.mendix.connectionbus.util.ExceptionInfo$.createClearException(ExceptionInfo.scala:19) Caused by: org.postgresql.util.PSQLException: SSL error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ERROR: Starting application failed: Application start failed Please tell me how to solve it. Thanks
↧
Has anyone migrated a Mx 9.24 project from svn to azure git, while preserving commit history?
Has anyone migrated a Mx 9.24 project from svn to azure git, while preserving commit history? If yes, can you share the steps needed?
↧
↧
Unable to properly setup the TreeGraphWidgets
Hello there! I am trying to set up the TreeGraphWidgets. Currently, I am able to show a parent entity, but I am unable to set up its children. Does anyone have experience setting up this widget? I am not sure if I did it correctly. I followed the documentation step by step but get an error when clicking the “Add New Child” button. This is a link to the module: https://marketplace.mendix.com/link/component/212053
↧
How I can get pathname from the JS Action?
why I cant get the pathname ? always output '/', not the right '/Dashboard' !!! I am mad now...
↧
Credentials for git.api.mendix.com
I just figured out that SVN is not the only option anymore and it is now possible to create a Team Server project that is based on a Mendix provided Git. In my project’s dashboard on Mendix Developer Portal, I can see the path to repository git.api.mendix.com/somethinggibberish/myproject.git, but still I cannot access it using TortoiseGit or from CLI because it seems I do not have the right credentials. In summary, How can I learn my credentials for my project’s Git repository? PS: The credentials I use for Team Server SVN does not work.
↧
Error in consuming AWS Secret Manager API
Hi Reader, I want to update one secret value of AWS secret manager. For this I am consuming API of Secret Manager. But is providing 404 Error (Caused by: com.mendix.modules.microflowengine.MicroflowException: 404: Not Found at REST_Module.Microflow (CallRest : 'Call REST (PUT)')) I have provided AWS signature which I have generated by GetSigV4Header action provided by AWS Authentication module. Please help me to resolve this.
↧
↧
what are the most possible section and questions to be asked by an interviewer during interview facing on mendix
as i am a fresher to mendix what were possible questions to be faced?
↧
Pluggable Widget CSS Not Updating
Hi Everyone, I am currently facing issue while developing Pluggable widget. Whenever I update CSS file it's changes are not picked up by watcher (NPM Run Start) i.e. changes are not getting updated on browser until I rerun app from studio pro. Anyone faced this issue?
↧
Wakatime Plugin Mendix Studio Pro
Hi to all, is possible to create a Wakatime plugin for Mendix Studio Pro ?
↧