Questions tagged [mendix]

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle.

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle. Mendix has an active community, please refer also to https://mxforum.mendix.com when you have a question.

86 questions
0
votes
1 answer

How to Configure Google OCR in Mendix?

Can any one please tell me that How to configure Google OCR Module in Mendix application? I have gone through the documentation but still I didn’t get clear with that. Can you please tell me that how to configure it? And also I have created my own…
0
votes
1 answer

How to change the default URL into custom URL in Mendix?

Can any one please tell me that how change the default URL (Example: http://localhost:8081/index.html?profile=Responsive ) into a Custom URL(Example: http://localhost:8081/UserName/) without any license in locally or cloud Mendix(Low-code…
0
votes
1 answer

Failed to evaluate expression in Mendix

I'm trying to build a microflow with a decision that contains logic to determine if a date attribute is in the future but I get the following error when I run it. com.mendix.modules.microflowengine.MicroflowException: Failed to evaluate expression,…
0
votes
2 answers

Soap UI returning HTTP 1.1/200 OK but empty response - works in mendix 7 but not 8

I am testing a web service with SOAPUI, using a wsdl with a soap request. The request returns 200 but the response is empty. Also, we are using this service in mendix and it works perfectly well in mendix 7 (with the "old deprecated web service…
VZL
  • 1
  • 1
0
votes
2 answers

Mendix - Generate PDF with charts

I am trying to generate a PDF with mendix but I can not find any way to add my charts to the PDF. The charts I have already built for my dashboard now I just want to include them in a PDF report that is sent to the management. Any clues are…
Amit
  • 13
  • 1
0
votes
2 answers

I encounter a 401 unauthorized in my JMeter scripts response each time when I try to send an xas-request to a Mendix application

I have little experience in using JMeter, so my sincere apologies if I'm missing something totally obvious here. However, I get a 401 each time I try to make an HTTP Request in which a query is send to the server, the request looks as…
0
votes
1 answer

XPath problem - Retrieving user by name (Mendix)

I have Tasks entity, associated with Administration.Account entity (I use it to display a list of tasks with assigned users). Tasks entity has a string parameter “Requester”, where I store names of users. I created a microflow, which should…
Rumata
  • 1,027
  • 3
  • 16
  • 47
0
votes
1 answer

XPath error - Trying to get user by name from the database

I'm working on a list of tasks. Users can request to be assigned to a task, and Admin can approve or reject this request. I almost have it done, but have a problem with the XPath statement in the last 3rd step. Implementation step-by-step: I…
Rumata
  • 1,027
  • 3
  • 16
  • 47
0
votes
1 answer

How can I use REST API authentication in Mendix?

I have designed an API REST service (with Bonita) to which I can perfectly connect with Postman, with the following parameters: By the way, the x-www-form-urlencoded option that is selected comes from the Content-type…
Olivier
  • 303
  • 3
  • 14
0
votes
1 answer

Error while applying context TypeError: Cannot read property 'getReferences' of null Error

Application throwing null error, tried a few things but no luck, seems something simple but cannot figure out for the life of me, not sure what I am missing. Hoping someone can see the problem. ** Log…
Adam Khan
  • 51
  • 1
  • 4
0
votes
3 answers

What is the difference that we are making by using Docker for Mendix?

In usual cases for local apps, we deploy it to mendix public cloud but if we isolate the mendix runtime and deploy it with a docker container, what difference does it make. what are the benefits with docker?
0
votes
1 answer

PDF Tron Path error for Hybrid Android App

I have an issue with the path not found for PDFTron for my Hybrid Android device. The Hybrid app is built in Mendix. Below is my sample code. WebViewer({ path: 'PDFTron/lib', documentType: 'pdf', //initialDoc:…
Hilario Goes
  • 433
  • 5
  • 15
0
votes
0 answers

Camera streaming service works only with localhost but not with IP address

I have implemented a service which streams camera output on html5. But it works only if I use localhost:8080 localhost if I use IP address or machine name then it does not even detect the camera. /*global logger*/ /* VisualInspection …
Prasad S Deshpande
  • 1,362
  • 4
  • 15
  • 35
0
votes
1 answer

Issue running MxBuild on Debian : ERROR: System.TypeLoadException: Could not load type 'Mendix.Modeler.Utility.AssemblyResolver'

Using MxBuild for creating the deployment package(.mda file) for Mendix app Command executed : mono modeler/mxbuild.exe --output="Automation" --java-home =/usr/lib/jvm --java-exe-path=/usr/lib/jvm/bin/java Automation.mpr Error I am getting : ERROR:…
0
votes
1 answer

How to subscribe for device events in Mendix?

I have a device on IBM cloud IoT platform and I want to subscribe mendix to its events... I am using MQTT client form mendix app store for subscribing to device events. Project Explorer: Micro Flow MQTT Subscription I have also debug the…
Al Fahad
  • 2,378
  • 5
  • 28
  • 37