Powershell Set-SPBusinessDataCatalogThrottleConfig:无法绑定参数';身份';

Powershell Set-SPBusinessDataCatalogThrottleConfig:无法绑定参数';身份';,powershell,sharepoint,bcs,Powershell,Sharepoint,Bcs,若您在开发环境中使用较大的外部列表(超过2000项),那个么它工作得很好,但在生产环境中工作时,它会抛出错误 “无法显示此Web部件。若要解决此问题,请在与Microsoft SharePoint Foundation兼容的HTML编辑器(如Microsoft SharePoint Designer)中打开此网页。如果问题仍然存在,请与Web服务器管理员联系。相关ID:……。”。 因此,开始通过powershell修复BCS限制。 当我在powershell中输入以下命令时,cmd中出现错误。有

若您在开发环境中使用较大的外部列表(超过2000项),那个么它工作得很好,但在生产环境中工作时,它会抛出错误 “无法显示此Web部件。若要解决此问题,请在与Microsoft SharePoint Foundation兼容的HTML编辑器(如Microsoft SharePoint Designer)中打开此网页。如果问题仍然存在,请与Web服务器管理员联系。相关ID:……。”。 因此,开始通过powershell修复BCS限制。 当我在powershell中输入以下命令时,cmd中出现错误。有什么想法吗

PS C:\Program Files\Nintex\Nintex Workflow 2010> Set-SPBusinessDataCatalogThrott
leConfig -Identity Get-SPBusinessDataCatalogThrottleConfig -Scope ThrottleType I
tems Database-GUID-ServiceApplicationProxy 5222b2db-fdd1-43f5-accb-7f039155f654-
8000-default maximum 6000
Set-SPBusinessDataCatalogThrottleConfig : Cannot bind parameter 'Identity'. Can
not convert the "Get-SPBusinessDataCatalogThrottleConfig" value of type "System
.String" to type "Microsoft.SharePoint.BusinessData.SharedService.ThrottleConfi
g".
At line:1 char:50
+ Set-SPBusinessDataCatalogThrottleConfig -Identity <<<<  Get-SPBusinessDataCat
alogThrottleConfig -Scope ThrottleType Items Database-GUID-ServiceApplicationPr
oxy 5222b2db-fdd1-43f5-accb-7f039155f654-8000-default maximum 6000
    + CategoryInfo          : InvalidArgument: (:) [Set-SPBusinessDataCatalogT
   hrottleConfig], ParameterBindingException
    + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.SharePo
   int.BusinessData.SharedService.SPSetSPBusinessDataCatalogThrottleConfig
PS C:\Program Files\Nintex\Nintex Workflow 2010>设置SPBusinessDataCatalogThrott
leConfig-Identity Get SPBusinessDataCatalogThrottleConfig-Scope ThrottleType I
tems数据库GUID服务应用程序代理5222b2db-fdd1-43f5-accb-7f039155f654-
8000默认最大值6000
Set-SPBusinessDataCatalogThrottleConfig:无法绑定参数“Identity”。可以
不转换类型为“System”的“Get-SPBusinessDataCatalogThrottleConfig”值
.String“to type”Microsoft.SharePoint.BusinessData.SharedService.ThrottleConfig
g”。
第1行字符:50

+Set-SPBusinessDataCatalogThrottleConfig-Identity乍一看,您的PowerShell语法中似乎存在一些问题。将另一个cmdlet指定为
-Identity
参数的值,这将不起作用。Sharepoint并不是我的专长,但lionelro在msdn博客上的表现似乎是一个很好的起点。特别是在本文开始时,您会在生产环境中在线描述您的问题。希望能有帮助