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

Error while executing an SQL query (oracle database)

$
0
0
com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.sql.SQLRecoverableException: IO Error: Checksum fail     at MyFirstModule.Test_Database_Connection (JavaAction : 'Execute query') Advanced stacktrace:     at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:152) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.sql.SQLRecoverableException: IO Error: Checksum fail     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156)   Dear Team, While executing an SQL query, I am getting above error, Could you please tell me how to resolve this? Thanks in advance.

client based authentication solution?

$
0
0
Hello everyone.  Currently my app ( which my customer owns, I am just developing ) is using IP address filter to authenticate user login. As the app grow, there is need to share part of the app to external users. This is become troublesome cause we will have to add the external user IP address to the list everytimes we  issue a new external user ( which is a lot ). So here is what my customer want to do:  restrict access to internal part of the app to client base authentication ( mac address, cookie .. etc, anything to make sure the access is from a permitted location ) as for external part, just ID, password authentication is sufficient I have been searching around but haven’t found any idea how to get this done. Any advice or guidance would be greatly appreciated.

How to remove side bar

$
0
0
Hi, just a quick question, how do you get rid of this side bar 

Refresh reference selector microflow

$
0
0
Hi! After introducing a new element in a modal window I want to see that new element when I click on the reference selector. How can I refresh the content of the reference selector without leaving the page? The content of the reference selector is obtained from a microflow. Thank you!

How to integrate google map api in mendix.

$
0
0
hey, I want to choose address using google map. I have javascript api key for google map and I already implemented  google map widget but it not fulfill my requirement. I want to select current location from map once I selected location then it reflect on the webpage like my current location is Mumbai and I selected current location from map then automatically Mumbai name comes under city input box and India comes under country input box if it is possible then how I can do it. I implemented google map widget and it looks like   please tell me how we can do it.  

if i want to create the export mapping in which the loop can be nested and no of nested loop is not fix then how can we achieve it .

$
0
0
I want to create the export mapping for BOM in which parent can have childs and child can again have childs and so on , in my example i have added a json structure for export mapping  till BOM’s 4th level so after export to json activity  i am getting json till 4th level only , but if i have BOM till 100 level  how should i implement it .   

How to add Reminder function in calendar

$
0
0
Hi Experts, As per my requirement I need to add  reminder message in calendar event. Already I implemented calendar widget and I can able to add new events . But how do I set reminders on my calendar widget?  Thanks In Advance.

How to remove refresh button on search bar

$
0
0
What is the function of the refresh button on the search bar and how to do you remove it?

Local certificates problem

