on 2020 Jun 28 10:19 AM
I am trying to consume a xsodata of a calculation view in my ui5 app.
When i try to call the service in the URL, i see this error message:
{"error":{"code":400,"message":{"lang":"en-US","value":"Too many records in result set. Use $top with to reduce the record count."}}}
When i add the $top option, i can see my data. I get the same error when i try to consume the xsodata service on my ui5 Controller:
return new Promise(function (resolve, reject) {
oTemplateModel.read(/myServiceParameters(param='value')/Results, {
success: function (oResult) { },
error: function (oError) { }
When i run my app, i see in debug that the oError var is filled with this error message:
{"error":{"code":400,"message":{"lang":"en-US","value":"Too many records in result set. Use $top with to reduce the record count."}}}
How can i solve this error?
Thanks in advance
Request clarification before answering.
settings { limits max_records = 9999;}
put this in your xsodata
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.