Mendix Pro External Database Connector token recognition error.

0
I am developing an app on 10.6.9. However, when I use ExternalDatabase, the following error occurs, although it runs fine on 10.6.8. How can I resolve this issue?   ------------------ 10.6.9 com.mendix.m2ee.api.AdminException: Starting Mendix Runtime failed.    at com.mendix.basis.impl.MxRuntimeImplBase.fireZeMissiles(MxRuntimeImplBase.java:452) Caused by: com.mendix.m2ee.api.AdminException: An error occurred while initializing modules    at com.mendix.basis.impl.MxRuntimeImplBase.initializeModules(MxRuntimeImplBase.java:546) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: Input ''{"1":{"name":"id","dataType":"INTEGER","value":"'+12666373951980090\n+'"}}'' could not be parsedError on line 1 character 68: token recognition error at: '\'Error on line 1 character 69: mismatched input 'n' expecting {<EOF>, 'or', 'and', '=', '!=', '<', '>', '<=', '>=', '+', '-', '*', ':', 'div', 'mod'}   ------------------ 10.6.10
asked
1 answers
0

In my case,

Space added by "Tab" button caused issue.

Also if we copy query from somewhere and it has indentation then also it gives "token recognition error"

So i removed indentation and added space again with "space bar" button. And it worked as expected.

answered