Page 1 of 1

Mysql ApiExpress - MS009 incorrect server configuration

Posted: Mon Jun 15, 2015 8:46 pm
by Daan

I have set up a server and have made connection with mysql db through APIexpress.
I want to use a where clause but can't get it to work.

i used this as an example : https://devcenter.appery.io/documenta...

But now when i test it with whatever value it gives the following error (in the APIexpress tab) :
"{
"code": "MS009",
"message": "Incorrect server configuration",
"status": "INTERNAL_SERVER_ERROR"
}"

--------------------------

Type = GET

Query parameter =
typeRapport

SQL statement =
select from invBeoordKenmerken where typeRapport = :typeRapport

Query Params (underneath SQL) =
queryParams.typeRapport

Any help would be much appreciated...


Mysql ApiExpress - MS009 incorrect server configuration

Posted: Tue Jun 16, 2015 6:16 am
by Daan

never mind, i must have had a setting wrong, after trial number so many it now works.


Mysql ApiExpress - MS009 incorrect server configuration

Posted: Tue Jun 16, 2015 6:54 am
by Alena Prykhodko

Great! Thank you for update.


Mysql ApiExpress - MS009 incorrect server configuration

Posted: Wed Jun 17, 2015 4:42 pm
by Blair Cox

I'm having the same issue - what exactly did you change in order to get it to work?

Is your examples above correct? I'm following the help document as well, but seems I'm missing something.


Mysql ApiExpress - MS009 incorrect server configuration

Posted: Wed Jun 17, 2015 5:29 pm
by Blair Cox

Mysql ApiExpress - MS009 incorrect server configuration

Posted: Mon Jun 29, 2015 2:26 pm
by Owen7613821

Anyone got around this issue? I'm stumped. Need help? Is it something i'm doing wrong or a bug with API Express platform?