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?
↧
Removal off deployment folder error
↧
Initial Bootstrapping with CookieCutter
The instructions do not work as stated. Step after tar extraction says to use cookiecutter as follows: # Use cookiecutter to create Asset link project $ cookiecutter cookiecutter-project-template/ Yet, there is no such cookiecutter template as "cookiecutter-project-template". Did you perhaps mean to state "cookiecutter-golang" since it uses GO, or perhaps "cookiecutter" as a generic template? It seems whatever template is expected, the step indicating that such a template needs to be acquired is missing. Even still, the idea that one needs to create a repository for these templates is not even addressed in the basic getting started discussion for CookieCutter itself.
↧
↧
Streaming Excel module skips empty rows in xlsx file, so the app cannot get the physical rows number.
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.
↧
String split Function
Hello Everyone, How to use the split string in the community commons for separate the serial numbers as a row in overview main page using commos. Please share your ideas, how to do this?
↧
How to use Exchange API's in mendix for Emails
How to use Exchange API's in mendix for Emails
↧
↧
Facing error in Make it native 10
Question: I'm experiencing issues while running my Make It Native 10 application on my development system. Although both my system and phone are connected to the same network, I'm encountering errors. Context: Please note that I'm trying to troubleshoot this issue within the context of Make It Native 10 application development. Error Message: I am attaching screenshot of my screen.
↧
OQL Implementation
Here's a rewritten version of your question: I'd appreciate guidance on accessing resources related to Object Query Language (OQL). Specifically, could you provide information on how to retrieve data from a dataset using OQL in a microflow and store it in an entity? Additionally, I'd like to know which other modules are required to work with OQL and how to utilize the 'Execute OQL Statement' tool. Please let me know if there's any specific documentation or tutorials available for these topics.
↧
Dynamic Background color change based on the column values
Could you please assist me in changing the background color of a list view dynamically based on a specific attribute? I'd like to achieve this by reading the value of a particular column in the list view. If the column value matches a hex code, such as '#000000', I want the container's background color to change accordingly. For instance, if the column value contains '#000000', I'd like the background color to turn black.
↧
Sequence Number
Hi Readers, I want to create a sequential number and it will reset to 1 every month.
↧
↧
built-in db(HSQL) vs PostgreSQL (can not get value if I use built-in db)
Hello , I am mendix developper , my client using our mendix web service , and occured error when using system caluclation for there business, (client use postgreSQL on there server , but for development , they use built-in DB on there mendix studio pro ver10.16) I am using mendix studio pro ver10.16 same version , but DB is PostgreSQL (ver15), my environment occure no error . Mendix version 10.16 have some bugs if we use built0in DB (HSQL) ? when I using mendix 9.19 , never happend this problem. thank you very much.
↧
Is mendix scrum board chargeable based on usage? or will there be any subscription changes in feature?
Is mendix scrum board chargeable based on usage? or will there be any subscription changes in feature?
↧
Run localyがエラーになる
Run localyをするとBundle applicationで以下のエラーメッセージが表示されてしまいます。 何回か再実行すると、正常にRun localyができる状態で原因が分かっていない状況です。 解決方法などありましたらご教示お願いいたします。
↧
Mendix UI Issue when fetching data through Mircoflow for ListView
I have an issue with the ListView widget where on adding new rows to it through UI Button click and calling a Microflow in the background and displaying the data in the ListView through association, the latest added row in the bottom is not visible fully loaded with data which was done in the Microflow before. We have changed the ListView with DataGrid2 and we faced similar issues over there.Also about the XAS request, we wrote Logs in the Microflow in the beginning and end of the Microflow to see the completion is happening and if any delays. But we see that the logs are written fine for start and end with 6ms - 40ms time range when the issue is occurring in the UI.So I would say that there is no slowness to Microflow can cause this. Finally, I want to add that we can see that when the issue is occurring if we are doing any of the below workaround steps the issue is immediately corrected in the same UI.1.Click on F12 twice.2.Upon clicking Ctrl + or Ctrl - , it is working. (working in all cases)3.Upon clicking F11, it is working (F11 helps to make full screen) So definitely it is not a data issue but more of a UI loading issue due to any reasons I suspect. Please help me to identify to root cause for the same. I am attaching screenshot of the issue. Thank you in advance.
↧
↧
Deeplink works in local but not when deployed on server
I have a deeplink microflow which finds an object from Database and displays the details in a separate URL. This works fine when deployed locally but doesnt work when deployed on server. Deeplink microflow doesnt even get triggered when run on server as per the log entries. It gives the below message in new tab. Server Error 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
↧
XCode errors while building native app
Hello, we want to update an existing native app and resubmit it to the appstore, but it gives errors in xcode while building. I am relative new to building Native apps, first time with Xcode. THe previous version was build by someone else on a different Mac. So I installed xcode, cocoapods using homebrew. We performed the following steps: 1) We used the 'build native mobile app' menu from studio pro. 2) we ran the npm install --legacy-peer-deps and npm run configure from the root folder 3) In the ios folder we ran POD install --repo-update 4) Open workspace in xcode. During the build we get the following errors (see print screen) -Undefined symbol _OBJC_CLASS_$_AppUrl -Undefined symbol _OBJC_CLASS_$_MendixApp -Undefined symbol _OBJC_CLASS_$_ReactNative Printscreen Any idea what is going wrong.
↧
Performance Issues with huge OQL tables & filters
Hi everyone, in our App we are often required to show 200-300 objects in a table or gallery (kanban board for example) and have advanced filters options that go beyond just simple text searches in a column (e.g. searching for an attribute in an associated object). In order to make that possible we use an OQL query as a string, that gets updated depending on the set filters by the user. When redirecting from that page (by clicking on a row or an object of the result) the page is increasingly slow, due to many non-persistent objects loaded in the cache/runtime. This has to do with the retrieval via the OQL. The redirection and overall performance of those tables/views have gotten so slow, that we have to do somthing about it. Anyone with a similar problem or different approach how to handle those types of overview pages with advanced filtering? Any suggestion is appreciated! BR Markus
↧
File Upload
Hi, all community members, this is my first post. May I ask if anyone implemented Native Mobile file upload function? We have done most research but we are going no where.
↧
↧
Excel Exporter 7.5.2 NoSuchMethodError exception java.nio.charset.Charset
Hi All, After upgrading to Excel Exporter 7.5.2, I encountered an error indicating that a library class is missing. I’ve also updated Excel Importer and MX Model Reflection, and ensured there are no duplicate or outdated JAR files present. I'm using Mendix Studio 10.7.0. Has anyone experienced a similar issue or have any suggestions on resolving this? Thanks in advance for your help! Log: java.lang.NoSuchMethodError: 'java.nio.charset.Charset org.apache.commons.io.Charsets.toCharset(java.nio.charset.Charset, java.nio.charset.Charset)'
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:859)
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:931)
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:819)
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:795)
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:715)
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:702)
at org.apache.poi.openxml4j.util.ZipSecureFile.(ZipSecureFile.java:132)
at org.apache.poi.xssf.streaming.SXSSFWorkbook.write(SXSSFWorkbook.java:973)
at xlsreport.report.export.ExportExcel.writeData(ExportExcel.java:169)
at xlsreport.actions.GenerateExcelDoc.executeAction(GenerateExcelDoc.java:160)
at xlsreport.actions.GenerateExcelDoc.executeAction(GenerateExcelDoc.java:30)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)
at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)
at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:114)
at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)
at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:114)
at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:59)
at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:35)
at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:11)
at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:38)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:29)
at scala.Option.flatMap(Option.scala:283)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:26)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:185)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:118)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)
at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)
at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:114)
at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)
at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:114)
at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:64)
at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.runMicroflow(MicroflowRuntimeOperationExecutor.scala:88)
at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.$anonfun$apply$7(MicroflowRuntimeOperationExecutor.scala:61)
at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30)
at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$1(RegularClientAction.scala:72)
at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:46)
at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:43)
at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:66)
at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:70)
at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:66)
at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.apply(MicroflowRuntimeOperationExecutor.scala:62)
at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:66)
at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:25)
at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30)
at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:121)
at scala.util.Try$.apply(Try.scala:210)
at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:121)
at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:119)
at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$6(ContextHandling.scala:59)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:52)
at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)
at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:52)
at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:59)
at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:33)
at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:95)
at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:30)
at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:22)
at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:95)
at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:119)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14)
at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10)
at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:95)
at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:116)
at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:100)
at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:71)
at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:37)
at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$2(MxRuntimeConnector.scala:58)
at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$2$adapted(MxRuntimeConnector.scala:58)
at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)
at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.scala:58)
at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.scala:1064)
at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:40)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665)
at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1580)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1553)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
at org.eclipse.jetty.server.Server.handle(Server.java:563)
at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)
at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421)
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390)
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277)
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149)
at java.base/java.lang.Thread.run(Thread.java:829)
Userlib list: accessors-smart-2.4.9.jar
accessors-smart-2.4.9.jar.MendixSSO.4.1.0
accessors-smart-2.4.9.jar.MendixSSO.RequiredLib
accessors-smart-2.4.9.jar.Required.by.json-smart.2.4.10
asm-9.3.jar
asm-9.3.jar.MendixSSO.4.1.0
asm-9.3.jar.MendixSSO.RequiredLib
asm-9.3.jar.Required.by.accessors-smart.2.4.9
bcjmail-jdk15to18-1.70.jar
bcjmail-jdk15to18-1.70.jar.Email_Connector.RequiredLib
bcpg-jdk15on-1.70.jar
bcpg-jdk15on-1.70.jar.Encryption.RequiredLib
bcpkix-jdk15on-1.70.jar
bcpkix-jdk15on-1.70.jar.Encryption.RequiredLib
bcpkix-jdk15to18-1.70.jar
bcpkix-jdk15to18-1.70.jar.Email_Connector.RequiredLib
bcprov-jdk15on-1.70.jar
bcprov-jdk15on-1.70.jar.Encryption.RequiredLib
bcprov-jdk15to18-1.70.jar
bcprov-jdk15to18-1.70.jar.Email_Connector.RequiredLib
bcprov-jdk18on-177.jar
bcutil-jdk15on-1.70.jar
bcutil-jdk15on-1.70.jar.Encryption.RequiredLib
bcutil-jdk15to18-1.70.jar
bcutil-jdk15to18-1.70.jar.Email_Connector.RequiredLib
checker-qual-3.8.0.jar
checker-qual-3.8.0.jar.CommunityCommons.RequiredLib
com.github.virtuald.curvesapi-1.07.jar
com.github.virtuald.curvesapi-1.07.jar.ExcelImporter.RequiredLib
com.google.zxing.core-3.4.1.Barcode.RequiredLib
com.google.zxing.core-3.4.1.jar
com.google.zxing.javase-3.4.1.jar
com.google.zxing.javase-3.4.1Barcode.RequiredLib
com.zaxxer.SparseBitSet-1.2.jar
com.zaxxer.SparseBitSet-1.2.jar.ExcelImporter.RequiredLib
com.zaxxer.SparseBitSet-1.2.jar.XLSReport.RequiredLib
commons-beanutils-1.9.4.jar
commons-beanutils-1.9.4.jar.OQL.RequiredLib
commons-codec-1.16.0.jar
commons-codec-1.16.0.jar.GoogleAuthenticator.RequiredLib
commons-codec.commons-codec-1.15.jar
commons-codec.commons-codec-1.15.jar.ExcelImporter.RequiredLib
commons-codec.commons-codec-1.15.jar.XLSReport.RequiredLib
commons-collections4-4.4.jar.OQL.RequiredLib
commons-io-2.11.0.jar.DocumentGeneration.1.0.0
commons-io-2.11.0.jar.DocumentGeneration.1.1.1
commons-io-2.11.0.jar.XLSReport.RequiredLib
commons-io.commons-io-2.11.0.jar
commons-io.commons-io-2.11.0.jar.ExcelImporter.RequiredLib
commons-lang3-3.12.0.jar.DocumentGeneration.1.0.0
commons-lang3-3.12.0.jar.DocumentGeneration.1.1.1
commons-lang3-3.12.0.jar.MendixSSO.4.1.0
commons-lang3-3.12.0.jar.MendixSSO.RequiredLib
commons-lang3-3.12.0.jar.Required.by.commons-text.1.10.0
commons-lang3-3.12.0.jar.XLSReport.RequiredLib
commons-logging-1.2.jar.GoogleAuthenticator.RequiredLib
commons-text-1.10.0.jar.MendixSSO.4.1.0
commons-text-1.10.0.jar.MendixSSO.RequiredLib
commons-text-1.10.0.jar.OQL.RequiredLib
commons-text-1.10.0.jar.Required.by.MendixSSO.4.1.0
content-type-2.2.jar
content-type-2.2.jar.MendixSSO.3.1.0
content-type-2.2.jar.MendixSSO.4.1.0
content-type-2.2.jar.MendixSSO.RequiredLib
content-type-2.2.jar.Required.by.oauth2-oidc-sdk-10.7.1
content-type-2.2.jar.Required.by.oauth2-oidc-sdk.9.39
Email_Connector-1.0.0.jar
Email_Connector-1.0.0.jar.Email_Connector.RequiredLib
eventTrackingLibrary-1.0.2.jar
eventTrackingLibrary-1.0.2.jar.Email_Connector.RequiredLib
fontbox-2.0.24.jar
fontbox-2.0.24.jar.CommunityCommons.RequiredLib
googleauth-1.5.0.jar
googleauth-1.5.0.jar.GoogleAuthenticator.RequiredLib
httpclient-4.5.13.jar
httpclient-4.5.13.jar.GoogleAuthenticator.RequiredLib
httpcore-4.4.13.jar
httpcore-4.4.13.jar.GoogleAuthenticator.RequiredLib
jakarta.mail-api-2.1.1.jar.Email_Connector.RequiredLib
jcip-annotations-1.0-1.jar
jcip-annotations-1.0-1.jar.MendixSSO.3.0.0
jcip-annotations-1.0-1.jar.MendixSSO.3.1.0
jcip-annotations-1.0-1.jar.MendixSSO.4.1.0
jcip-annotations-1.0-1.jar.MendixSSO.RequiredLib
jcip-annotations-1.0-1.jar.Required.by.oauth2-oidc-sdk-10.7.1
jcip-annotations-1.0-1.jar.Required.by.oauth2-oidc-sdk.9.15
jcip-annotations-1.0-1.jar.Required.by.oauth2-oidc-sdk.9.39
json-smart-2.4.10.jar
json-smart-2.4.10.jar.MendixSSO.4.1.0
json-smart-2.4.10.jar.MendixSSO.RequiredLib
json-smart-2.4.10.jar.Required.by.oauth2-oidc-sdk-10.7.1
lang-tag-1.7.jar
lang-tag-1.7.jar.MendixSSO.3.1.0
lang-tag-1.7.jar.MendixSSO.4.1.0
lang-tag-1.7.jar.MendixSSO.RequiredLib
lang-tag-1.7.jar.Required.by.oauth2-oidc-sdk.10.7.1
lang-tag-1.7.jar.Required.by.oauth2-oidc-sdk.9.39
log4j-api-2.17.2.jar
log4j-api-2.17.2.jar.XLSReport.RequiredLib
nimbus-jose-jwt-9.30.2.jar
nimbus-jose-jwt-9.30.2.jar.MendixSSO.4.1.0
nimbus-jose-jwt-9.30.2.jar.MendixSSO.RequiredLib
nimbus-jose-jwt-9.30.2.jar.Required.by.oauth2-oidc-sdk-10.7.1
oauth2-oidc-sdk-10.7.1.jar
oauth2-oidc-sdk-10.7.1.jar.MendixSSO.4.1.0
oauth2-oidc-sdk-10.7.1.jar.MendixSSO.RequiredLib
oauth2-oidc-sdk-10.7.1.jar.Required.by.MendixSSO.4.1.0
opencsv-5.7.1.jar.OQL.RequiredLib
org.apache.commons.commons-collections4-4.4.jar
org.apache.commons.commons-collections4-4.4.jar.ExcelImporter.RequiredLib
org.apache.commons.commons-collections4-4.4.jar.XLSReport.RequiredLib
org.apache.comm
↧
Differences between "Data Sources"
Hello everyone, I am currently trying to find out when to use the “Data Source” “Database” and when to use “Association” in a “Data grid 2”. I sometimes have “Page Parameters” and can also use it to display the existing “Associations” and select the entities linked to them. However, I can also select the “Association” as the “Data Source” and do the same. The results look identical. Then I read the following in the documentation: Sorting columns and searching is not possible in data containers with an association data source. This is because these features require a database call to function, which an association data source does not necessarily initiate. This confuses me, because if I select an “Association” as “Data Source”, I can still sort and search in my “Data grid 2”. Then I read that if I select “Association” as the “Data Source”, the results come from the working memory. Can there be problems with this? If I have an account that is linked to projects and the projects are linked to documents, do I only have to query the account once via “Database” and can then only work with “Associations”? Will all the account information then be loaded into the working memory? Then I also read in the forum that “Associations” helps to keep the database clean when creating objects in case users cancel actions, as they are then not directly committed to the database. As you can imagine, I am now very confused and would simply always prefer “Association” as “Data Source”. But it can't be that simple! Or can someone explain to me exactly what the differences are and when I should use which source? Thanks! Dennis
↧
Problems with the creations of a Industrial Edge Device
Hi, I have another problem with the configuration of Industrial Edge. The problem is that I cant launch any aplication in this device because this device is ofline. However I can acces to the device. So I dont know why this device couldn put in online to connect to the IEM. As we can see in the IEM I have 2 device and boths are in offline modo for a long time. Here we can see that although the IEM says to me that the IED is offline I can acces to that device. There is no apps because I cant install any from the IEM. I also add another picture to saw you that the IED dont have any problem or gave me any notices.
↧