King Kroell
Posts: 0
Joined: Mon Jun 01, 2015 7:37 pm

Incorrect Server Configuration

Using the REST Api Test Custom service and get the following error:

https://appery.io/apiexpress-api/rest...

{
"code": "MS009",
"message": "Incorrect server configuration",
"status": "INTERNAL_SERVER_ERROR"
}

What could be the problem here ps: I am a newbie going through the Rest API tutorial.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Incorrect Server Configuration

Hello,

Please provide us next information:

1) SQL query that you use;
2) Table's DDL;
3) Type of Database.

Nisa Khalid
Posts: 0
Joined: Tue May 05, 2015 1:36 pm

Incorrect Server Configuration

i got the same error
i'm using phpMyadmin
type of database : sql

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

Incorrect Server Configuration

Newbie here with the same issue.

I'm following this post: https://getsatisfaction.com/apperyio/... and documentaion: https://devcenter.appery.io/documenta...

My SQL statements work in phpmyadmin, but using both the sample syntax and phpmyadmin syntax results in the same.

{
"code": "MS009",
"message": "Incorrect server configuration",
"status": "INTERNAL_SERVER_ERROR"
}

I've been trying many different things.

// add sql
//select from Business_Info where contact_name = :contact_names
SELECT * FROM 'Business_Info' WHERE contact_name= :contact_names

I've played around with the generated URL as well. Only part that seems to work is when calling a specific ID.

Any suggestions?

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

Incorrect Server Configuration

Ok, with some fiddling I get a new error when testing.

{
"code": "MS003",
"message": "Rest Service not found",
"status": "NOT_FOUND"
}

Kind of a silly error, as the service is created. I can test it as before, able to see the JSON structure in Find and return a record using GET.

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

Incorrect Server Configuration

Eek, a wee buggy... The service in fact was removed when I changed tabs to Apps and back.

Hope you can get this out of beta soon, really need this. :)

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

Incorrect Server Configuration

When using the https://appery.io/apiexpress/sdk/

Can you please provide the syntax for the Where field? What works in the database, does nothing in this SDK.

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

Incorrect Server Configuration

It certainly appears the entire API Express service is down. As now I always get the 500 error at all levels of testing.

Guess we'll just have to wait till this comes out of beta and I'll need to find another method to use. Crap

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

Incorrect Server Configuration

baaaaah!! Can't use API express in my project anyway, wrong kind of project??

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Incorrect Server Configuration

Hello Blair,

We are working on it and we'll post our update here if you don't mind:
https://getsatisfaction.com/apperyio/...

Return to “Issues”