Skip to Content
0
Nov 25, 2015 at 10:37 AM

SQL syntax error in oData create after updating HANA from 1.00.8 to 1.00.10

202 Views

Hi everyone,

I'm developing a Fiori master detail application and after updating our HANA Instance from 1.00.8 to 1.00.10, all of our oData create/update/delete operations stopped working.

Here's a response to a create method:

2015-11-25 11:21:30 The following problem occurred: HTTP request failed500,Internal Server Error,{ "error": { "code": "", "message": { "lang": "en-US", "value": "Service exception: [257] sql syntax error"}}}

Is there any reason why this happened? The code used to work without any problems on the previous instance version.

Thanks