Daan
Posts: 0
Joined: Thu Mar 05, 2015 1:24 pm

Mysql ApiExpress - MS009 incorrect server configuration

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...

Daan
Posts: 0
Joined: Thu Mar 05, 2015 1:24 pm

Mysql ApiExpress - MS009 incorrect server configuration

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Mysql ApiExpress - MS009 incorrect server configuration

Great! Thank you for update.

Blair Cox
Posts: 0
Joined: Thu Jun 04, 2015 2:29 pm

Mysql ApiExpress - MS009 incorrect server configuration

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.

Owen7613821
Posts: 0
Joined: Mon Jun 29, 2015 2:26 pm

Mysql ApiExpress - MS009 incorrect server configuration

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

Return to “Issues”