Hi all, when trying to import web-service or schema, I am getting the following issue. an error has occurred while parsing the xml shema in the wsdl document the 'http://www.w3.org/2001/XMLShema:schema' element is not declared. when I make a change however to the following code: go to https://www.cellportal.co.za/gatewaywebservice/Service.asmx?WSDL ... The only change I make is here
↧
an error has occurred while parsing the xml shema in the wsdl document the 'http://www.w3.org/2001/XMLShema:schema' element is not declared.
↧
Method to Import PST to Office 365 Account
I was going through the web and I need to know the method to import PST to Office 365 easily as on web there are very long and difficult process.
↧
↧
How do I specifically style the "are you sure?" (buttons) modal?
We have a specific stylesheet for all modals. For example, all 'next' buttons should be aligned right, while the secondary button should be aligned left. The "Are you sure?" microflow-button modal is styled in such way that the primary button is always the left button. Therefor I'm seeking a way to style this modal separate of all modal pages. Specifically the buttons I want to style, not the whole modal. Update: I noticed that the modal gets the ID "mxui_widget_ConfirmationDialog_1" and I assume there cannot be multiple confirmation dialogs. So the AreYouSure modal, which is a confirmation dialog, is always the one and only. So that seems the way to go. Alternatively, I haven't found a different modal than the confirmation modal that has a real modal-footer class. So let's try that. If there are any other suggestions or feedback to this finding, please post.
↧
app to app authentication
Have you guys ever done app to app authentication ie as the member of the public, I've logged into one mendix app and now want to continue into another app logged in, with the same details. Equally if i have logged out i want to have logged out of all.
↧
Mendix "something went wrong" at login
Hello I have a problem regarding Mendix. Every time I login, open a project or close the program I get this error message. After I have filled in my e-mail and password and click on Login I get this message. I have to close it and the login popup. When I close Mendix I get as well and it is preventing me from closing the program. I have to go to taskmanager and end the program from there. I wasn't able to find a solution on Google. Does someone know how to fix this? Thanks in advance!
↧
↧
Jasper Reports in Mendix
I am building a module to compile Jasper reports through a java action call. I have imported all the libraries, but get a error at the following line in my custom java code: JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters); Error: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: net.sf.jasperreports.engine.JRException: Error loading expression class : Braai2_1521445390345_197221 at MyFirstModule.BTN_java (JavaAction : 'JA_Braai') ..... Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission""createClassLoader") at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) at java.security.AccessController.checkPermission(AccessController.java:884) at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) Any ideas?
↧
Reference selector(s)
Hi all, Is it possible to receive two unique values with two reference selectors in the same NewEdit? At the moment, after deployment, if i select a value with one reference selector it automatically use the same value for the other reference selector. (The goal is to create a match at a certain date and give the end-user the possibility to select both of the teams with a reference selector)
↧
Database Replication Module
Hi Guys, Have an issue with the replication module, we get to a stage where we can connect to the server, but when i get into the import the data I get an error which says: Invalid object name 'LV'. Where LV is the table name. In Microsoft Server 2008 Management Studio, if i paste the sql from the log message it also generates the same error message, but if I take away the square brackets from the query in this it works, any ideas?
↧
Webserice error: PKIX path building failed
Hi Im using https://sscWeb.gsfc.nasa.gov/WS/ssc/2/SatelliteSituationCenterService?wsdl Testing service Acknowledgements in SoapUI it works, delivering a sensible response with a 200OK Upon calling the webservice (Acknowledgements) the following error occurs as listed in the console:
Response exception received in Tube [ MesageDumpingTube ] Instance [ 1 ] Engine [ Metro/2.1 (branches/2.1-6728; 2011-02-03T14:14:58+0000) JAXWS-RI/2.2.3 JAXWS/2.2: Stub for https://sscweb.sci.gsfc.nasa.gov:443/WS/ssc/2/SatelliteSituationCenterService ] Thread [ MxRuntimeSystem-action-dispatcher-39 ]:
com.sun.xml.ws.client.ClientTransportException: HTTP transport error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:132)
at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:256)
at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:184)
at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:137)
at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:641)
at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:600)
at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:585)
at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:482)
at com.sun.xml.ws.client.Stub.process(Stub.java:323)
at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:192)
at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:218)
at com.mendix.integration.webservices.call.WebserviceCaller$3.run(WebserviceCaller.java:325)
at com.mendix.integration.webservices.call.WebserviceCaller$3.run(WebserviceCaller.java:298)
at java.security.AccessController.doPrivileged(Native Method)
at com.mendix.integration.webservices.call.WebserviceCaller$1.execute(WebserviceCaller.java:262)
at com.mendix.integration.webservices.call.WebserviceCaller$1.execute(WebserviceCaller.java:259)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)
at com.mendix.util.classloading.Runner$1.run(Runner.java:25)
at java.security.AccessController.doPrivileged(Native Method)
at com.mendix.util.classloading.Runner.runUsingClassLoaderOf(Runner.java:21)
at com.mendix.integration.webservices.call.WebserviceCaller.call(WebserviceCaller.java:267)
at com.mendix.integration.webservices.call.WebserviceCaller.call(WebserviceCaller.java:129)
at com.mendix.integration.webservices.WebserviceModuleImpl.callWebservice(WebserviceModuleImpl.java:207)
at com.mendix.integration.internal.InternalIntegrationImpl.callWebservice(InternalIntegrationImpl.scala:333)
at com.mendix.integration.actions.microflow.WebServiceCallAction.execute(WebServiceCallAction.scala:102)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49)
at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248)
at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)
at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174)
at com.mendix.core.component.InternalCore.execute(InternalCore.java:390)
at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:144)
at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:314)
at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:304)
at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:304)
at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)
at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146)
at scala.util.Try$.apply(Try.scala:192)
at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140)
at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
at akka.actor.ActorCell.invoke(ActorCell.scala:487)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
at akka.dispatch.Mailbox.run(Mailbox.scala:220)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1283)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1258)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250)
at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:120)
... 54 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
at sun.security.validator.Validator.validate(Validator.java:260)
at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
... 67 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:146)
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
... 73 more
↧
↧
Java - GetModuleName
I am trying to get the current module name in a java action. I see core.getModuleName in version 3. But nothing in the API docs for Mendix version 7. Any advice?
↧
iCal module not sending Calendar requests
Hi, I've installed the iCal Module with the default configured smtp settings: localhost on port 25 utilizing Mendix SMPT servers to send meeting requests. When I try to send a test appointment from the Appointment Overview, it just hangs and doesnt time out, prompting me to refresh the page. I don't know if this module has been updated to work in Mendix 7.11.0 or if there are conflicts with the java libraries not executing the request. My log files don't log any errors relating to the request. I am running this widget on mendix cloud. I find that this will be very useful for sending meeting requests to sales users who have to attend credit meetings and have reminders on which session to attend to.
↧
Modeler startup error
Hi, When I try to start the modeler I get the following error. Does anyone have an idea how to fix this? I tried repairing, uninstalling / reinstalling, disk cleanup. These didn't fix it. SimpleInjector.ActivationException: The registered delegate for type IMainForm threw an exception. The registered delegate for type IDashboardManager threw an exception. The registered delegate for type IDashboardViewModel threw an exception. sqlite: database disk image is malformed ---> SimpleInjector.ActivationException: The registered delegate for type IDashboardManager threw an exception. The registered delegate for type IDashboardViewModel threw an exception. sqlite: database disk image is malformed ---> SimpleInjector.ActivationException: The registered delegate for type IDashboardViewModel threw an exception. sqlite: database disk image is malformed ---> SharpSvn.SvnException: sqlite: database disk image is malformed ---> SharpSvn.SvnException: sqlite: database disk image is malformed --- End of inner exception stack trace --- at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) at SharpSvn.SvnClient.GetProperty(SvnTarget target, String propertyName, SvnGetPropertyArgs args, SvnTargetPropertyCollection& properties) at SharpSvn.SvnClient.GetProperty(SvnTarget target, String propertyName, String& value) at Mendix.Modeler.VersionControl.SvnConnector.ClientDo[T](Func`2 action) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 58 at Mendix.Modeler.Sprintr.SprintrConnector.GetSprintrProjectID(String projectFilePath) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\Sprintr\SprintrConnector.cs:line 306 at Mendix.Modeler.Sprintr.SprintrConnector.GetSprintrProject(String projectFilePath) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\Sprintr\SprintrConnector.cs:line 268 at Mendix.Modeler.WindowsGui.Dashboard.MyAppsViewModel.FromRecentApp(String projectFilePath) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.WindowsGui\Dashboard\ViewModels\MyAppsViewModel.cs:line 207 at Mendix.Modeler.Utility.DictionaryUtil.GetOrCreate[TKey,TValue](IDictionary`2 dictionary, TKey key, Func`2 createValue) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Utility\DictionaryUtil.cs:line 22 at Mendix.Modeler.Utility.FuncUtil.<>c__DisplayClass4_0`2.b__0(T x) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Utility\FuncUtil.cs:line 0 at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Mendix.Modeler.WindowsGui.Dashboard.MyAppsViewModel.<>c__DisplayClass48_0.b__0() in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.WindowsGui\Dashboard\ViewModels\MyAppsViewModel.cs:line 154 at Mendix.Modeler.WindowsGui.Dashboard.MyAppsViewModel.UpdateApps() in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.WindowsGui\Dashboard\ViewModels\MyAppsViewModel.cs:line 157 at Mendix.Modeler.WindowsGui.Dashboard.DashboardViewModel..ctor(IModelerSettingsManager settingsManager, ISprintrConnector sprintrConnector, IDashboardDataRetriever dashboardDataRetriever, ISignInManager signInManager, IUrlOpener urlOpener, IAppDescriptionProvider appDescriptionProvider, IGuiThreadExecutor guiThreadExecutor) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.WindowsGui\Dashboard\ViewModels\DashboardViewModel.cs:line 39 at lambda_method(Closure ) at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.CreateInstanceWithNullCheck() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.BuildExpression() at SimpleInjector.Registration.BuildExpression(InstanceProducer producer) at SimpleInjector.InstanceProducer.BuildExpressionInternal() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at SimpleInjector.InstanceProducer.BuildExpression() --- End of inner exception stack trace --- at SimpleInjector.InstanceProducer.BuildExpression() at SimpleInjector.ContainerOptions.BuildParameterExpression(ParameterInfo parameter) at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo constructor) at SimpleInjector.Registration.BuildNewExpression(Type serviceType, Type implementationType) at SimpleInjector.Registration.BuildTransientExpression[TService,TImplementation]() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.CreateInstanceWithNullCheck() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.BuildExpression() at SimpleInjector.Registration.BuildExpression(InstanceProducer producer) at SimpleInjector.InstanceProducer.BuildExpressionInternal() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at SimpleInjector.InstanceProducer.BuildExpression() --- End of inner exception stack trace --- at SimpleInjector.InstanceProducer.BuildExpression() at SimpleInjector.ContainerOptions.BuildParameterExpression(ParameterInfo parameter) at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo constructor) at SimpleInjector.Registration.BuildNewExpression(Type serviceType, Type implementationType) at SimpleInjector.Registration.BuildTransientExpression[TService,TImplementation]() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.CreateInstanceWithNullCheck() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.BuildExpression() at SimpleInjector.Registration.BuildExpression(InstanceProducer producer) at SimpleInjector.InstanceProducer.BuildExpressionInternal() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at SimpleInjector.InstanceProducer.BuildInstanceCreator() at SimpleInjector.InstanceProducer.GetInstance() --- End of inner exception stack trace --- at SimpleInjector.InstanceProducer.GetInstance() at SimpleInjector.Container.GetInstance[TService]() at Mendix.Modeler.WindowsGui.App.InitModeler() in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.WindowsGui\App.xaml.cs:line 141
↧
Scroll Down action Works as expected, but throw an error in ATS
Hi Guys, Last few days our scripts fails because of scroll down issue.We have passed several regressions without any issue in Scroll down action.Now we facing this issue,when we use scroll action we can see that scroll operation works fine in browser stack and failed in ats and through these errors Error Log: at 16: [Scroll down to element]: with Widget: [[RemoteWebDriver: chrome on XP (870f59e118abd05d3e7ed9760d9a0a1d7bdfad82)] -> css selector: [data-mendix-id="162_4_19"] .row] with Slow scroll: true Scroll down to element: at 1: slow scroll: with Script: TEXT: function getScrollParent(element, includeHidden) { var style = getComputedStyle(element); var excludeStaticParent = style.position === "absolute"; var overflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/; if (style.position === "fixed") return document.body; for (var parent = element; (parent = parent.parentElement);) { style = getComputedStyle(parent); if (excludeStaticParent && style.position === "static") { continue; } if (overflowRegex.test(style.overflow + style.overflowY + style.overflowX)) return parent; } return document.body; } X = getScrollParent(arguments[0]); X1 = X.scrollHeight; X2 = $(X); X3 = X2.animate({ scrollTop: $(arguments[0]).offset().top }, 2000); with Argument0: ANY: [[RemoteWebDriver: chrome on XP (870f59e118abd05d3e7ed9760d9a0a1d7bdfad82)] -> css selector: [data-mendix-id="162_4_19"] .row] Execute Javascript String Caused by: com.mansystems.ATS.Runner.exceptions.RunnerException: at com.mansystems.ATS.Runner.definitions.functions.FunctionImpl.run(FunctionImpl.java:62) at com.mansystems.ATS.Runner.definitions.functions.FunctionImpl$1.run(FunctionImpl.java:36) at com.mansystems.ATS.Runner.execution.ExecutionContextRoutine.execute(ExecutionContextRoutine.java:172) at com.mansystems.ATS.Runner.execution.ExecutionContextTestStep.execute(ExecutionContextTestStep.java:140) at com.mansystems.ATS.Runner.execution.ExecutionContextActionComposition.run(ExecutionContextActionComposition.java:41) at com.mansystems.ATS.Runner.execution.ExecutionContextRoutine.execute(ExecutionContextRoutine.java:172) at com.mansystems.ATS.Runner.execution.ExecutionContextTestStep.execute(ExecutionContextTestStep.java:140) at com.mansystems.ATS.Runner.execution.ExecutionContextTestCase.executeTestSteps(ExecutionContextTestCase.java:153) at com.mansystems.ATS.Runner.execution.ExecutionContextTestCase.run(ExecutionContextTestCase.java:121) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at com.mansystems.ATS.Runner.execution.ExtendedFuture.run(ExtendedFuture.java:69) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.mansystems.ATS.Runner.definitions.functions.FunctionReflectionHelper.invokeRunInternalMethod(FunctionReflectionHelper.java:29) at com.mansystems.ATS.Runner.definitions.functions.FunctionImpl.run(FunctionImpl.java:59) ... 14 more Caused by: java.lang.NullPointerException Tried these Ways: 1)We 1st Assert the Element and call scroll action to scroll upto the element. 2)Getting css of the Element and call Scroll action.
↧
↧
How to remove 'X' button from a pop-up layout?
Hi, I would like to remove the 'X' button from the top right corner of the pop-up layout-form. I am implementing a form which should not be closed, forcing the user to enter something. Please, advice on how to do that. Thanks in advance.
↧
remove X option from pop up form
Hi, I have a requirement to make user always use customized close button instead of "X" shown on pop up form. Is there any option to disable "X" on pop up form?
↧
Azure SSL Certification
Hi, I am trying to deploy my app in the Azure cloud. This succeeded and it is deployed with a licensed key, however a secure connection cannot be established. Does anybody know how to add an TLS or SSL certificate to the Azure cloudplatform for Mendix? Does anybody have some experience or documentation on how to do this? The correct gates should be open in the Azure portal.
↧
Compare the session ID and check if one is in the database
Hi, I would like to compare the session ID and check if one is in the database. Where, instead of creating new object, I can check the DB if there is an existing session so that the user doesn't have to re-enter information. Would anybody be able to help with this? Many thanks Austin
↧
↧
How to use Stories Api
Hi Everyone, Here: Stories API, there is some talk about Microflows that allow the manipulation of project tracking entities. Unfortunately i cannot find any info in regards on how to use these or where to find them. On that page there is a link to a wsdl which i assume can be used to construct the required REST calls. However what am I missing, where is this discussion about microflows fit in? Any pointers would be much appreciated.
↧
LDAP Synchronization Issues - Login does not work
Hi, I have added the LDAP Synchronization module to my application and changed security level to Prototype/demo. I am running the application locally. I have ran "Test Connection" and received the "Connection established" message. I have also tried the "Test Authentication" and received the "Successful!" message. However when I try to login to the application as the same user I did the "Test Authentication" with I get "The username or password you entered is incorrect". Logs : Connector - New login request from [Source-IP: 127.0.0.1, User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0] Ldap - Importing users by groups. I did notice that there were some incomplete module statuses - but don't think it is related. Thanks!
↧
Mendix driven Power BI reporting using Power BI row level security and Azure Active Directory Security.
Mendix driven Power BI reporting using Power BI row level security and Azure Active Directory Security. Solution Goal : Use light weight interactive Power BI reports inside a Mendix IFrame were the row level security, Multitenant Security and OData feeds are controlled through a Mendix Cloud application with its existing security. Be able to create Power BI reports on the fly and add them to Mendix clients dynamically in a blink of an eye. The current solution. We have a Mendix application were we can add Power BI licenses to the standard Mendix License. This adds a Menu Item were the Power BI reports can be viewed. With each one of these licenses a unique client id is created with a role that is later matched to the Power BI Security. We also create Client OData Extract Objects with a OData extract URL, username and password. This is used to extract all the different data feeds we may want to use. We use Matillion which is a ETL tool to extract all the OData(Any data source) that is specified in the client OData Extracts. So we first Extract the Mendix Power BI client extract data using OData. We loop through all the active clients and extract all the data that is need for the client. We then add row level security on to each row using the ClientName, ClientID and Site or LocationID. Once all the data is transformed from all the sources it is written to a Snowflake Data Base. We extract data from Mendix, Ikentoo which is a Food and beverage point of sale and Xero at the moment but it could be anything. Once this is done we create a work space and Data Set in power BI(This will be done once). All this information is stored in Mendix along with the Azure active directory user. The Azure active directory controls the access to the Power BI api. Now reports can be created from the Power BI desktop and published to the Power BI cloud. A role and filter must be created for each Mendix client in Power BI, these come from the ClientID and ClientName records in Mendix. The report name and Power BI ID is created in Mendix and the reports can be viewed in Mendix using the Power BI api. At the moment we create a html file and use a java action to copy it to the Mendix web directory on the server and use an iframe which points to that URL. We can’t use a custom string widget or html snipped as the html sting contains java script that cant be rendered by Mendix. As seen Below! By doing this we can quickly create reports in Power BI and share them with all our Power BI clients. When the clients view the reports they will only see their data. We do not have to create a report for each client. The Mendix application encapsulates and controls the Power BI reports. I am sure there are other Mendix partners or developers that see the value in using this Power BI and Mendix use case. We have gone through the whole process of getting this working. We are prepared to work with Mendix to create a Power BI widget that has all the necessary input variables and then just displays the power BI report. This would make the whole process easier and it can be made available for everybody in the community. Regards, Patrick
↧