$
0
0
Hi all, Probably something really stupid but appreciate any help: I have installed a rest certificate on my chrome browser and the node and they both seperately work fine. When i have tried to install it on my desktop modeller, i come up with the following issues ( I have tried installing it from the certificate tab and the custom tab - combined and seperately)  This is the error at runtime: Mendix.Modeler.M2EEConnector.M2EEException: Failed to parse response text for request <{"action":"update_configuration","params":{"RuntimePath":"C:\\Program Files\\Mendix\\7.3.0\\runtime","BasePath":"C:\\Users\\elqas\\Documents\\Mendix\\Service Improvement Panel-main\\deployment","DTAPMode":"D","DatabaseName":"SIP2017","DatabasePassword":"1","DatabaseType":"POSTGRESQL","DatabaseHost":"localhost:5432","DatabaseUserName":"postgres","DatabaseUseIntegratedSecurity":"False","ApplicationRootUrl":"http://localhost:8080/","ClientCertificates":"C:\\Users\\elqas\\Desktop\\PestControlCerts\\PestControl.brighton-hove.gov.uk.pfx","ClientCertificatePasswords":"*****","ClientCertificateUsages":"{ \"mdwebtest.brighton-hove.gov.uk\": \"C:\\Users\\elqas\\Desktop\\PestControlCerts\\PestControl.brighton-hove.gov.uk.pfx\" }","ScheduledEventExecution":"None","MicroflowConstants":{"AppCloudServices.LogNode":"AppCloudServices","AppCloudServices.InviteAPI_Location":"https://lama.mendixcloud.com/ws/InviteAPI/1/soap1","AppCloudServices.PermissionsAPI_Location":"https://lama.mendixcloud.com/ws/PermissionsAPI/1/soap1","AppCloudServices.EnvironmentPassword":"","AppCloudServices.OpenIdEnabled":"False","AppCloudServices.EnvironmentUUID":"","AppCloudServices.OpenIdProvider":"https://mxid2.mendixcloud.com/mxid2/discover","AppCloudServices.ProfileServiceLocation":"https://profile.mendixcloud.com/ws/ProfileService/3/soap1"}}}>. Response text:  ---> Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Path '', line 0, position 0.    at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)    at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)    at Mendix.Modeler.M2EEConnector.M2EERequest.Execute(Int32 timeout) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.M2EEConnector\M2EERequest.cs:line 67    --- End of inner exception stack trace ---    at Mendix.Modeler.M2EEConnector.M2EERequest.Execute(Int32 timeout) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.M2EEConnector\M2EERequest.cs:line 81    at Mendix.Modeler.M2EEConnector.M2EEClient.UpdateConfiguration(Dictionary`2 config) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.M2EEConnector\M2EEClient.cs:line 144    at Mendix.Modeler.M2EEConnector.StartupManager.PerformStartup(StartupInfo info, IM2EEClient client) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.M2EEConnector\StartupManager.cs:line 48    at Mendix.Modeler.M2EEConnector.RuntimeController.Start(StartupInfo info, LogLevel autoSubscribeLogLevel) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.M2EEConnector\RuntimeController.cs:line 133    at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.b__0(Object s, DoWorkEventArgs e) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.Utility\BackgroundUtil.cs:line 28    at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)    at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)   current custom set up: on node which works fine:   any help would be appreciated

How to get data from default database in mendix using DB Connector

$
0
0
Anyone Help me, to get data from default database in mendix using execute query of db connector jdbc url : 'jdbc:hsqldb:hsql://localhost/' sql query : SELECT  'username', 'Publication' FROM "PUBLIC"."myfirstmodule$paper" WHERE "username" LIKE '%%'

How can I have negative value between dates using daysBetween ?

$
0
0
daysBetween  functions seems like just returning absolute values. If yes, then how can I get days between two dates that considers negative values?

List constraint problem when creating a new row in the list

$
0
0
Dear Mendix Community, I am currently building a data system application for my company. It is about the company’s programs running and the launches that inherit from those programs. Every single program and launch has got their own data sheet and on the program data sheet all launches inheriting from that program shall be displayed. Now I am facing the problem that whenever a user would like to create a new program, the full list of all launches is displayed instead of no inheriting launches at all, because I fixed the sorting issue of my launchlist (containing all launches) by List constraints on the Program ID manually in mendix studio Pro. Do you have any tips for me to solve this problem in another way instad of list constraits? Because users will not be able and allowed to use Mendix Studio Pro to set up their launch list, they should be able to do it while using the application.   Kind Regards, David

object 'disappears' before change/commit in microflow

$
0
0
Hi, I have a submicroflow with a parameter 'Sample’. I use this parameter to create three variables from the date (daynumber, weeknumber en yearcode) and use these to change and commit the parameterobject attributes. I get this error; Object of type 'AQC_Samples.Sample' with guid '12666373951988528' cannot be updated, as it does not exist anymore. The variables are created and then the Sample object ‘disappears’ (as seen by debugging). The rights for Sample are correct. If I remove the commit and just keep the change the microflow passes the activity, jumps to the submicroflow above and fails on the next commit over there. Also no rollbacks or eventhandelers in the followed flow. Someone know this problem and a solution? My microflows start at ACT_SaveSampleZonderBarcode (zie eerste screenshot) then jumps to SF_MakeMetingen_FirstSample_Bulk (zie screenshot 2) followed by screenshot 3 (SF_FirstSampleBulk) and last the screenshot with the relevant microflow (SF_DagNrWeekNr) Greetings

Connecting Mendix to Hadoop and Sharepoint.

$
0
0
Hi Everyone, After going through Appstore, we couldn’t find any connectors for Hadoop and Sharepoint. Has anyone tried connecting Mendix to Hadoop and Sharepoint?

Need to use Data grid extension widget in Mendix 8.13.1

$
0
0
HI Mendix Fam,   I need help in using the Data grid extension widget in 8.13.1, I am facing some issues like the hide and move options are not working and after many tries, it is throwing an error like “ cant use in operator in innerHTMl when inner HTML is null “ kind of... anyone use Data Grid extension in Mendix 8.13.1 please help or is there an alternative one is there?

Data gird paging button alignment issue

$
0
0
Hi, I am creating page for mobile view where I am using data grid instead of list view. I highlighted issue in below screenshot: How can I reduce the size of paging button(like css class/alignment) so that my button will adjust there? or  Is there having any option where I can remove/disable this paging form here and use some other trick/widget for paging data grid?  

Remember username and password in login page - Native Application

$
0
0
Hi Folks, Is there any way to remember three different user credentials based on native toggle selection? I can able to remember last logged in user credentials, but I want to remember three credentials. For Example: User 1 logged in test environment, User 2 logged in development environment and User 3 logged in production environment, If I select dev in toggle button it should show user 2  credentials in username text box and password text box. Thank you in advance!

AnyChart - TextTemplate Query

$
0
0
Hi, I’m using the AnyChart plugin and have successfully hooked up the x and y values following the guide. I am now trying to use the Texttemplate field in the Layout configuration to pull in a separate calculated value along with the data string that is pulled into the source attribute. So I have: [{ "x" : ["Test"], "y" : [ 1 ], "z" : [ 2 ] }] As my data structure, and I’m wanting to pull my ‘z’ values into my Texttemplate field to display a label on the graph. This works if I use ‘x’ and ‘y’, but not for ‘z’.   Any ideas?   Many Thanks, Dan

BarCode Scanner

$
0
0
Hello Guys, I need to implement Bar code Scanner in Hybrid Tablet App.I tried with barcodeScanner widget but Camera is not enable.So suggest me how i will do that and it is support for mendix version 8.14.0.

HTML snippet is not getting refreshed on next page click

$
0
0
Hi All, I have written some custom javascript code in HTML snippet which I want to be get executed when page loads. It is working fine but when I click on the next page in data grid control panel, this code doesn’t re execute. So expected changes are not reflecting after next page click. I looking for a solution through which I can just call either this snippet itself or a microflow. Please help me if you have any solution. Thanks
Viewing all 83469 articles
Browse latest View live


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