W
wood
Guest
Are the errors already being returned from your OpenEdge Service? The standard response is to have the OpenEdge Service RETURN ERROR, which should pass up to Rollbase. The first thing to check is the OpenEdge Service exposed from a REST perspective. If you look at the call (done as http/json) are you seeing the expected JSON error message: It should be a JSON List of the form: {"_errors":[{"_errorMsg":"ERROR condition: FILL of buffer eCustomer with user-supplied query requires that the query be QUERY-PREPARED. (11876) (7211)","_errorNum":11876}]}
Continue reading...
Continue reading...