E
egarcia
Guest
Hello, It looks like Rollbase is passing an unexpected value to the WHERE clause. It would be important to know the full error message to see why the query to the service fails. You could look at the log file for the AppServer. If you are using a private installation of Rollbase, then you can look at the Rollbase logs for the requests to an OpenEdge service. Alternatively, you could add debug messages to the Business Entity to see the value that is sent. Rollbase can make use of the JSON Filter Pattern (JFP) if it is enabled in a Business Entity. Perhaps, the issue is that Rollbase is sending an expression formatted for the JFP but the Business Entity is not expecting it. Here is a link to the documentation in case this is the case and you need to enable it: - documentation.progress.com/.../index.html (This same pattern works with the Kendo UI DataSource.) I hope this helps.
Continue reading...
Continue reading...