Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Throtthing limit Odata Service Connector 'Set-SPBusinessDataCatalogThrottleConfig' cmdlet

$
0
0

i use the cmdlet to configure Throttiling for OData with TrhottleType Size and Metadata.

I also update all throttling Size, Metadatasize and Modelsize for all Scope available Global | Database | WebService | Wcf | Custom | OData with no luck.

How is the cmdlet setting to change OData Service Connector Throttling?

There is a report for all BCS Throttling configuration?

$bcs = Get-SPServiceApplicationProxy | where{$_.GetType().FullName -eq (‘Microsoft.SharePoint.BusinessData.SharedService.’ +‘BdcServiceApplicationProxy’)}

$BCSThrottle = Get-SPBusinessDataCatalogThrottleConfig -Scope odata -ThrottleType metadatasize -ServiceApplicationProxy $bcs
$BCSThrottle

Set-SPBusinessDataCatalogThrottleConfig -Identity $BCSThrottle -Maximum 150000000 -Default 30000000

Error

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'. The limit can be changed via the 'Set-SPBusinessDataCatalogThrottleConfig' cmdlet.

Correlation ID:0bce739c-77ca-9014-e78c-2a73cb4b23f3


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>