2013 التطبيق كذا المحتوى الخارجي نوع ODA الاختناق على الرغم من تعطيل

sharepoint.stackexchange https://sharepoint.stackexchange.com//questions/94647

  •  10-12-2019
  •  | 
  •  

سؤال

لدي تطبيق 2013 مستضافا 2013 يستخدم نوع محتوى ODATA خارجي (داخل التطبيق نفسه).مع كميات أصغر من البيانات التي تعمل بشكل جيد، ولكن مع وجود نتائج أكبر، فإن مكالمات Odata تعطي رسالة خطأ حول الخنق. giveacodicetagpre.

قرأت هذه المقالة حول الخانق: http://blogs.msdn.com/b/bcs/archive/201/201/2013/02/16/bcs-powershell-introduction-and-throttle-management.aspx

بعد قراءة هذه المقالة لقد قمت بتعطيل الاختناق لحجم ODA Timeout باستخدام هذا PowerShell: giveacodicetagpre.

لقد ركضت أيضا إلى مجال WCF كذلك.

ولكن ما زلت أحصل على نفس رسالة الخطأ.تم إعادة تشغيل جميع الأجهزة في المزرعة تماما بعد تشغيل ذلك أيضا.أي أفكار ماذا سيتسبب في ذلك، أشياء للتحقق، أي شيء؟

هل كانت مفيدة؟

المحلول

I know this is an old question, but I recently had the same problem so I thought I'd post my solution for anyone else who finds this post.

Basically, I ran into the exact same problem, I followed the very limited information available and nothing seemed to change. So I opened a support case with Microsoft and this is a known issue. The workaround/correct procedure is to use the -FileBacked parameter on the Get-SPBusinessDataCatalogThrottleConfig command. The documentation on TechNet isn't super helpful for the parameter, stating:

Requests the throttling configuration for file backed metadata catalogs.

So in the case of this question changing the command to be:

$odataRule = Get-SPBusinessDataCatalogThrottleConfig -FileBacked -Scope OData -ThrottleType Size -ServiceApplicationProxy $bdcProxy
Set-SPBusinessDataCatalogThrottleConfig -Identity $odataRule -Enforced:$false

That worked for me.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top