I have a 2013 SharePoint-hosted app that is using an OData External Content Type (inside of the app itself). With smaller amounts of data it works fine, but with larger results the OData calls are giving an error message about being throttled
I read in some thread that you can change the limit with
But this command is available on On Prem SharePoint 2013.
How can i do with SharePoint Online to change this limit? Or how can i do to resolve this problem.
Some ideas?
Thanks a lot.
<m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2146232832, Microsoft.SharePoint.SPException</m:code><m:message xml:lang="en-US"> OData Service Connector has throttled the response. The response from OData Service contains more than '3000000' bytes. The maximum amount of data that can be read through OData Service Connector is '3000000'.</m:message></m:error>
I read in some thread that you can change the limit with
Set-SPBusinessDataCatalogThrottleConfig
But this command is available on On Prem SharePoint 2013.
How can i do with SharePoint Online to change this limit? Or how can i do to resolve this problem.
Some ideas?
Thanks a lot.